Hi everyone,
I am trying to utilise ReportBuilder's "data" (DADE) feature to move existing data query and pipelines from a regular delphi form into the report template "data" page itself. ALl went okay with the "query wizard" until I needed to "edit SQL" (when you right click on the SQL tab of...
Hi everyone!
I'm moving all current event codes for report components from Delphi pas file into the report component itself (onto the Calc page). So that the report will become self-containing and separate itself from the delphi code file. it is all going well except one problem: if the event...
Thanks for the idea!
my problem is that I must do this for a "dynamic query" (aka, no fields in field editor, they get filled at run time); and I cannot abandon our custom-made DBGrid to use a string grid...
any other suggestions?
Thanks!
help!!! I'm trying to change the data being displayed in a DBGrid cell to another language; but i would like to keep the data set (the query that DBGrid is attached to) intact (with all the data still in english).
Is there any way to do this? I tried dbgrid.fields[i].text := 'blah', but it...
Thanks for the help! I compiled, and then built the package after I made my changes, (even deleted the old dcu's) it's still not showing >_<
any other ideas?
I am adding new var (a method pointer) and procedures to a component's "public" sector. But when I need to access them, say this_component. ; after the "." delphi brings up the list of functions/prcedures/vars for that object, but the newly added are NOT on the list; however, if I add them in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.