I know Bruce dosent like this, but I find it useful for development
Ever wondered what the session Q looks like?
Wonder if you can access parent table data from your child form?
Made a session Q variable and it dosent work for you?
This lets you put the session Q on the window of the server so you can see them all
I used Web25.app (attached) to let you see how to put it there with only a few changes
Now I am not saying ship your apps like this
But for development or learning its ok
attached is a screen shot of the server window showing the session queue for the child form of web25, it has scroll bars as it can get way long...
If you want to do it for yourself, look in the app attached
In the server, I made a local "SessionQ" with name and value
I dropped a list on the window, fed from this Q, and formatted the list box for the 2 fields
Made a Routine in the source "BuildSessionQ Routine"
and fed it from the event where the log Q is updated.
-*-*-*-*-*-* NOTE, since writing this, I noticed it was not updating on the event, but after it
So, move the do buildsessionq a few lines down in the WebServer to the bottom of
ThisWebServer.TakeEvent PROCEDURE
- - - - - - - -
[attachment deleted by admin]