View Single Post
  #3  
Old 17th Jan 04, 07:27 PM
PCTech PCTech is offline
Senior Member
 
Join Date: May 2003
Location: USA
Posts: 362
PCTech is an unknown quantity at this point
Send a message via AIM to PCTech
i've always used this in visual basic

Code:
... if trim(textbox1.text) = "" then     msgbox "you need to enter something in the textbox!" else     doprintfunction() '/ your print function code here end if ...
Similar to the above, but its just what i've always used
Reply With Quote