03-10-2008 08:48 AM
Call MsgBoxDisp("Soll eine neue Grafik geladen werden?", "MB_YESNO")
If (MsgState = "IDYes") Then
FileDlgCaption = "REPORT-Grafik laden"
Call FileNameGet("REPORT", "FileRead", ,"*.TDR", , ,FileDlgCaption)
If (DlgState = "IDOk") Then
Call PicLoad(FileDlgDir+FileDlgFile+FileDlgExt)
Call PicUpdate
End If
End If
Call GraphSheetInfos
For i=1 to GraphSheetCount
Call GraphSheetNGet(i)
GraphSheets_(i)=GraphSheetName
Next
[...]
Call PicLoad(FileDlgDir+FileDlgFile+FileDlgExt)
" as if it was the proper end of the script.03-11-2008 04:51 AM
Matthias Alleweldt Project Engineer / Projektingenieur | Twigeater? |
03-11-2008 06:47 AM
PicLoad
-function is placed)KeyWait()
-function running and click anywhere into DIAdem with mouse (I have to be sure my colleagues can't spoil anything ;-), DIAdem totally crushes down! FileDlgFileName
: 03-11-2008 06:58 AM
Matthias Alleweldt Project Engineer / Projektingenieur | Twigeater? |
03-11-2008 07:43 AM
03-11-2008 07:53 AM
Matthias Alleweldt Project Engineer / Projektingenieur | Twigeater? |
03-11-2008
08:16 AM
- last edited on
12-19-2024
02:07 PM
by
Content Cleaner
Hi again and thanks!!
It's 10.2.0.
I found the update link here. But do I need the licence number again or so?
As it says I'd have to deinstall 10.2.0 to reinstall 10.2.1.
Our Admin is ill currently. And I don't know where he has it.
03-11-2008 10:00 AM
Hi Yeti,
When I go through a minor upgrade like 10.2.0 to 10.2.1, I do not need to provide the license information-- rather, the first time I launch the new version I get a dialog to the effect of "we found a license file that should work for this DIAdem version, would you like to apply it?", then I hit <OK> and never have to mess with activation again. I don't use a serial number, but I expect you will still have this same experience.
I was looking at your file paths in the error log and noticed that you have "DIAdem\Gra", which used to exist in all previous DIAdem versions but no longer exists in DIAdem 10.2.x and later (thanks to VISTA). Have you manually created this directory under DIAdem 10.2?
Brad Turpin
DIAdem Product Support Engineer
National Instruments
03-11-2008 11:44 AM
03-11-2008 12:26 PM