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 - Bruce

Pages: [1] 2 3 ... 738
1
tweak one o the shipping examples to show the effect Ron, and post that here.

Cheers
Bruce

2
depends. What is the nature of the thing you are trying to pass?
Usually - in the general case - set a session value in the parent, and use it in the child.

3
You're on the right track Johan,
In the browse procedure, TakeEvent routine, of 'menuitem' event.
You can see the text of the item in loc:MenuItemText, and you can get the current row by checking p_web.GSV('MAI:MailBoxNumber') since that is the unique id field of the browse.

>> However am unsure of what code to embed here besides my code?
none
>> Some of the items will be updated file fields and then writing the values to disk.
cool, then you need to open the table, read the record, update the values, and close the table.
If you want to refresh the row call
do CallRow

>> What housekeeping routines must I call to keep everything happy and updated?
nothing is required. If there are ancillary things you want to happen, then it's probably useful to metion what they are, and I can advise on those.

Cheers
Bruce

4
I think you need to post an example - I think you are embedding in the wrong place.

5
Web Server - Ask For Help / Re: EIP Lookup in Netbrowse
« on: July 10, 2024, 08:17:09 PM »
feel free to post an example.

6
Web Server - Ask For Help / Re: Reboot from Running NT Application
« on: July 10, 2024, 08:15:58 PM »
hey, if you want to reboot the machine, who am I to stop you...

7
Web Server - Ask For Help / Re: Rebooting in Code
« on: July 10, 2024, 08:15:09 PM »
this is like buying a new car because the old one is dirty.

8
Web Server - Ask For Help / Re: Rebooting in Code
« on: July 08, 2024, 06:33:06 PM »
you _really_ do not want to reboot the whole machine.

9
 the incoming payload is json. So you'd parse that out with a jFiles object.
the json string will be in p_web.GetValue('_json_')
You can process this in BrowseTasks procedure, since the URL part will take it into there.

10
Web Server - Ask For Help / Re: Reboot from Running NT Application
« on: July 08, 2024, 06:31:14 PM »
Let's not use the phrase "reboot" since that implies a machine restart.

If it's a service you should use the RestartService method call (for the gSelfSelfservice object).
If it's an EXE see CHAIN, then HALT

Of course the better solution is to figure out why your code is leaking memory, and fix that. The server itself doesn't leak memory.

11
Hi Ron,

>> Do subsequent requests by the same Logged in Client need to have the authorization string included or is the Client get logged in once and then the session ID is remembered until the session times out? 

Depends. n your server implementation, and also whether the client is sending the session cookie or not.
It's possible to set it up either way.

Cheers
Bruce

12
Web Server - Ask For Help / Re: API and ecec.dll
« on: June 30, 2024, 03:12:24 AM »
you can ignore the ECEC DLL - that's not in play for you.
What was the TLS error?

13
Web Server - Ask For Help / Re: css of Other button in a netbrowse
« on: June 18, 2024, 08:59:21 PM »
Cool - the problem is that you have spaces in the Button name.
You shouldn't have that. But I've tweaked the next build to deal with that.

Cheers
Bruce

14
Web Server - Ask For Help / Re: Display QR code - when UN Hidden
« on: June 18, 2024, 04:04:10 AM »
sounds like a webinar question, because I have lots of questions for you....

15
Web Server - Ask For Help / Re: PageFooter Session Manager issue
« on: June 18, 2024, 12:08:11 AM »
TEsted, session manager and timer work ok but the session is not disconected anymore.
Session manager goes to the defaultpage, click to login, all session values are intact, still logged in.

This is a feature, not a bug. The session is maintained for one more cycle (because when the page transfers to the index page, the session is extended, because it's a request.)
If you want it to force a logout, then do what Jane suggested.

Cheers
Bruce

Pages: [1] 2 3 ... 738