Focal Point
[CASE OPENED] Linking Maintain App to Report

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/1527009096

November 02, 2018, 02:44 PM
mbondr
[CASE OPENED] Linking Maintain App to Report
Does the linked maintain app have to use the same dataset as the calling report? I need to load and modify a different dataset based on values selected in the calling report, but I can't see examples of this.

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8.2.04 (and climbing)
Windows 10, AppStudio
November 05, 2018, 10:08 AM
Maintain Wizard
The databases do not need to be the same. I believe we are just passing the key values from the report into the Maintain.

I am currently working on an example. I will follow up as soon as possible.

Mark
November 05, 2018, 11:50 AM
mbondr
I think the problem is how I've set it up. I have three files. A fex that shows the base list with html references to the mnt file:

TYPE=DATA,
COLUMN=N2,
URL=/ibi_apps/WFServlet?( Day=N1 Clinic=N2 IBIF_cmd='MNTCON EX clinic_resources' \
IBIAPP_app='clinic_resources' IBIS_passthru='on' IBIS_connect='on' IBIC_server='EDASERVE' ),
$

The mnt file and html files are both named clinic_resources:

MAINTAIN FILE clinic_resources
module import(mntuws FOCCOMP)
$$Declarations

Case Top
document.referer='/ibi_apps/WFServlet?IBIF_ex=DSBA_APPT&IBIS_connect
=on'||'&timechk='|timechk;
compute @CLINIC = IWC.getAppCGIValue("Clinic");
compute @APPTDATE = IWC.getAppCGIValue("Day");
Winform Show Form1;
EndCase

END

(FOC03847) MntEX Compile failed for clinic_resources
(FOC03704) Cannot find the file : clinic_resources.MNT :.

They're all in the same directory!

This message has been edited. Last edited by: mbondr,


WebFOCUS 8.2.04 (and climbing)
Windows 10, AppStudio
November 05, 2018, 07:03 PM
mbondr
Progress (of a sort). Putting the report on the html page with the maintain procedure caused some good thing and bad things to happen. It created a new html page (a duplicate). Better still, when I run it says "Item does not exist, IBFS:/WFC/Repository/SpecialtyClinics/SpecialtyBudgetedAppointments/rltemp1(the page it created).htm". I click OK and it runs the non-existent page. Clicking a link gets me "(FOX03849) Compiled maintain image not loadable: Request10".


WebFOCUS 8.2.04 (and climbing)
Windows 10, AppStudio
November 05, 2018, 07:46 PM
mbondr
Killed the html page and rebuilt it. Now it's just the image not loadable message.


WebFOCUS 8.2.04 (and climbing)
Windows 10, AppStudio
November 12, 2018, 12:11 PM
FP Mod Chuck
Mbondr

Better open a case with techsupport on this one if you haven't already.


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
November 12, 2018, 12:51 PM
mbondr
Did. It's going absolutely (very slowly) nowhere.


WebFOCUS 8.2.04 (and climbing)
Windows 10, AppStudio
November 14, 2018, 01:11 PM
Maintain Wizard
I created a new example and document to go through the step by step directions for being able to drilldown from a report to a Maintain procedure. In this case the report and the Maintain are on the same form. If anyone else would like this document please let me know at Mark_Derwin@ibi.com.

A technique to have them on separate HTML pages is coming, but not available in 8203.

Mark