home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / database / 8678 < prev    next >
Encoding:
Text File  |  1992-12-24  |  1.7 KB  |  46 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!uunet.ca!canrem!dosgate!dosgate![tom.frazer@canrem.com]
  3. From: "tom frazer" <tom.frazer@canrem.com>
  4. Subject: db4 - .mdx & popup menus
  5. Message-ID: <199224.4373.11453@dosgate>
  6. Reply-To: "tom frazer" <tom.frazer@canrem.com>
  7. Organization: Canada Remote Systems
  8. Distribution: comp
  9. Date: 24 Dec 92 02:10:21 EST
  10. Lines: 34
  11.  
  12.  
  13. ======\ Quoting: RUSS BLACK \======\ On: 12/22/1992 \===========
  14.  
  15. RB>    As for the PopUp menus, up to a point, I did what all the books said
  16. RB> and all of the print outs showed.  But, nothing worked.  So, I just ran
  17. RB> the applicationsgenterator and it wrote out a program that worked.  Fro
  18. RB> their, I just modified it to my needs and it works.
  19.  
  20. ======================================\ END QUOTE \======================
  21.  
  22.     It really isn't that difficult ONCE you find the proper instructions
  23. in the #%$!# manual.
  24.  
  25. Popups work like this
  26.  
  27. DEFINE POPUP test FROM 10,10 [TO n,n] [MESSAGE]    && optional in []
  28. DEFINE BAR 1 OF test PROMPT "Bar 1"  [SKIP] [MESSAGE]
  29. DEFINE BAR 2 OF test PROMPT "Bar 2"
  30. ...
  31. ON SELECTION POPUP test DO whatever       && this is the part that the manual
  32.             .OR.                          && doesn't mention under DEFINE BAR
  33. ON SELECTION POPUP test DEACTIVATE POPUP  && DEFINE POPUP or ACTIVATE POPUP
  34.                                           && you will find the info under
  35.                                           && ON SELECTION POPUP pg 2-175
  36.  
  37.     Later on in the program you add
  38.  
  39. ACTIVATE POPUP test
  40.      Tom Frazer    tom.frazer@canrem.com    canrem!tom.frazer
  41. ---
  42.  . MegaMail 2.10 : In the end, gravity wins -- Dolly Parton.
  43. --
  44. Canada Remote Systems  - Toronto, Ontario
  45. World's Largest PCBOARD System - 416-629-7000/629-7044
  46.