There are 3 different tables for Forms and Reports based on the version of RBase you are using. LIST SYS_F* and LIST SYS_R* to determine where your forms are actually stored. Vers 9.5 uses FORM3 and REPORTS3, Earlier windows versions use FORMS2 and REPORTS2 while DOS uses FORMS & REPORTS.
On Sun, Jan 5, 2014 at 10:12 PM, TOM HART <[email protected]> wrote: > I am finally embedding my forms, reports, etc in my compiled app and when > I go to remove those from my database I use, 'del rows from sys_forms' > same with sys_reports and sys_labels. This will work at the R> but if I > put it in a command file it does not give me errors but does not delete. > Will it not let me do it from a command file or is it the wrong command. > Tom Hart > >

