Hi Liam,

on fCredit
  if fld "credit" = empty then
    answer "No credit card number."
    EXIT TO TOP
end fCredit

Thinking of ergonomics, you might prefer to come back to a previous screen modified to allow the user to correct his error instead :-)

on fCredit
  if fld "credit" = empty then
    go back -- you get the idea
    EXIT TO TOP
end fCredit

Le 12 janv. 06 à 22:08, liamlambert a écrit :

on mouseUp
if fld "paymenttype" = "credit card" then fcredit ------fcredit the card number was filled in
fSave
   TotalSeats
 end mouseUp


on fCredit
if fld "credit" = "" then answer "NO CREDIT CARD NUMBER" ---- if it answers then I want it to stop
  end fCredit

Best Regards from Paris,
Eric Chatonet
------------------------------------------------------------------------ ----------------------
http://www.sosmartsoftware.com/    [EMAIL PROTECTED]/


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to