` Get procedure name - template (Marc van Roosmalen ) - Icetips Article
Icetips - Templates, Tools & Utilities for Clarion Developers

Templates, Tools and Utilities
for Clarion Developers

Icetips Article

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 28, 2024, 7:05 am
This article has been viewed 35115 times.



Back to article list   Search Articles   Add Comment   Printer friendly

Login

User Name:

Password: