Hi all
I have to update from PCVUE 8.2 to PCVUE 11.2 an application included an ocx to allow user select a folder or choose a name to save a file : this was done with an ocx Mscomctl.ocx or CommonDialog.ocx.
After install it is OK with W7 but it doesn't work at all with Windows10 (if ocx is added in the mimic nothing in VBA work - Msgbox for instance)
I hope someone have a solution....
Thks
Hello Nico,
What do you mean?
msgbox "hello" doesn't work???
Can you send a sample project?
Oups......After some attemps when you find the good ocx and register it : it's OK
I think PcVue should have some function in VBA or Scada Basic to allow user selecting file, saving file etc...without any ocx installation. Is it in the roadmap ?
Hi Nico P.
No, so far, it's not in our roadmap. But I admit it is a good idea.
Maybe one day...
Nico K.
A good idea, a new scada basic function like:
mybuffer=Folder("Browse","All")
mybuffer=Folder("Browse","File")
mybuffer=Folder("Browse","Folder")
ret==Folder("Count"...
I will do the SPR 😉
SPR64398
Could you add something like
strFileName=FILE("SAVEAS"
to get the path and name of the file we have to save ?
Sorry Nico, I don't understand the purpose of this function.
To Create/Save a file, you have FOPEN.
But what kind of file do you want to manipulate ? And what for ?
With FOPEN you have to pass the argument Path and Filename
FOPEN don't let you select your own file with the dialogbox
It is usefull for customer who create their own files needed by their process (CSTB Nantes don't you have work on it when you was young ???)
So you want an new composent and not a scada basic verb.
Is it more expensive ? :dry:
For you, yes 😉
Could you please see that with Mr Inguanez ?
:woohoo:
- 1
- 2


