SLX 6.2
I have a form which I launched via the code below
Set objMainView = Application.MainViews.AddEx("System:XYZ", 0, False, 1, "", "")
objMainView.Caption ="Cancel ABCD"
objMainView.ShowModal
On the AXFormOpen event of the XYZ, I needed to capture the value for the 'objMainView.Caption' set above.
...(read more)
↧
How do I capture the value for the 'objMainView.Caption' in the code I have written in SalesLogix?
↧