We are testing 7.1.5 now for an upgrade. We have the following issue I was able to duplicate in the car file. Works in 5.3.5.
I have a case open with IBI, but just wondering if anyone else has this issue.
We have an application in MRE
that Has a -Default with a -Prompt that calls a fex from Self-Service. Below
is the fex if you put the Launch in MRE and the Fex in Self-Service in both
Releases you should see the problem.
In 7.1.5...it completely ignores the Prompt...just accepts the Default and runs the report...bypassing the input screen. The
user should be able to override the default as it does in 5.3.5
(MRE)
-DEFAULT &CNTRY='ENGLAND'
-DEFAULT &CAR1='JENSEN'
-PROMPT &CNTRY.Enter desired Country.
-PROMPT &CAR1.Enter desired Car.
-mrnoedit BEGIN
-INCLUDE thecar.fex
-mrnoedit END
SET ALL = PASS
-RUN
(SELF SERVICE)
TABLE FILE CAR
PRINT CAR MODEL SEATS
BY COUNTRY
WHERE COUNTRY EQ '&CNTRY'
WHERE CAR EQ '&CAR1'
END
| In Focus since 1993. WebFOCUS 7.7.03 Win 2003 |