I'm trying to figure out how to check the paths of the tables/views in my form's dataenvironment to see if their paths exist. Unfortunately I can't seem to do this without the form opening and executing other events. I'm trying to do this within the program file I use to execute and launch the form from.
For example...
If File(Form1.DataEnvironment1.Cursor1.Database) = .F.
Form1.DataEnvironment1.Cursor1.Database = MMyNewPath
EndIf
Thanks in advanced,
Stephen Hardie
P.S. Please foward your anwser to shardie@kpcorp.com
For example...
If File(Form1.DataEnvironment1.Cursor1.Database) = .F.
Form1.DataEnvironment1.Cursor1.Database = MMyNewPath
EndIf
Thanks in advanced,
Stephen Hardie
P.S. Please foward your anwser to shardie@kpcorp.com