07-27-2005 09:23 AM
I am having issue with a bit of code. Here is a section of interest
++++++++++++++++++++
' LOAD THE TDM FILE HERE WITH THE CORRECT RUN
CALL DATADELALL(1) ' Delete all data in data portal
ON ERROR RESUME NEXT
CALL DATAFILELOADSEL(PLOT1_TDM_PATH,"TDM","[" & PLOT1_RUN_ID & "]/*","")
IF ERR.number > 0 THEN
Plot1_Label_txt = "FILE LOAD ERROR " & ERR.number
END IF
++++++++++++++++++++
Sometimes the dataset loads fine but occasionally get error Code 6292. It is the same call to load the same dataset in a loop but I change out the report.tdr that is run.
I can't find out what this means. There doesn't seem to be a list of error codes anywhere.
Can anyone shed some light on the matter?
Does anyone have a list of error codes for DIAdem?
Jim West
Summitek Instruments
07-28-2005 05:21 PM
Hi Jim,
I know we have been discussing this issue on the phone but I also wanted to add a post to this forum. It seems that the code you have submitted here is not what is actually causing the issue. Having seen your other code, it seems that the problem is coming with setting the variables and then creating the report. Currently, it seems that a wait is needed. As soon as I can determine what exactly is going on I will contact you as well as post here so that the community can see what the issue was.