Focal Point
Deffered Button

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

November 25, 2005, 04:44 PM
TryFocus
Deffered Button
I want to place a Deffered button on Input Screen.
Let me explain in detail
Input screen is a place where users makes his selection criteria and once he hits the Run Deffered button. The Report should be submitted for Deffered Status.

Thanks in advance


Prod: WF 7.6.10 windows. -- MRE/Dashboard/Self Service/ReportCaster - Windows XP
November 28, 2005, 06:09 AM
Tony A
Are you using MRE? I only ask because the variable is an MRE one -

<input type='hidden' name='IBIMR_defer' value='Defer'>

<tr><td><INPUT TYPE='submit' NAME='submit' VALUE='Submit'></td></tr>
<tr><td><INPUT TYPE='submit' NAME='IBIMR_defer' VALUE='Defer'></td></tr>

This message has been edited. Last edited by: Tony A,



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
November 29, 2005, 11:27 AM
TexasStingray
One why to do this if you are using resource layout is in your focexec create a variable call IBIMR_defer using the WebFOCUS Scripting Language (Dialoge Manager)
-SET &IBIMR_defer = &IBIMR_defer ;


Then When you use resoure layout you will have that variable and should be able to change its type.

Good Luck




Scott