In windows95 & 98, system hangs when i generate a report.
In other machine works for 2-3 times and hangs
Hangs means it has to be hot booted.
Processing module includes -
creating of temporary files
creating temporary files using variables e.g.
tmpfile = "abcd"+substr(time(),7,2)+".dbf"
SELECT 45
COPY TO (tmpfile) FOR ACTIVE
generating report using REPORT FORM XYZ PREVIEW
Thanks in advance
Vishee
In other machine works for 2-3 times and hangs
Hangs means it has to be hot booted.
Processing module includes -
creating of temporary files
creating temporary files using variables e.g.
tmpfile = "abcd"+substr(time(),7,2)+".dbf"
SELECT 45
COPY TO (tmpfile) FOR ACTIVE
generating report using REPORT FORM XYZ PREVIEW
Thanks in advance
Vishee