| Title: | FOCUS, from INFORMATION BUILDERS |
| Moderator: | ZAYIUS::BROUILLETTE |
| Created: | Thu Feb 19 1987 |
| Last Modified: | Mon May 05 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 615 |
| Total number of notes: | 1779 |
HELLO,
I may still have my head stuck in 3gl thinking.
Q. Is there a way to create a variable within a FILE MODIFY
section of a FOCEXEC so the variable can be accessed
in the dialogue manager or a TABLE FILE section?
I know there is a way to put things into HOLD files for later
use. But isn't there an easier way?
Thank You
Bruce
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 61.1 | No way, I know... | MEMV03::VOSS | Tue May 03 1988 11:07 | 1 | |
I have not seen or heard of a way during 6 years of FOCUS work. | |||||
| 61.2 | SUMMARY | FDCV11::MADDEN | Mon May 23 1988 16:04 | 6 | |
IN MODIFY TYPE ON ddname "<variable "
FROM DIALOGUE MGR -READ ddname &VAR
FROM TABLE
COMPUTE NAME=&VAR or
IF field EQ &VAR
or IF field EQ (ddname) <--- list of values
| |||||