I resolved the problem:
Drop the TDatabase, TTable and TDataSource on the form, don’t fill in the table name property of the TTable.
Modules in the program:
void __fastcall TForm1::Password(TObject *Sender, bool &Continue)
{
AnsiString PassWrd;
PassWrd = "12345"...
Good Evening:
I hope that someone can help me. I have a password paradox table, that I used the example of the OnPassword example in the CBuilder 5 help file. When I first add the routines, and put the password in the TForm1::Password function call, compile it, and test it it works OK...
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.