Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
YAM2 on App Getting the EXE file
Message
From
05/05/2021 14:08:27
Walter Meester
HoogkarspelNetherlands
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
01680124
Message ID:
01680159
Views:
36
File read errors occur if you application has some file handles open to recources over a network connection and the connection drops for one or another reason, even if it is for a short time.

The way to solve it is that your application should run locally and all the files it accesses (except for the database) are available locally as well.

Walter,


>Hi,
>
>I know you must be tired of me, or my messages. Be patient; another 10 years and I will stop :)
>
>Good news is that I no longer get the errors (from this customer) of the lost connection to the SQL Server. I have already wrote about it.
>





>But I still see in the error log issues related to the application "reading" some libraries. Here is an example:
>
>A user clicks on an item of a toolbar, the program calls a method OpenAppForm which actually (as name suggests) opens a form. But the log file says that OpenAppForm had an error:
>
>Error reading file \\.......\appshare\libs\formfile.vcx
>
>The location \libs\ is where the library formfile.vcx reside at design time. And I understand that since the application cannot read this .vcx it refers to the design time name. This is fine.
>
>My question. Inside the OpenAppForm I can enclose the instantiating of the form in formfile.vcx (or any other) in Try/Catch. Then if the problem is determined, where should the code go? Simply informing the user that they have a problem? Creating a loop and attempting to instantiate the form 2-3 times? What else can I do with this Try/Catch?
>
>TIA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform