|
-
Feb 2nd, 2000, 03:40 AM
#1
Thread Starter
New Member
I have a scheduling program that runs on a network with 30 PCs. The Plant_Schedule.mdb sits on a Win98 computer in a shared directory which I map to. Each of the 30 PCs has the client program which shows a list of jobs in a DataGrid which is bound to a DECommand . When the client user changes the machine selection (a combobox) I am able to change the commandtext of the DECommand, and see that the machine field of the first record in the commands recordset is now the specified machine (using msgbox DE1.command1.fields("Machine").value. However, the datagrid will not refresh. How do I get the Datagrid to refresh with the new DECommands recordset?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|