Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
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, 7:14 am This article has been viewed 35196 times.
|
|