LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error drawmgr.cpp line 2923

I have a program in lv10 with remote panel and all run well with winXP, but when I call the front panel from win7 and I try to change the value of any control I get a faltal internal error. Someone know why these happens.

 

Attached a image of message, thanks.

 

securedownload.jpg

0 Kudos
Message 1 of 4
(2,989 Views)

Hello Mahu,

 

This Kind of errors happend when something goes wrong internally with LabVIEW, here are two KnowledgeBase documents that might be Helpful.

 

The first one is about all kind of internal errors and some troubleshooting steps:

 

http://digital.ni.com/public.nsf/allkb/01B186B5CEB1D07786256747000F4319?OpenDocument

 

This KB also explains a little bit about this kind of errors.

 

The second KB is about the error that your computer is showing; however, is about using executables, so I suggest to follow the instructions of the first one first and then if it is not possible to fix it with the first one use the second one.

 

http://digital.ni.com/public.nsf/allkb/16CF1334D094A4F6C1256BE30074B9FE?OpenDocument

 

Regards!!

 

 

Luis Elias
NI VeriStand and HIL Product Manager
0 Kudos
Message 2 of 4
(2,939 Views)

Thanks, I had remove all time/date browse button of controls time. And didn't the problem again. It seems that occurs only with these controls.

0 Kudos
Message 3 of 4
(2,925 Views)
I am glad to hear so. you might be able to implement some code to use an enum control for the months and numeric controls for the day and year, then programatically convert it to a time stamp.
Luis Elias
NI VeriStand and HIL Product Manager
0 Kudos
Message 4 of 4
(2,922 Views)