Bug Report - QBF and POSCHANGED (OpenInsight)
At 08 FEB 2000 06:07:55AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
[notag]When defining a QBF query in a form the GOTFOCUS/LOSTFOCUS events are normally ignored for prompts, and no validation takes place on them.
However the POSCHANGED event on an Edit Table does not respect this convention so validation takes place for any search data entered in cells.
Could this please be fixed so that no validation takes place on any control when defining a QBF query?
Thanks
[<A HREF="http://www.sprezzatura.com" onMouseOver="window.status='Click here to visit our web site?';return(true)">The Sprezzatura Group</A>]
[<I>World Leaders in all things RevSoft</I>]
[<img src="http://www.sprezzatura.com/zz.gif">]
[<script language="javascript">function openNewPage () {window.location.href=(document.TOCNavigator.pageToGoTo.options[document.TOCNavigator.pageToGoTo.selectedIndex].value);document.TOCNavigator.pageToGoTo.selectedIndex="0";}end hiding from non-JS browsers –></script>] [<FORM ACTION "" METHOD=GET NAME="TOCNavigator" <SELECT NAME="pageToGoTo" SIZE=1 onChange="openNewPage()"> <OPTION>Pull down this menu to choose whereabouts on the Sprezz site to go <OPTION VALUE="http://www.sprezzatura.com">Home Page <OPTION VALUE="http://www.sprezzatura.com/whatsnew.htm">What's New <OPTION VALUE="http://www.sprezzatura.com/senl.htm">SENL <OPTION VALUE="http://www.sprezzatura.com/patches.htm">Download S/LIST <OPTION VALUE="mailto:support@sprezzatura.com">Send mail to support at Sprezzatura <OPTION VALUE="mailto:sales@sprezzatura.com">Send mail to sales at Sprezzatura </SELECT> </FORM>][/notag] </QUOTE> —- === At 08 FEB 2000 02:47PM Revelation Technical Support wrote: === <QUOTE>We will be discussing this with developers for possible bug fix. </QUOTE> —- === At 08 FEB 2000 03:18PM The Sprezzatura Group wrote: === <QUOTE>[notag]Thanks very much
[<A HREF="http://www.sprezzatura.com" onMouseOver="window.status='Click here to visit our web site?';return(true)">The Sprezzatura Group</A>] [<I>World Leaders in all things RevSoft</I>] [<img src="http://www.sprezzatura.com/zz.gif">] [<script language="javascript">function openNewPage () {window.location.href=(document.TOCNavigator.pageToGoTo.options[document.TOCNavigator.pageToGoTo.selectedIndex].value);document.TOCNavigator.pageToGoTo.selectedIndex="0";}end hiding from non-JS browsers –></script>]
[<FORM ACTION "" METHOD=GET NAME="TOCNavigator"
<SELECT NAME="pageToGoTo" SIZE=1 onChange="openNewPage()">
<OPTION>Pull down this menu to choose whereabouts on the Sprezz site to go
<OPTION VALUE="http://www.sprezzatura.com">Home Page
<OPTION VALUE="http://www.sprezzatura.com/whatsnew.htm">What's New
<OPTION VALUE="http://www.sprezzatura.com/senl.htm">SENL
<OPTION VALUE="http://www.sprezzatura.com/patches.htm">Download S/LIST
<OPTION VALUE="mailto:support@sprezzatura.com">Send mail to support at Sprezzatura
<OPTION VALUE="mailto:sales@sprezzatura.com">Send mail to sales at Sprezzatura
</SELECT>
</FORM>][/notag]
At 09 FEB 2000 01:26AM Barry Stevens wrote:
Work around is promoted POSCHANGED event with a check for QBFINIT
if IsItQBFInitMode(@Window) then return 0