` 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: Full Build templates
1999-08-17 -- Krsitian Hyllestad
 
If you're interested, here are two "rough" code templates doing fullbuilds. #CODE (FullBuild, 'Fullbuild (Close/Build/checkopen)'),DESCRIPTION('FULLBUILD: ' & %Target) #PROMPT ('File:',FILE),%Target Status# = STATUS(%target) IF Status# > 0 CLOSE(%target) END SEND(%Target,'FULLBUILD=on') SETCURSOR(CURSOR:WAIT) OPEN(%target,ReadWrite+DenyAll) BUILD(%target) SETCURSOR IF ErrorCode() THEN Message('Fullbuild error: '&ERROR()). IF Status# > 0 Open(%Target,Status#) END #CODE (FullBuildOnly, 'Fullbuild, no opening'),DESCRIPTION('FULLBUILD only: ' & %Target) #PROMPT ('File:',FILE),%Target SEND(%target,'FULLBUILD=on') SETCURSOR(CURSOR:WAIT) BUILD(%target) SETCURSOR IF ErrorCode() THEN Message('FULLBUILD %target ERROR: '&ERROR()).


Today is April 28, 2024, 5:28 pm
This article has been viewed 35113 times.



Back to article list   Search Articles   Add Comment   Printer friendly

Login

User Name:

Password: