8/18/2025 1:28:19 PM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
|
|
|
|
Invoke an active form from a button.....
Posted: 24 Jan 08 11:16 AM
|
I have a button that I want to use to open an active form. The data form has a grid that will have add, edit, and delete options. I tried opening the form with Application.BasicFunctions.DoInvoke "Form", "System:TR_CourseCatalog" and it doesn't open. I re-created the same form using a managed form and I can get it to function correctly. I also tried opening the dataform using an active script on the OnClick event for the button and it also fails. Is there anyway of opening a data form on the OnClick event? Our SLX version is 6.2.6. I would rather not use a managed form since there is going to be so much scripting to do and the grid on this form will have right click options that will open another form that will have edit boxes plus another grid on the lower half of the screen. Any suggestions would be greatly appreciated. Thanks!! |
|
|
| |
| |
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|