09-28-2021 05:41 AM
Ok really really thanks I will try and I will update you.
09-29-2021 01:45 AM
Hi ,guybrush_threepwood
I did that according to the following page which in the NI Help manual :
and I also make some small changes in my project in VS2015,such as renaming the .c file to .cpp file (After renaming it will run successfully).
My project in CVI is a small , simple project for testing integrating , it only has a button and a LED on the panel with a simple "switch on LED" function in code. So maybe it will be a bit more hard to deal with if the project is big and complicated.
10-28-2021
08:24 AM
- last edited on
11-01-2021
09:36 AM
by
NI_Community_Su
And by now ,I can successfully manipulate the labwindows/CVI panel by clicking the Qt widget panel . This means it's realizable to decorate the Labwindows project to many style freely .
( In my simple project I can click the Qt panel 's button to control the CVI panel 's LED. )
I am still trying on merging the CVI panel and the Qt panel together ,and leaving just ONE icon on the desktop's taskbar .
08-09-2022 09:48 AM
HI!
On the CVI platform, Use SQL condition range query (DBActivatesql (hdbc, "select * from testdata where testdate between '" + StartDate + "'and'" + enddate + "');) In the process, Why can't you extract the conditional string in the conditional string variable?. If the query condition is changed to a string constant, the previous closing record can be obtained normally.
08-09-2022 02:01 PM
What has this post to do with the argument of this discussion?