1. RE: Error when tryijng to use Upper()
- Posted by Matt Lewis <matthewwalkerlewis at yahoo.com> Oct 15, 2003
- 399 views
Euphoria is case sensitive, so you have to use upper(), not Upper(). Matt Lewis PS If possible, please send your messages in plain text mode (not html or rtf). -----Original Message----- From: ronaustin at alltel.net [mailto:ronaustin at alltel.net] I included wildcard.e and misc.e in my program and wrote to following to force text to upper case when it was saved. err = db_insert(Upper(getText(Code)),Upper(getText(Desc))) I get an error stating that "Upper is not defined". What am I doing wrong? I would really prefer that the text be entered in upper case as the user types it, but I don't see any way to do that unless I get the letters one at a time, convert them to upper case and then display them back on the screen. It would be nice if a flag could indicate that text should be entered in upper case when using the SleText control.
2. RE: Error when tryijng to use Upper()
- Posted by Brian Broker <bkb at cnw.com> Oct 15, 2003
- 428 views
ronaustin wrote: > Thanks CK. Those pesky commas are going to be the death of me. > I also found TextEdit in the Win32 docs, but no mention of SleText. Can > someone tell me what the difference is between the two or where it might > be > documented? Derek answered this question a few weeks ago but I'll repost his reply: SleText == "Single Line Edit Text" EditText == alias for SleText > I am unsure of the ettiquite used here. I am gratefull for all the help > I > receive here. Not only is it quick, many times I get replies from > several > different people. I suspect I will be asking many, many questions as > time > goes by. I like to thank people when I get a response, but unless I am > asking another question it may be just a waste of everyone's time to get > a > thank you" e-mail. Any input on this would be appreciated. You can always reply just to the people you'd like to thank instead of the whole list... -- Brian
3. RE: Error when tryijng to use Upper()
- Posted by Rangi <totorangi at hotmail.com> Oct 15, 2003
- 408 views
Ron, If you haven't already discovered it, the archives of this list are a wonderful place to find answers to many questions. However the search facility in Topica is next to useless. Instead, go to the RDS site and then The Mailing List page which has a far better search covering years of posts. Rangi ronaustin at alltel.net wrote: > > > -------Original Message------- > documented? > > I am unsure of the ettiquite used here. I am gratefull for all the help > I > receive here. Not only is it quick, many times I get replies from > several > different people. I suspect I will be asking many, many questions as > time > goes by. I like to thank people when I get a response, but unless I am > asking another question it may be just a waste of everyone's time to get > a > thank you" e-mail. Any input on this would be appreciated. > > .