Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need function to convert check amt to text
Message
From
18/04/2003 17:20:52
 
 
To
18/04/2003 17:03:38
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00779328
Message ID:
00779368
Views:
17
John,

Looks like Larry stepped out...so I'll jump in.

Call the method anything you want...let's call it convertToWords for this example.

How you call it depends on how you want the form to work. For example, you could call it from the lostfocus() of your numeric textbox (where the user is entering the dollar amount).
* lostfocus() method of textbox
thisform.convertToWords(this.value)
>Thanks Larry,
>Well I did Number 1 verbatim. I hope that is what you meant.
>I fully understand #3.
>
>#2 has got me bluffed. Does it matter what I call the method?
>Where do I call the method from and how do I pass the parameter that it would obviously be expecting?
Steve Gibson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform