I get error message 1429 when I use showopen or showsave. The other actions
work fine. This is my code:
Dialog = CreateObject('MSComDlg.CommonDialog')
dialog.ShowOpen &&error
dialog.AboutBox &&OK
dialog.ShowHelp &&Nothing
dialog.ShowPrinter && OK
dialog.ShowSave &&Error
I have tried it with VFP 7 and 8 with the same result. I'm running XP SP1 on
a PC with 1G RAM.
What could be the problem?