Also accpac pro 6.5 was compiled in Visual Foxpro 7.0. not 6.0.
Swell. Well, that'll give you an idea of the tools and support I have . . .
OK --
I need to add some more lookup in validating an Item in Item Master Maintenance.
When I enter a non-existent item, I get a little window with three buttons, saying, "Item XXXX not found", "List", "Add", "Reenter".
The validation routine seems to be inaccessable. I can catch it by setting a breakpoint for "M_VITEM" $ SYS(16), but it's in formsetmanager.mgrevents.cmpfs.m_vitem. I can't find it in the .vcx; and if I copy it and create a "m_vitem2" in my modified subclass of the form, the references are screwed up. (Leading to this HELP! plea.)
The call is:
ThisFormSet.so_FS.m_vItem(a_icitem->item, 1)
"so_FS" seems to be equivalent to "CMPFS", which seems to be created on the fly. I haven't been able to find any documentation reference to it.