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 March 31, 2025, 11:47 am This article has been viewed 35262 times.
|
|