Hi
Being a relative newcomer to VID, looking for a quick onramp to the product and some working examples of code, I came across the following articles in the MS Knowledge Base;
HOWTO: Create a Visual InterDev 1.0 Data Form Wizard with Visual Interdev 6.0
HOWTO: Create a Visual InterDev 1.0 Data Form Wizard with Visual Interdev 6.0 Add Filter
After successfully working through the first article, discovering a typo on the way, I began with the second article. Try as I might, I have been unable to get this sample working. I keep on getting the following error message;
Microsoft VBScript runtime error '800a01a8' Object required: 'pageDFW'
I think the problem lies in this line of code in the subroutine ApplyFilter;
If Not IsNull(pageDFW.getFilter()) Then
Has anyone out there got this sample to work? And if so, can you help?
Thanks - Grant
Being a relative newcomer to VID, looking for a quick onramp to the product and some working examples of code, I came across the following articles in the MS Knowledge Base;
HOWTO: Create a Visual InterDev 1.0 Data Form Wizard with Visual Interdev 6.0
HOWTO: Create a Visual InterDev 1.0 Data Form Wizard with Visual Interdev 6.0 Add Filter
After successfully working through the first article, discovering a typo on the way, I began with the second article. Try as I might, I have been unable to get this sample working. I keep on getting the following error message;
Microsoft VBScript runtime error '800a01a8' Object required: 'pageDFW'
I think the problem lies in this line of code in the subroutine ApplyFilter;
If Not IsNull(pageDFW.getFilter()) Then
Has anyone out there got this sample to work? And if so, can you help?
Thanks - Grant