Kinook Software Forum

Go Back   Kinook Software Forum > Visual Build Professional > [VBP] General Discussion
Register FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 10-18-2012, 05:32 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
Try something like this:
Code:
checked = True
For Each s in Project.Steps(vbldStepMain)
  If s.Name = "Build All Platforms" Then
    If Not s.Checked Then checked = False
    Exit For
  End If
Next

If checked Then
  sTemp = InputBox("Do you want to transmit ActiveX32 to the FTP site?","Transmit File","NO")
  If Len(stemp) < 2 Then
    Step.BuildStatus = vbldStepStatFailed
  Else
    vbld_TempMacros.Add "FTPActivex", sTemp
  End If
End If
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT -5. The time now is 10:54 PM.


Copyright © 1999-2023 Kinook Software, Inc.