NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - cwtart

Pages: 1 ... 7 8 [9]
121
Web Server - Ask For Help / changes after v7.11
« on: June 13, 2013, 04:42:05 AM »
C8 9661 NT v7.11 - Redmond theme

After upgrading from NT 7.10 to 7.11 I find two changes - are these intentional or bugs?

1. button control - OnClick - when calling form as "open as popup" - the title entered here no longer appears as the heading on the called form. I must now enter the desired heading in the form itself.

2. the sub-heading for all NetWebBrowse now shows on both the top AND bottom of the browse - before, the sub-heading only showed at the top of the browse.

Thanks,

Chuck

122
Web Server - Ask For Help / Re: file upload problem/question
« on: June 10, 2013, 03:30:20 AM »
Bruce,

Rather than apparently taking offense where none was intended, why can't you answer my question? I have given a lot of information in my two posts on this thread.

"why does setting loc:alert in the SaveFile embed not cause an alert dialog to display?"

By design or by accident, loc:alert does not work in this embed. I am either doing something wrong, misunderstanding the sequence of things, or there is an actual problem here.

Shipping example 26 displays the same behavior. Perhaps because only validate embeds are meant for this? All I want to do is display the results of the processing of the uploaded file. Techniques that normally work in the form  validation embeds do not work in the SaveFile embed.

Chuck

NetTalk 4
NetTalk 7
File Explorer
File Explorer 5
FM2
FM3
Draw
AnyFont
Cryptonite
GPF Reporter
Hot Dates
Hyperactive
Message Box
Self Service
String Theory
Tearoff
Winevent
XFiles
Makeover

123
Web Server - Ask For Help / Re: file upload problem/question
« on: June 09, 2013, 07:17:04 AM »
Bruce,

I am, of course, updating the session value of the text variable right at the end of the uploaded file processing.

And I know it is being updated because when I click on the text control the string data displays.

The problem is I have to click (select) the text control before it displays. And the only reason that works is because in validate-client-side tab for the text control I have ticked refresh on select.

And why does setting loc:alert in the SaveFile embed not cause an alert dialog to display?

Chuck

124
Web Server - Ask For Help / file upload problem/question
« on: June 09, 2013, 04:44:44 AM »
C8 9661 NT 7.10

I have a NetWebForm that has two controls - one is a File Upload and the other is a text field. The text field is meant to show the results of the uploaded file processing.

I am uploading a .xls spreadsheet and in the SaveFile Routine I use EasyExcel to extract the data from the spreadsheet and create .tps records - this all works fine. But I want to display the results of the data extraction. I save the results of the file processing to a string variable (record counts, record types, etc.) and the string variable is the field for the text field on the form.

I cannot get the text field to automatically refresh after the file processing - the only way I can see the results displayed in the text field is to click on the text field after the file upload and process. I have added the text field to the reset list in the FileUpload control but no refresh.

I have even tried to use Alert (set loc:alert) in the SaveFile Routine but Alert will not display from there.

Any suggestions? Thanks.

Chuck

125
Web Server - Ask For Help / Re: how to detech session timeout
« on: January 28, 2008, 06:37:00 AM »
Bruce,

Thanks - I had already figured this out myself by looking in NetTalk.clw

I used this code;

LGH:userhame = ThisWebServer._GetSessionValuep_SessionID, 'UserLogged' ,SessionError)
LGH:storename =Th isWebServer._GetSessionValuep_SessionID, 'StoreName' ,SessionError)

Thanks again,

Chuck Tart

126
Web Server - Ask For Help / Re: how to detech session timeout
« on: January 27, 2008, 10:04:18 AM »
Bruce,

Okay - next question. How do I retrieve these values

!    LGH:USERNAME  = p_web.GetSessionValue('UserLogged')
!    LGH:STORENAME = p_web.GetSessionValue('LoggedStoreName')

in the embed?

If I leave the code as above I get a compiler error. I assume I need to use the session ID to get the session queue record for each item I need. Don't know how to do this. Please explain.

Chuck Tart

127
Web Server - Ask For Help / browse row not showing all of field
« on: January 18, 2008, 10:42:23 AM »
Hello,

I have a web server browse where one of the fields is a memo with a size of 1000 in the dictionary. It appears that the maximum picture size allowable by the browse template is @S255. How can I get the entire string to appear in the browse row? I need at least 300 of the 1000 characters from the memo field to be displayed in the browse row. Thanks.

Chuck

128
Web Server - Ask For Help / how to detech session timeout
« on: January 18, 2008, 10:20:43 AM »
Hello,

In NetTalk web server I want to detect a session timeout so I can update a user-logged-in history table. What embed is available in the web server procedure to do this and how would I identify what session/user was timed-out? Thanks.

Chuck

129
Web Server - Ask For Help / web server errors after upgrade
« on: January 13, 2008, 06:35:33 AM »
C6.3 9056

Just upgrade NetTalk from v4.25 to v4.29 - it broke several things in an existing web server app.

On a form procedure that was working fine prior to the upgrade I now get a error window when I attempt to save the record. I have not seen this before but it looks like some type of field validation error message. The caption on the message window says "Windows Internet Explorer" and the body of the message says "JOB:Type must be one of|". JOB:Type is a field in the record being saved but is not part of the form. I also get the same exact message on a new form I have created after the upgrade. The new form is also for the same table but this field is not part of the form.

I looked at the docs but could not find anything related to this. Anyone have any ideas? Thanks.

Chuck

Pages: 1 ... 7 8 [9]