home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / database / 8008 < prev    next >
Encoding:
Text File  |  1992-11-21  |  1.8 KB  |  45 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!spool.mu.edu!umn.edu!csus.edu!netcom.com!aahz
  3. From: aahz@netcom.com (Mean Green Dancing Machine)
  4. Subject: Re: Paradox 4.0 and an Application Workshop problem
  5. Message-ID: <1992Nov21.184256.4301@netcom.com>
  6. Organization: Don't blame me, I voted for Bill 'n' Opus
  7. References: <168A589AE.Q3885@pucc.Princeton.EDU>
  8. Date: Sat, 21 Nov 1992 18:42:56 GMT
  9. Lines: 34
  10.  
  11. In article <168A589AE.Q3885@pucc.Princeton.EDU> Q3885@pucc.Princeton.EDU writes:
  12. >I'm having a problem with Paradox 4.0's Application Workshop.
  13. >From within an application I am designing, I am trying to allow the
  14. >modification of a predefined Graph.  If I run a script (or a PROC 'tried both')
  15. >like the following:  "Menu {Image} {Graph} {Modify}", I get an error
  16. >from the Workshop as follows:
  17. >  " Workshop aborted!  System Mode was not left in Main or Coedit mode."
  18. >Does anybody know a fix for this or a way around this.  I want to be
  19. >able to edit a graph's titles from within the Application.
  20. >Help much appreciated.  (Note: Already called Borland on this, they weren't
  21. >                               very helpful)
  22.  
  23. Tech Support would not be able to give you much help with this, unless
  24. you were already a proficient PAL programmer.  *You* need to take
  25. responsibility for ensuring that you return to Workshop in the same
  26. state that you left it.  This means doing one of two things:
  27.  
  28. 1)  Go into ECHO NORMAL and use a GETCHAR()/GETEVENT loop, or
  29.  
  30. 2)  Use an ACCEPT to get the title and use TYPEIN to put it into the
  31. graph.
  32.  
  33. Then you need to return back to Main mode.
  34. -- 
  35.                          --- Aahz (the *other* Dan Bernstein)
  36.                              @netcom.com 
  37.  
  38. Hugs and backrubs -- I break Rule 6
  39.  
  40. Trying to be happy is like trying to build a machine for which the only
  41. specification is that it should run noiselessly.
  42.