Some users may be experiencing issues when trying to access customer resources like the Case Portal or the Product Licensing Center. Our team is aware of the issue and is working to resolve it. Clickherefor more information.
I have an edit control an set the text "company name". When run the setup the edit control shows 0. I want to show the text (company name) in edit control. How do that?Thanks
How to copy and update files from server to client automatically without dialogbox and buttons using QuickPatch project? I want to check first if exist an update information on the server and if is true then copy files to client.Thanks
Apoorv Jain wrote:Exapand the dialog from Dialogs feature...Select Behavior under the expanded dialog. Select the push button from the list of controls on your dialog and then on the right side frame, create a DoAction Event and assign it the Custom ...
Apoorv Jain wrote:Write a function and attach to a custom action which executes on your dialog's button click...Ok, i write a function which display only a message and attach to a custom action. After set for button the DoAction to function name and ...