Hi,
I created a project for control application and another project for forms and grid applications.
I set username as global var and want to pass to forms application which is in another project.
I’ve tried set [global_user] = {username} and set to out.
At the forms application I set {create_by} = [global_user] and set the global var to in.
But I still can’t get value.
How can it be done?
Regards,
Weng