"RUN RLIST" question. (OpenInsight 32-bit Specific)
At 26 DEC 2002 09:46:37AM Richard Hunt wrote:
Within the "system editor", is it possible to run this command line sentence?
LIST EX_SL BY-EXP ACCOUNT BREAK-ON ACCOUNT "'V'" TOTAL BALANCE DET-SUPP
EX_SL being the table name. ACCOUNT and BALANCE being dictionary items in the EX_SL table. The tricky part for me is the BREAK-ON keyword. How do you do the text option? I mean the (double quote) (single quote) (letter V) (single quote) (double quote)?
It returns the error message…
SYS1240: A comma or quote is missing in the script.
At 26 DEC 2002 10:04AM Don Miller - C3 Inc. wrote:
To avoid this problem, I have a simple form that accepts an R/LIST sentence (also has the ability to save the sentence with a supplied key value). Buttons at the bottom to run R/LIST, S/LIST, SAVE, QUIT. You can run this form out of SYSTEM MONITOR just fine. It is great for debugging R/LIST stuff. I use the ZOOM utility in the Text Box which allows for cut/paste and print. Has saved my bacon many times.
Don M.
At 26 DEC 2002 10:07AM Richard Hunt wrote:
OH yeaaaaa… I keep forgetting about the "system monitor".