ProScan: Export and DB Info locks up

bravo14

Member
Premium Subscriber
Joined
Feb 18, 2005
Messages
5,242
Location
Polk County FL
The past few days been trying to see what DB Info screen pulls up and sits there and than the program closes or locks up and I have to cancel it. Today try to export and same issue.... Has anyone else have this problem? I'm using win10 and software is up to date.

Screen Shot 10-16-24 at 07.08 PM.PNG
 

Attachments

  • Screen Shot 10-16-24 at 07.09 PM.PNG
    Screen Shot 10-16-24 at 07.09 PM.PNG
    393.5 KB · Views: 17

ProScan

Software Provider
Premium Subscriber
Joined
Jul 2, 2006
Messages
8,049
Location
Ontario, Calif.
The problem is the FL is huge. The DB Info (or Statistics) window is a web browser that loads a html file. In this case, it's a 85 MB html file. The internal browser doesn't respond to a file that large. I'm using the standard browser that comes with Visual Studio 2022. There's a newer browser 'WebView2' Get started with WebView2 in WinForms apps - Microsoft Edge Developer documentation
I don't know if that will solve the problem and the newer browser doesn't support Win 7.
I'll leave it as is for now and advise @bravo14 to break up the favorites into smaller sizes.

{edit} On the exporting same issue problem it takes my computer 1 minute to generate a html file. Perhaps wait longer for the operation to complete.
 
Last edited:

bravo14

Member
Premium Subscriber
Joined
Feb 18, 2005
Messages
5,242
Location
Polk County FL
The problem is the FL is huge. The DB Info (or Statistics) window is a web browser that loads a html file. In this case, it's a 85 MB html file. The internal browser doesn't respond to a file that large. I'm using the standard browser that comes with Visual Studio 2022. There's a newer browser 'WebView2' Get started with WebView2 in WinForms apps - Microsoft Edge Developer documentation
I don't know if that will solve the problem and the newer browser doesn't support Win 7.
I'll leave it as is for now and advise @bravo14 to break up the favorites into smaller sizes.

{edit} On the exporting same issue problem it takes my computer 1 minute to generate a html file. Perhaps wait longer for the operation to complete.
I wasn't too sure if it was too big of a file.
 
Top