Counter: 2497
Published: 2007-01-29 19:21:15

Question: In the BDE I have to appoint a session when I need more instances of a form on which tables are stored. But how can I accomplish this with FIBPlus?

Answer: You can place databases, datasets and queries on datamodules for that. To make it work for independent forms, you should set the name of the datamodule to an empty string in OnCreate:

procedure TdmMultiInstance.DataModuleCreate(Sender: TObject);
begin
Name := '' ;
end;

Prices in Euro:

235 (1 copy)
1250 (unlimited)

Volume discounts are available...

You're doing great job with this product. >>

Veli-Matti Hurskainen
FOR CUSTOMERS
Download full versions and updates in our Customer's Center