<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>23 Mar 2016 07:23:00 Z</lastBuildDate><pubDate>23 Mar 2016 07:23:00 Z</pubDate><description>Hallo&#13;
&#13;
I want to open an Excel file of about 32MB in Webdev 19 but keep getting a GPF at the fOpen command.&#13;
&#13;
Other, smaller files are opened without problems&#13;
&#13;
In Windev 19 the file is opened after about 20+ seconds but at least the application continues.&#13;
&#13;
Two questions:&#13;
&#13;
Is there an issue opening files over a certain size in Webdev and is there a way around it?&#13;
&#13;
Is there a way in the application to delay the code to execute after the file is opened until the file is opened?&#13;
&#13;
My code is:&#13;
&#13;
IDXLSFile = xlsOpen(FileNameandPath)&#13;
//there is a long delay here for the file to be opened&#13;
x is int&#13;
j is int&#13;
IF IDXLSFile &lt;&gt; -1 THEN&#13;
xlsCurrentWorksheet(IDXLSFile,1)&#13;
x = xlsNbRow(IDXLSFile)&#13;
FOR i=2 TO xlsNbRow(IDXLSFile)&#13;
...&#13;
end&#13;
end&#13;
&#13;
Thanks in advance.&#13;
&#13;
&#13;
&#13;
Ericus Steyn</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56978-wb19-opening-excel-file/read.awp</link><title>[WB19]Opening Excel File</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
