End user solution with FIBPlus
Could anyone give me some guidelines to build an end-user solution using
FIBPlus as the data access components? Since there is no Table component in
FIBPlus, I used a FIBDataset component instead. But when I run the program
and try to add a new dataview for a new report, I get no wizard icons to
build the query (I get a blank form).
I'll appreciate your help.
FIBPlus as the data access components? Since there is no Table component in
FIBPlus, I used a FIBDataset component instead. But when I run the program
and try to add a new dataview for a new report, I get no wizard icons to
build the query (I get a blank form).
I'll appreciate your help.
This discussion has been closed.
Comments
1. You download a DADE plug-in for FIBPlus from our web site.
http://www.digital-metaphors.com/Subpages/Downloads/CompanionDade.html
2. There is a ReadMe.doc included with the plug-in download
3. Also, check RBuilder\Demos\EndUser Databases\Interbase
--
Nard Moseley
Digital Metaphors Corporation
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
FIBPlus example,
It only contain the following folders:
1. BDE
2. IB Express
3. IB Objects
where can I find it?
Thanks.
Sorry, I think my prior response was not clear.
We do not have an example that uses FIBPlus. As a starting point, try
working thru the BDE or IBExpress Interbase example. Each example contains a
correct configuration and a ReadMe.doc.
To implement FIBPlus, you will need to download the daFIBPlus plug-in from
our web site. Use the SQL Scripts installed to RBuilder\Demos\EndUser
Databases\Interbase and modify one of those examples to work with FIBPlus.
--
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
seems to be ok, but
When I try to make a "New" Data View in then "Data" tab sheet the form of
the "New items" appears empty
it don't show the "Query Wizard" and the "Query Designer"
Note: I already include the units daIDE and daFIBPlus
What can I do?
Thanks.
Check the TppDesigner.DataSettings properties.
Set TppDesigner.AllowDataSettingChange to true, then run the application.
From the Data tab select File | DataSettings... to display the dialog. From
the dialog check that the FIBPlusSession is specified.
--
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com