vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Is there some documentation somewhere that lists the available options for sperform. I have found a few switches for sperform and isql and nothing for sformbld. Some things I have found by accident or experiment. Where is it documented, or is it documented? The reason for asking is I have a user who wants a custom perform screen that only has Query Add Next Previous and Exit as the options. And I can not find where to make such a change. TIA Larry |
| ||||
| Larry wrote: > Is there some documentation somewhere that lists the available options > for sperform. I have found a few switches for sperform and isql and > nothing for sformbld. Some things I have found by accident or > experiment. Where is it documented, or is it documented? The reason > for asking is I have a user who wants a custom perform screen that > only has Query Add Next Previous and Exit as the options. And I can > not find where to make such a change. > TIA > Larry Documentation on command line options appears in one of the appendices in one of the ISQL Manuals. IIRC, sformbld takes a -q to shut it up, and can generate a default form using: sformbld -d [formname [database [table1 [table2 ...]]]] That's about it. It only ever compiles a single form file. -- Jonathan Leffler #include <disclaimer.h> Email: jleffler@earthlink.net, jleffler@us.ibm.com Guardian of DBD::Informix v2003.04 -- http://dbi.perl.org/ |