Posted by Grant Foraker on December 04, 2014 at 11:03:42: Uploaded files: 1
Programs compiled in Comet16 run in Comet32.
Using this logic to "pacify" users that something is really happening PDF wise.
!-------------------- Create Extended Window ----------------------------------!
PRINT (CreateWindowEx = 5, 5, 50, 2, 68, 0, "PDF Procesing")
INPUT EXFILE$
PRINT @(0,0);'Your PDF file is being prepared ... Please Wait.'
!------------------------------------------------------------------------------!
!------------------- Close Extended Window ------------------------------------!
PRINT (DeleteWindowEx = ExFILE$) ! CLOSE WINDOW
!------------------------------------------------------------------------------!
Since most of the values are hard coded I just used an available variable for the handle. EXFILE$ is 12 characters and is COMMON.
Users have been reporting strange hangs in Comet. Finally got a call with a hang in progress and determined that the hang was at the INPUT.
I'm changing the INC file to use a 4 character LOCAL field.
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.