Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
Par2: Starting a procedure from a variable 1999-02-20 -- Paul Padilla ProcName = 'BrowseCustomers'
Start(Evaluate(ProcName)
Note: others have claimed difficulty in implementing this.
Frank O'Classen adds:
I have been doing what Jerry suggested for some time and it seems to work pretty well. Here is the code
I use for it:
l:HostFile = CLIP(CLI:DownLoad)
CALL('Host.dll',l:HostFile)
Assign the procedure name in the prototype to simplify the call.
Today is November 21, 2024, 8:25 am This article has been viewed 35197 times.
|
|