|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
DataGrid not populating for 1 of 20 users
I have the .exe for my VB6 application on a Network drive.
There are multilple users that access this .exe thru a shortcut on their PCs. Within this application I have a DataGrid that lists any associated Materials to the Specific Material the User is modifying. If the user edits the list, the DataGrid refreshes and displays the information. My question is, I have one user out of 20 that the DataGrid will not populate. Other users accessing the exact same application, the DataGrid works fine. What should I be looking for on this one user's Computer? A missing .dll file ? If so any idea which one? Appreciate any ideas. Thanks MP |
|
#2
|
||||
|
||||
|
from where is the datagrid getting it's datasource (ie a database,directory listing, etc...) Does the user have rights to the associated data source.
Can the user access it logged on another machine. |
|
#3
|
|||
|
|||
|
An ADO Data Control ConnectionString has been created during design and is part of the executable file.
This user can access the same .exe application from other computers and the DataGrid will populate just fine. I am thinking that the user's computer may be missing a file like MSADODC.OCX or a .dll file of some kind. but I don't understand why it would need a file outside of the executable. If a program is designed with the proper DataGrid, FlexGrid controls and then a .exe is created, aren't the proper tools etc.. included in the compiled .exe file? My VB6 knowledge is limited. I appreciate your help. MP |
|
#4
|
||||
|
||||
|
No not necessarilly. Either create an install package that registers the dll files need or manually register them and it should work.
|
|
#5
|
|||
|
|||
|
I was canvassing other forums and came across
this solution. Tried it and it fixed the problem. Thanks for your time and help. Heres what I found: Make sure you have the lib file "msbind.dll" on the pc that is giving you the error. msbind.dll Microsoft Data Binding Collection Object DLL You need to register (with regsvr32) the file "MSBIND.DLL" . There is a hidden and undocumented dependency between the ADODC component and MSBIND.DLL. |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > DataGrid not populating for 1 of 20 users |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|