View Single Post
  #4  
Old 01-27-2006, 01:36 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
Use a field override to specify a macro value for a radio button or checkbox field on a step:
http://www.visualbuild.com/Manual/?a...ldoverride.htm

The attached sample demonstrates this for the version setting on a Make Delphi action. A project macro VERSEL configures the default of 0 (don't change version).

This can be overriden by setting a temporary macro VERSEL value of 1 (increment) or 2 (set), which is demonstrated by the unchecked steps at the beginning of the project (you can right-click and Rebuild Selected on one of these to test). You could prompt for the value within the build or call your project from a Scheduled Task or another VBP project, etc., passing in the appropriate values. See the following help topics for more details:
http://www.visualbuild.com/Manual/?promptsample.htm
http://www.visualbuild.com/Manual/?v...projaction.htm
http://www.visualbuild.com/Manual/?schedulingbuilds.htm
Attached Files
File Type: bld override.bld (1.7 KB, 1024 views)
Reply With Quote