Thanks Andrew Seems they have something called teamviewer and will let me in the pc tomorrow, Al
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Andrew Stirling Sent: 01 August 2012 18:32 To: [email protected] Subject: Re: VFP has stopped working Al I run this when the clients lose the help file, get them to run as administrator lStartPathDll=lStartPath+'\foxhhelpps9.dll' lStartPathExe=lStartPath+'\foxhhelp9.EXE' TRY RUN /N regsvr32.exe /s (lStartPathDll) CATCH MESSAGEBOX( "Opps, Failed to register foxhhelpps9.dll" + CHR(13)+ CHR(13) ; +"You can continue without it "; , 0+64+0, "Error", 0 ) && OK = 1 FINALLY ENDTRY TRY * corrected error 11/03/03 RUN /N &lStartPathExe /REGSERVER *RUN /N (lStartPathExe) /REGSERVER CATCH MESSAGEBOX( "Opps, Failed to register foxhhelp9.exe" + CHR(13)+CHR(13); +"You can continue without it "; , 0+64+0, "Error", 0 ) && OK = 1 FINALLY ENDTRY Kind regards Andrew Stirling _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/014c01cd7004$8a6271e0$9f2755a0$@com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

