CPB Mailing List

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Paradox tables



In order to avoid appearance of "Enter Password" dialog you should
add the password to your session programmatically.
If you use the default session then this can help (assume that table tbMy
requires password "MyPassword"):

	Session->AddPassord("MyPassword");
	tbMy->Active = true;
This way you won't get any dialogs and the table will open.

I'm very interested in your opinion on PARADOX itself.
	
----------
> From: Mark Jaskiewicz <markj@itcat.com.au>
> To: cpb-thread@zdtips.com
> Subject: Paradox tables
> Date: 5 марта 1998 г. 6:11
> 
> G'day,
> 
> Does anyone know how to enter the password for a paradox table when you
> attempt to open it through CPB (1.0)? No matter what I do, I am still
> queryed for it when I run the application. Any help would be appreciated.
> 
> Thanks,
> Mark
> markj@itcat.com.au
> 
> 


W Komornicki's Home Page | Main Index | Thread Index