FoxInCloud
lFormVariableCreate
Hi Thierry,
When loading a screen, the object variable bearing its name is initialized as follows:
Myscreen=wForm(...)
With lFormVariableCreate = .T.
in xxxServer.prg
Wouldn't it be logical to systematically erase this variable on screen output ?

Hello Vincent,
All users of a given server share the variable… We could probably find a way to release/restore it depending on the user, however it'd be a pretty complex development.
What is your issue with keeping this variable alive?