Accessing Password MDB with Crystal OCX 
Author Message
 Accessing Password MDB with Crystal OCX

Can anyone tell me why the following does not work...?

with mdiForm1.crwPE
    .Password=MyPassword
    .Action=1
end with

Each time I get a Password Prompt back from CR.

Thanks.



Mon, 26 Mar 2001 03:00:00 GMT  
 Accessing Password MDB with Crystal OCX
Try
With mdiForm1.crwPE
    .Connect = ";pwd=passowrd"
    .Action = 1

etta


Quote:
>Can anyone tell me why the following does not work...?

>with mdiForm1.crwPE
>    .Password=MyPassword
>    .Action=1
>end with

>Each time I get a Password Prompt back from CR.

>Thanks.



Mon, 26 Mar 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Assigning Access Password to Crystal OCX

2. accessing a password protected Access Mdb

3. crystal database (mdb) password

4. Crystal Reports - Open MDB with Password

5. Password protected Access.mdb from VB?

6. Password protected Access.mdb from VB?

7. 'how to open an password protected access mdb file

8. 'how to open an password protected access mdb file

9. 'how to open an password protected access mdb file

10. 'how to open an password protected access mdb file

11. CR with password protected Access MDB...

12. URGENT:Password problem with access mdb

 

 
Powered by phpBB® Forum Software