Guest Posted January 11, 2011 Posted January 11, 2011 Message from: "koney" hi, Can I call the Refreh function of DBgrids WebOptions by application to refresh dbgrid data. Koney. Quote
Guest Posted January 11, 2011 Author Posted January 11, 2011 Message from: "Farshad Mohajeri" "koney" wrote in message news:$5rzdcYsLHA.2084@anaxagvs227... > hi, > > Can I call the Refreh function of DBgrids WebOptions by application > to refresh dbgrid data. > Hi, Can you explain in more detail? . Quote
Guest Posted January 11, 2011 Author Posted January 11, 2011 Message from: "koney" For convience, I use dBase files as database. but the detail data of master-deltail can not be refreshed automatically. so, I want to refresh the detail data by call a function or method to do it. "Farshad Mohajeri" ¼¶¼g©ó¶l¥ó·s»D:iH02$kYsLHA.2316@anaxagvs227... > > "koney" wrote in message > news:$5rzdcYsLHA.2084@anaxagvs227... >> hi, >> >> Can I call the Refreh function of DBgrids WebOptions by application >> to refresh dbgrid data. >> > > Hi, > > Can you explain in more detail? > > > __________ Information from ESET Smart Security, version of virus > signature database 5778 (20110111) __________ > > The message was checked by ESET Smart Security. > > http://www.eset.com > > > __________ Information from ESET Smart Security, version of virus signature database 5778 (20110111) __________ The message was checked by ESET Smart Security. http://www.eset.com . Quote
Guest Posted January 11, 2011 Author Posted January 11, 2011 Message from: "Junior/RO" koney escreveu: > For convience, I use dBase files as database. > but the detail data of master-deltail can not be refreshed automatically. > so, I want to refresh the detail data by call a function or method to do > it. You can call DetailTable.Refresh in code or you can use a "Refresh" button and call DetailTable.Refresh. You algo can use a UniDBNavigator and press the refresh button. Why the detail data can not be refreshed automatically? This tables are not using the master/detail mechanism of Delphi VCL? . Quote
Guest Posted January 12, 2011 Author Posted January 12, 2011 Message from: "Farshad Mohajeri" "koney" wrote in message news:k4UsD9ZsLHA.588@anaxagvs227... > For convience, I use dBase files as database. > but the detail data of master-deltail can not be refreshed automatically. > so, I want to refresh the detail data by call a function or method to do > it. > > "Farshad Mohajeri" > ¼¶¼g©ó¶l¥ó·s»D:iH02$kYsLHA.2316@anaxagvs227... >> >> "koney" wrote in message >> news:$5rzdcYsLHA.2084@anaxagvs227... >>> hi, >>> >>> Can I call the Refreh function of DBgrids WebOptions by application >>> to refresh dbgrid data. >>> >> Dataset.Refresh does not work properly with UniDBGrid. Logged #763 and fixed. . Quote
Guest Posted January 12, 2011 Author Posted January 12, 2011 Message from: "Farshad Mohajeri" "Junior/RO" wrote in message news:15crADasLHA.3012@anaxagvs227... > koney escreveu: > >> For convience, I use dBase files as database. >> but the detail data of master-deltail can not be refreshed automatically. >> so, I want to refresh the detail data by call a function or method to do >> it. > > You can call DetailTable.Refresh in code or you can use a "Refresh" button > and call DetailTable.Refresh. > > You algo can use a UniDBNavigator and press the refresh button. Actually refresh button doesn't work in web mode. . Quote
Guest Posted January 12, 2011 Author Posted January 12, 2011 Message from: "koney" thanks a lot. Koney "Farshad Mohajeri" ¦b¶l¥ó news:Zm3Qz6dsLHA.2080@anaxagvs227 ¤¤¼¶¼g... > > "koney" wrote in message > news:k4UsD9ZsLHA.588@anaxagvs227... > > For convience, I use dBase files as database. > > but the detail data of master-deltail can not be refreshed automatically. > > so, I want to refresh the detail data by call a function or method to do > > it. > > > > "Farshad Mohajeri" > > ¼¶¼g©ó¶l¥ó·s»D:iH02$kYsLHA.2316@anaxagvs227... > >> > >> "koney" wrote in message > >> news:$5rzdcYsLHA.2084@anaxagvs227... > >>> hi, > >>> > >>> Can I call the Refreh function of DBgrids WebOptions by application > >>> to refresh dbgrid data. > >>> > >> > > Dataset.Refresh does not work properly with UniDBGrid. > > Logged #763 and fixed. > > . 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.