×
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

-SET ECO=ALL;

-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

RE: -SET ECO=ALL;

If you have -SET &ECHO=ALL and do view source in browser you can see the ECHO output which you can save locally.

RE: -SET ECO=ALL;

(OP)
HI
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;

Breyt,

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;

(OP)
THANKS a lot
Breyt

RE: -SET ECO=ALL;

(OP)
Hi
Can you tell me  witch component I can use for dialog manager
Thanks
Breyt

RE: -SET ECO=ALL;

There isn't one.  The only thing I can think of is to HOLD FORMAT HTML and then write something to strip out the code.

RE: -SET ECO=ALL;

(OP)
HI
I have found the solution . If I set
SET TRACEON = PRH /1
It give me the dialog Manager
Thanks
Breyt

RE: -SET ECO=ALL;

What release are you on?  I tried it and I don't see it.

RE: -SET ECO=ALL;

(OP)
HI
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;

I am using a define command to club 3 fields into one. For example I have state,district and zip as 3 seperate fields and I need them as one column in the report. I define the field as PLACE and select state and distrct and zip from the define fields like this

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?

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members! Already a Member? Login

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close