` Comment on an Icetips Article
Icetips - Templates, Tools & Utilities for Clarion Developers

Templates, Tools and Utilities
for Clarion Developers

Add a comment to an Icetips Article

Please 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!

Your Name:  
Email:  
Header text/Subject:  

Please enter your comment in the box below:

Back to article list   Search Articles     Add Comment     Printer friendly     Direct link  

Par2: Get procedure name - template
2001-01-18 -- Marc van Roosmalen
 
I created this global extension template so the users can be specific about the procedure when asking for changes a.s.o.: #EXTENSION(GetAPPandProcedurenames,'Get current application and procedure names'),DESCRIPTION('Get application and procedure name') #BOXED ('Helpdesk purpose') #DISPLAY ('') #DISPLAY ('') #DISPLAY ('This extension enables the user to get the ') #DISPLAY ('application name and the') #DISPLAY ('procedure name runtime') #DISPLAY ('by pressing Ctrl+Shift+E') #DISPLAY ('') #DISPLAY ('') #ENDBOXED #AT(%AfterWindowOpening) ALERT(CtrlShiftE) !Alert function key #ENDAT #AT(%PostWindowEventHandling,'ALERTKEY') If KEYCODE() = CtrlShiftE Message('Application :' & '%Application' & '|' & 'Procedure :' & '%Procedure','Properties',icon:exclamation) END #ENDAT


Today is April 27, 2024, 3:24 am
This article has been viewed 35113 times.



Back to article list   Search Articles   Add Comment   Printer friendly

Login

User Name:

Password: