AW: FOLDER TABS AND TABLES
"Schlykow" <[email protected]> Wed, 1 Feb 2006 13:11:17 +0100
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Message-ID | <[email protected]> |
I thank you all for your answers, this $FGLDIR/demo/Layout is a treasure, i never found it before :-( Georg _____ Von: [email protected] [mailto:[email protected]] Im Auftrag von Mark Peenstra Gesendet: Dienstag, 31. Januar 2006 18:17 An: [email protected] Betreff: RE: [fourjs-users] FOLDER TABS AND TABLES Georg; There are some examples in the $FGLDIR/demo/Layout directory that have tables on Folder pages. The simplest one is folder02. Is this what you are trying to do? Mark Peenstra _____ From: Schlykow [mailto:[email protected]] Sent: Tuesday, January 31, 2006 8:45 AM To: [email protected] Subject: [fourjs-users] FOLDER TABS AND TABLES Dear Readers, my question: Is it possible, to mix Folders and Tables in a Form ? My several experimental went into this error: TABLE # A grammatical error has been found at 'TABLE', expecting END. # See error number -6803. { [x|num|txt ] [x|num|txt ] } END The form without ,TABLE' compiles very well: (see below) Could anybody give me an (simple) example for the Syntax, to mix a 'TABLE' into this form, or is it Impossible ? Thankyou God bless you all Georg THE FORM: # not complete but with all 'SYNTAX WORDS' DATABASE blabla LAYOUT FOLDER PAGE(text="Adresse") GRID { [mx2 ]:[feld |numm ] (snip ---> (<--snap ) } END END PAGE(text="Weitere Angaben") VBOX GRID { [mx3 ]:[grup ] (snip ---> (<--snap ) } END END END END TABLES adress ATTRIBUTES Label mx2 = FORMONLY.txx_Kennung ; Label mx3 = FORMONLY.txx_Adressengruppe ; ButtonEdit feld = adress.join_feld, UPSHIFT, action=f9, image="open"; ButtonEdit numm = adress.nr_adress, UPSHIFT, action=f9, image="open"; ButtonEdit grup = adress.nr_adrgr, UPSHIFT, action=f9, image="open"; INSTRUCTIONS DELIMITERS " " { } This e-mail is for the use of the intended recipient(s) only. If you have received this e-mail in error, please notify the sender immediately and then delete it. If you are not the intended recipient, you must not use, disclose or distribute this e-mail without the author's prior permission. We have taken precautions to minimize the risk of transmitting software viruses, but we advise you to carry out your own virus checks on any attachment to this message. We cannot accept liability for any loss or damage caused by software viruses.