Hello, I have one DataDictionary, and 3 tables in my Interbase database, but I don't now how I get all my tables automatic.... can I do these? If yes, how I do?
- The DataDictionary.BuilderSettings are used to configure the DataDictionaryBuilder. Set the SessionType to reflect the type of connectivity you are using BDESession, IBXSession, etc. And then set the DatabaseName property to point to the data connection object TDatabase, TIBDatabase
- Check out the RBuilder\Demos\EndUser Databases\Interbase examples and then the Developers Guide EndUser application tutorial for Interbase.
Best regards,
Nard Moseley Digital Metaphors www.digital-metaphors.com
Hello Nard... I look that... and I found I error... when I create a new Report using a new Data.. I create Data inside Report, go to preview, and works fine... when I save, The Data conector was I created lost, dont save with report... Its normal, or I need to set something to do these?
- When you use the Data workspace the Designer.DataSettings.DatabaseName property is resolved to an object reference (ie. a data connection component such as TDatabase, TIBDatabase). The Query tools use this connection object to create the query.
- The Designer.DataSettings.DatabaseName value is saved as part of the Query definition. When you reload the report template, the object reference will be re-establish provided the connection object can be found. Typically the data connection resides on the same Form as the Report, Designer, etc. The Form must be the Owner of all components on the form.
Best regards,
Nard Moseley Digital Metaphors www.digital-metaphors.com
My Designer etc. is doesn't in same form whith IBDatabase, now I put there... but, I have the same problem... I just copy all component from example... but the my Default transaction is in ReadCommited, and I use ppReportExplorer, and my modifications isn't in real time.... I know, it's because I dont commit transaction.. my question is: when I commit my transaction? what component I do these?
Remember my old problem (data doesnt save)... ) what can I do to fix that?
- as a starting point work thru the Developers Guide tutorials on building End-Usera applications. There is one or more examples for Interbase.
- as a second step, open RBuilder\Demos\EndUser Databases\Interbase\IBExpress and review the example and ReadMe.doc. This example has been tested and works properly
Best regards,
Nard Moseley Digital Metaphors www.digital-metaphors.com
Comments
- The DataDictionary.BuilderSettings are used to configure the
DataDictionaryBuilder. Set the SessionType to reflect the type of
connectivity you are using BDESession, IBXSession, etc. And then set the
DatabaseName property to point to the data connection object TDatabase,
TIBDatabase
- Check out the RBuilder\Demos\EndUser Databases\Interbase examples and then
the Developers Guide EndUser application tutorial for Interbase.
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
I look that... and I found I error... when I create a new Report using a
new Data.. I create Data inside Report, go to preview, and works fine...
when I save, The Data conector was I created lost, dont save with report...
Its normal, or I need to set something to do these?
thanks..
- When you use the Data workspace the Designer.DataSettings.DatabaseName
property is resolved to an object reference (ie. a data connection component
such as TDatabase, TIBDatabase). The Query tools use this connection object
to create the query.
- The Designer.DataSettings.DatabaseName value is saved as part of the Query
definition. When you reload the report template, the object reference will
be re-establish provided the connection object can be found. Typically the
data connection resides on the same Form as the Report, Designer, etc. The
Form must be the Owner of all components on the form.
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
My Designer etc. is doesn't in same form whith IBDatabase, now I put
there... but, I have the same problem... I just copy all component from
example... but the my Default transaction is in ReadCommited, and I use
ppReportExplorer, and my modifications isn't in real time.... I know, it's
because I dont commit transaction.. my question is: when I commit my
transaction? what component I do these?
Remember my old problem (data doesnt save)... ) what can I do to fix that?
Thanks for all... and sorry my poor english. )
Fellipe H.
- as a starting point work thru the Developers Guide tutorials on building
End-Usera applications. There is one or more examples for Interbase.
- as a second step, open RBuilder\Demos\EndUser
Databases\Interbase\IBExpress and review the example and ReadMe.doc. This
example has been tested and works properly
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com