home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / database / 9311 < prev    next >
Encoding:
Text File  |  1993-01-22  |  1.4 KB  |  39 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!spool.mu.edu!agate!ames!kronos.arc.nasa.gov!butch!netcomsv!netcom.com!aahz
  3. From: aahz@netcom.com (Mean Green Dancing Machine)
  4. Subject: Re: Paradox questions
  5. Message-ID: <1993Jan22.130052.20004@netcom.com>
  6. Organization: Don't blame me, I voted for Bill 'n' Opus
  7. References: <2280@blue.cis.pitt.edu>
  8. Date: Fri, 22 Jan 1993 13:00:52 GMT
  9. Lines: 28
  10.  
  11. In article <2280@blue.cis.pitt.edu> field@.cs.pitt.edu.cs.pitt.edu (Brian Field) writes:
  12. >
  13. >Two questions regarding Paradox 4.0.
  14. >
  15. >1) I'm writing a script that changes the field types of several fields in a
  16. >    table.  Since I couldn't figure out how to do this directly from the
  17. >    manual, I recorded a script where I manually changed the file types,
  18. >    and checked out the script.  The script looks something like this:
  19. >
  20. >    {Modify} {Restructure} {table_name} Down Down Down .....
  21. >    Right Right Backspace Backspace "A8"
  22.  
  23. To do this generally:
  24.   {Modify}{Restructure} select TabName right
  25.   LOCATE FName right [] = NewType
  26.  
  27. >2)     How does one access the contents of a field name that have been passed
  28. >    as an arguement to a procedure?  Do I need to use EXECUTE to do this,
  29. >    or is there an alternative?
  30.  
  31.   MOVETO FIELD FName x=[]
  32. -- 
  33.                          --- Aahz (the *other* Dan Bernstein)
  34.                              @netcom.com 
  35.  
  36. Hugs and backrubs -- I break Rule 6
  37.  
  38. Red shirts finish faster.
  39.