Focal Point
[SOLVED]Webfocus Maintain

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

October 31, 2012, 10:43 AM
BJK
[SOLVED]Webfocus Maintain
Hello All,
I am new to using Webfocus Maintain. I tried creating the MNT file and when I compile it I get this error.
Syntax error in Procedure IBFS:/Test WebFocus/DEV/bkuntz/firstlist.mnt near line 261, column 12:
-----------v
Winform Show_Inactive firstlist_ShowRecordForm


here is the code with the line in question marked.
Any help would be appreciated thanks Brian

Case GETRECORD;
$$Match firstlist.FIRSTLIST.GROUPNAME1 into FIRSTLISTStk
Stack clear FIRSTLISTStk ;
reposition firstlist.FIRSTLIST.GROUPNAME1;
Next
firstlist.FIRSTLIST.GROUPNAME1
into FIRSTLISTStk
Where ;
error line Winform Show_Inactive firstlist_ShowRecordForm
Winform set firstlist_ShowRecordForm.actionblockheadingArea.CSSClass to "Block";
Winform set firstlist_ShowRecordForm.datablockheadingArea.CSSClass to "Block";
Winform set firstlist_ShowRecordForm.Heading_Text.CSSClass to "Heading_Text";
perform SETFIELDSWRITABILITY;


if FIRSTLISTStk.foccount eq 0 then begin
$$if UserEntry eq 1 then begin
compute ResultMsg = "Record: " |
zGROUPNAME1 |
" Not found."

firstlist_ShowRecordForm.ResultMsg_Text.SetBackColor(74, 22, 22);
firstlist_ShowRecordForm.ResultMsg_Text.SetForeColor(255, 255, 153);


$$ Clear stack and form
Stack clear FIRSTLISTStk ;

perform SETFIELDSNODISPLAY;

Winform set firstlist_ShowRecordForm.SaveUpdateButton.Visible to 0;

Winform set firstlist_ShowRecordForm.DeleteButton.Visible to 0;

endbegin
else
begin

compute ResultMsg = "";
compute ActionMsg = "";
endbegin


endcase

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


Product WF 7.1.6 Windows
Database Oracle
outputs PDF, HTML, EXCEL
October 31, 2012, 12:24 PM
BJK
(CLOSED) I needed a key defined in the oracle table i was using


Product WF 7.1.6 Windows
Database Oracle
outputs PDF, HTML, EXCEL
October 31, 2012, 04:40 PM
Waz
MAke sure you edit your first post, and change the title to add [CLOSED]


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

October 31, 2012, 06:30 PM
BJK
[CLOSED]


Product WF 7.1.6 Windows
Database Oracle
outputs PDF, HTML, EXCEL
October 31, 2012, 06:49 PM
Waz
The idea is to edit the title of the thread. this is done by editing your first post in the thread.

Sorry for the confusion.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!