glendean Posted October 15, 2012 Posted October 15, 2012 Can someone assist with a problem I have. I started with Windowless demo and added Master Grid to Main (form) linked to abs data controls in MainModule (form). I have added an unihtmlframe in Main (form) to display read only data by calling function in MainModule when user clicks on various selection buttons (using AjaxEvent). It works nicely except I also want the data in unihtmlframe to update when user scrolls the master grid in Main. Is there anyway to fire an event in Main from a MainModule datacontrol afterscroll event. Glen Quote
glendean Posted October 16, 2012 Author Posted October 16, 2012 ahh...Tdatasource.OnDataChange seems to fill my needs. unihtmlframe is proving dramatically faster than using a second UniDBGrid to display details of the master table... practically instantaneous. Quote
AlbertoVesx Posted October 16, 2012 Posted October 16, 2012 ahh...Tdatasource.OnDataChange seems to fill my needs. unihtmlframe is proving dramatically faster than using a second UniDBGrid to display details of the master table... practically instantaneous. could you provide a simple demo? please. Quote
glendean Posted October 17, 2012 Author Posted October 17, 2012 could you provide a simple demo? please. Hi Alberto I have modified the master detail which should be placed in your uniGUI\Demos folder to get the data files. I have been testing unigui with absolute database controls, when looking up a secondary 20,000 record table using SQL (ABSSquery) it displays in tuniHtmlFrame near instantaneously. Glen MasterDetailHTML.zip Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.