> 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
>
Try this:
on fCredit
if fld "credit" = "" then
answer "NO CREDIT CARD NUMBER"
exit to top
end if
end fCredit
Cheers,
Sarah
_______________________________________________
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