Focal Point
[closed]AppStudio Trigger

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

June 25, 2015, 01:35 PM
Jay Potter
[closed]AppStudio Trigger
I am using AppStudio 8.0.9. I am trying to make a button visible once the user has entered dates into 2 calendar objects. If both calendar objects have the dates filled in then a button will appear. I have it working if I use one of the mouse options. But I would like it to work right after the 2nd date is selected. I have tried trigger type Selection Changed and it does work. I have both calendar objects selected as Trigger Identifier. Is there something I am missing?

This message has been edited. Last edited by: Jay Potter,


WebFocus 8.1.5
iSeries/Windows
DB2/SQL/Access
Dev Studio
App Studio
Maintain
ReportCaster
June 26, 2015, 11:55 AM
gregv
Jay,
I'm running AS8.009 ,which I downloaded and installed last week, and 'Value Changed' event (or any other event) does not work for the calendar control.

For another control where I have this issue, Double List Box, I put a GroupBox around the control and then used onmousemove event so that I can make adjustments to other Double List boxes on the page.

Depending on what you want to do, this may or my not work for you.

If you can't hide the button you should be able to disable it until the date(s) you want the user to enter are complete.

Good luck



Greg



current client: WF 8.1.05 & 8.2 - Windows 7 64bit - Tomcat 7 - MRE / BID - IE11

local: WF 8.2 - Windows 7 64bit - Tomcat 6 - MRE / BID - FOCUS - IE11

PMF 8
June 26, 2015, 12:02 PM
Jay Potter
I might be able to use that concept. The reason I have to do that is because the selection required is not working in the calendar.

Thanks


WebFocus 8.1.5
iSeries/Windows
DB2/SQL/Access
Dev Studio
App Studio
Maintain
ReportCaster