-SET ECO=ALL;
-SET ECO=ALL;
(OP)
HI
I would like to know how I can store the result of -SET ECHO=ALL on a file (execution of the programm)
Thanks
Breyt
I would like to know how I can store the result of -SET ECHO=ALL on a file (execution of the programm)
Thanks
Breyt
RE: -SET ECO=ALL;
RE: -SET ECO=ALL;
I would like to write the display of ECHO=ALL in a seqential file and read after for analyse
Thanks
Breyt
RE: -SET ECO=ALL;
There is no direct way to do this. You can use the following trace but it will not show the Dialogie Manager commands. Only the interpeted FOCUS code. The Dialogue Manager commands can be captued in another trace but that is going to be much bigger than what you want. Put this before your code.
SET TRACEUSER=ON
SET TRACEOFF=ALL
SET TRACEUSER=ON
SET TRACEON = CEH /1
Then look at the trace in the edatemp dir.
RE: -SET ECO=ALL;
Breyt
RE: -SET ECO=ALL;
Can you tell me witch component I can use for dialog manager
Thanks
Breyt
RE: -SET ECO=ALL;
RE: -SET ECO=ALL;
I have found the solution . If I set
SET TRACEON = PRH /1
It give me the dialog Manager
Thanks
Breyt
RE: -SET ECO=ALL;
RE: -SET ECO=ALL;
WEBFOCUS 5.2
BREYT
PS copy of the log
15.01.20 AG -SET &&LINES=&LINES;
15.01.20 AG message length = 20
RE: -SET ECO=ALL;
DEFINE FILE PROJECT
PLACE/A50='STATE''DISTRICT''ZIPCODE';
I get an error message which says
THE FIELDNAME IS NOT RECOGNIZED:PLACE
and when I tried playing around with it like using & or < I get "'<STATE''<DISTRICT''<ZIPCODE'" INSTAED OF THE VALUES.
what am i doing wrong?