Im trying to create a database, the routinbe to create it is placed in the DataModule.
As soon i call the create routine lazarus stops with "raised exception class external SIGSEGV" Its saying that this line is generating the error With DMosra.Dbf1 do
useing for basic test the follwoing code to rule out oytther problems. still no luck.
With DMosra.Dbf1 do
Try
Except
end;
copied the code to the mainform unit with button click, same error
placed on mainform a Tdb and changed the code so its useing that, it works fine.
Not seeing why it would fail, but i need to DataModule to keep soem code at central place.
So, why can i not access the database datamodule items ?