home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / database / oracle / 1268 < prev    next >
Encoding:
Internet Message Format  |  1992-08-12  |  1.3 KB

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!sdd.hp.com!mips!darwin.sura.net!dtix!falcon.navsses.navy.mil!huynh
  2. From: huynh@falcon.navsses.navy.mil
  3. Newsgroups: comp.databases.oracle
  4. Subject: Forms3 Delete a char of the field data
  5. Message-ID: <1992Aug12.162132.278@falcon.navsses.navy.mil>
  6. Date: 12 Aug 92 21:21:32 GMT
  7. Organization: NSWCCD, Naval Ship Systems Eng Sta, Phila PA
  8. Lines: 21
  9.  
  10. Greetings,
  11.  
  12. I am using sqlforms version 3.0.
  13. I have a problem which I don't even know where to start.  I want to delete a
  14. char of the enter data into a field.  
  15. eg. Let 's say I have a field that requires data
  16. HULL: _________; where the users will enter something like HULL: LST-1183,
  17. I want to delete the "-" sign/char.
  18. I want the data to be in the form of 'LST1183', but because of the way our data
  19. bases are set up, the users will enter the HULL in the form of 'LST-1183'. I
  20. want to delete the "-" sign/char, and also at the time somehow join the 
  21. LST 1183 together so that it is like the user had just entered 'LST1183' and
  22. not 'LST-1183'.
  23. I need to convert 'LST-1183' into 'LST1183', so that it corresponds with the
  24. database HULL to do the query.
  25.  
  26. I hope I have made myself clear.  Anyone who is interested, but didn't quite
  27. undertand me, please feel free to ask.  I will be more than happy to make
  28. myself clear.  
  29.  
  30. Any comments or suggestions will be appreciated.  Thanks in advance.
  31.