Re: 'Insufficient info' to refresh detail tables
>When I change a parameter at run time in the 'master' view the
>detail table doesn't refresh so I used detailtable.refresh but
>get the error 'Insufficient key column information...'
You should use detail.requery instead of refresh but it sounds like there is a
key problem with your detail table. Is the detail a View too?
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
Relevant Pages
- Re: Forms Authentication issues
... The module authentication has been heavily tested and it ... I wouldn't be able to get past the login page. ... If I hit refresh on Default.aspx, ... master page with a few images for the header and some text for the ... (microsoft.public.dotnet.framework.aspnet) - Re: Update --(master)---- and all of its instances ... not updatin
... changes to the master shape in order to support refreshable data. ... I created a new child connector, linked it to a an excel row, refreshed ... This did not refresh the child. ... "User-Defined Cells" which defines the User.xxxx cells? ... (microsoft.public.visio.general) - RE: Refresh All
... The downside is that when you requery a form, the record that has the focus ... If there are particular controls on the "master forms" that this subform ... Dim strParentName as string ... something on the subform I want it to refresh everything. ... (microsoft.public.access.formscoding) - RE: Refresh All
... The downside is that when you requery a form, the record that has the focus ... If there are particular controls on the "master forms" that this subform ... Dim strParentName as string ... something on the subform I want it to refresh everything. ... (microsoft.public.access.formscoding) - Re: A macro to open files, refresh data, and close file in background?
... Sub refreshquery() ... > from several worksheets which also pull external data from other ... The problem is that none of the worksheets refresh ... > themselves unless they are opened, so the Master is never fully current ... (microsoft.public.excel.worksheet.functions) |
|