Default Avatar

chaminda

chaminda

About

Username
chaminda
Joined
Visits
0
Last Active
Roles
Members

Comments

  • I am using FastReport designer with a Custom save dialog.i have couple of issues when i am using custom save event.i am attaching the event on the form load event of report designer form. and detach it when the form is closed.When user click on save…
  • Hi, Any Event argument to check which button has clicked by user ? chaminda
  • AlexTZ wrote: » The new version will be available tomorrow. It allows to use the opened connection. Tnx a lot.its work like charm !!!
  • AlexTZ wrote: » I'm afraid it's not possible. I will try to modify our code to allow use of existing application connection object instead of creating its copy. I will let you know in this thread. tnx. Hope you can make it soon. and i have …
  • tnx for the helpful answer.the prob is i want to use my exisiting application connection when executing the report. Can i get the sql query from the report and run it inside application connection and set data back to the report. is that possible…
  • Hi , i want to clarify few things when we are going forward with your report designer solutions.Hope you all can help me with them. 1.can we create our own class something similar to OleDbDataConnection class which is derrived from DataConnect…
  • we have try to Created a customize data provider using DataConnectionBase.but there are 2 problems once we try to derived from that base class. 1. we cant override GetEditor(); method. 2.when we use that connection which is customized users can …
  • Now what we have done is we have explicitly converted IDbConnection to DbConnection.But we cant see all the database tables once we have done in this way.and there should be a beter way of doing this which we didn't know at the moment.coz explicit c…
  • i have checked.but the thing is in that Config.DesignerSettings.ApplicationConnection accept only DbConnection. But we need to use IDbConnection.is that possible ?