home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 June / PCWorld_2002-06_cd.bin / Software / Komercni / xbase / express / exd17208.r04 / exp17 / Include / Dcgrump.ch < prev    next >
Text File  |  2002-01-30  |  3KB  |  65 lines

  1. /*
  2.    Program..: DCGRUMP.CH
  3.    Author...: Roger Donnay
  4.    Notice...: (c) DONNAY Software Designs 1987-2001
  5.    Date.....: Apr  6, 2001
  6.    Notes....: Special Grumpfish-style commands for eXpress++
  7. */
  8.  
  9.  
  10.  #xcommand DCGRUMPBROW                  ;
  11.          [ TO <var> ]                   ;
  12.          [ SECURITY <sec> ]             ;
  13.          [ TOP <top> ]                  ;
  14.          [ LEFT <left> ]                ;
  15.          [ BOTTOM <bottom> ]            ;
  16.          [ RIGHT <right> ]              ;
  17.          [ TITLE <title> ]              ;
  18.          [ FIELDS <fields> ]            ;
  19.          [ HEADINGS <headings> ]        ;
  20.          [ PICTURES <pictures> ]        ;
  21.          [ ALTERNATES <alts> ]          ;
  22.          [ LOW <start> ]                ;
  23.          [ HIGH <end> ]                 ;
  24.          [ VBLOCK <vblock> ]            ;
  25.          [ HBLOCK <hblock> ]            ;
  26.          [ EXTRA  <extra> ]             ;
  27.          [ EXTRAKEY <extrakey> ]        ;
  28.          [ EXTRATITLE <extratitle> ]    ;
  29.          [ EXITKEY <exitkey> ]          ;
  30.          [ INDEX_DESCRIPTION <aDescs> ] ;
  31.          [ VALIDS <aValids> ]           ;
  32.          [ WHENS <aWhens> ]             ;
  33.          [ AUTOREFRESH <nseconds> ]     ;
  34.          [ LOCK <nlock> ]               ;
  35.          [ <carry:CARRY> ]              ;
  36.          [ MEMOWIDTH <memowidth> ]      ;
  37.          [ MEMOHEIGHT <memoheight> ]    ;
  38.          [ COLORSPEC <colorspec>   ]    ;
  39.          [ COLORBLOCKS <cblocks>   ]    ;
  40.          [ INITIAL <initial>  ]         ;
  41.          [ <gotop:GOTOP> ]              ;
  42.          [ ALTERNATE_KEYS <aKeys> ]     ;
  43.          [ PRESENTATION <aPres> ]       ;
  44.          [ WIDTHS <aWidths> ]           ;
  45.          [ EDITCOORDS <aEditCoords> ]   ;
  46.          [ MENU <acMenu> ]              ;
  47.          [ FONT <cFont> ]               ;
  48.          [ GETLIST <aGrumpGetList> ]    ;
  49.          [ <modal:MODAL> ]              ;
  50.          [ PARENT <oParent> ]           ;
  51.          [ APPWINDOW <oAppWindow> ]     ;
  52.                                      => ;
  53.          [ <var> := ] DC_GuiGrumpBrow(<sec>, <top>, <left>, <bottom>, <right>,  ;
  54.                       .t., <fields>, <headings>, <pictures>,                    ;
  55.                       <alts>, <start>, <end>, <{vblock}>, <{hblock}>,           ;
  56.                       <extra>, <extrakey>, <extratitle>, <exitkey>,             ;
  57.                       <aDescs>, <aValids>, <aWhens>, <nseconds>, <nlock>,       ;
  58.                       <.carry.>, <memowidth>, <title>, <memoheight>,            ;
  59.                       <colorspec>, <cblocks>, <{initial}>, <.gotop.>,           ;
  60.                       <aKeys>, <aPres>, <aWidths>, <aEditCoords>,               ;
  61.                       <acMenu>, <cFont>, nil, <aGrumpGetList>, <.modal.>,       ;
  62.                       <oParent>, <oAppWindow> )
  63.  
  64.  
  65.