If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Message boxes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-10-04, 06:00
Clusk_81 Clusk_81 is offline
Registered User
 
Join Date: Sep 2004
Posts: 4
Message boxes

Hi my problem is that i am trying to make a message box appear within a button in the forum.

i coded the button using the wizard, its a save button, but now i wish for the button to contain an if statement relating to the message box.

can you please give me an idea of what the statement should be i have tried using code from various tutorials but none seem to work

thanx much


Clusk
Reply With Quote
  #2 (permalink)  
Old 09-10-04, 12:02
AceOmega AceOmega is offline
Registered User
 
Join Date: Apr 2004
Location: Arizona
Posts: 49
???

What Programming Language are you using?

What is the purpose you are trying to solve?


Not sure what you are doing but it sounds like you want a hint on the button. If the programming language you are using is OOPs then you should be able to do Button1.Hint = "This button saves the data", sytax will vary. If it is that you want to change the Text on your button from "Save" to "Close" or something, then it would probably be like Button1.Label = "Close".

With out knowing what you are trying to do and which language you are using, I can not be much help.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On