dbTalk Databases Forums  

How to force upper case when no generic entry routine is available

comp.databases.pick comp.databases.pick


Discuss How to force upper case when no generic entry routine is available in the comp.databases.pick forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Marvin Fisher
 
Posts: n/a

Default How to force upper case when no generic entry routine is available - 07-06-2005 , 12:20 PM






An older mrp system sitting on top of D3/Unix...

There is no standard entry routine handling user input for any of the
application entry screens (just a bunch of "INPUT Q", "INPUT ANS", "INPUT
someting else", etc.).

Is there a function/command that can be placed in either the account
defining item or individual USER file macro section that will force all
input to uppercase?




Reply With Quote
  #2  
Old   
Ross Ferris
 
Posts: n/a

Default Re: How to force upper case when no generic entry routine is available - 07-06-2005 , 07:11 PM






Not that I'm aware of - may be possible from Linux though

You COULD write a routine that scanned all source code, looking for

INPUT <whatever>

and changed to

INPUT <whatever> ; <whatever> = OCONV(<whatever>,"mcu")

However, I can see there are times that you would WANT to be able to
enter lower case
eg: a product decription of "Visage" rather than "VISAGE", so perhaps
you are best doing this on a case by case basis.

Given the fact that D3 is (by default) case insensitive, what is the
problem ?

Hmm, actually you probably could link something in using triggers ...
why not just manually change the areas that ARE causing concern ?


Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.