RSView32 numeric/string input keypads...

Paullys50

Lifetime Supporting Member
Join Date
Jan 2006
Location
WI
Posts
2,188
I've got an RSView32 project that I'm working on, I've built a recipe screen using vba so we can create/modifiy/save all of our recipes in a .csv format. It seemed easier to build the csv format required this way.

Anyway, a Versaview is running the project so I need a decent way of inputting recipe parameters into my recipe screen (no place for a keyboard). Currently I'm calling the windows OSK, which works but as the user base grows for this machine I don't feel the windows on screen keyboard will be adequate.

I would prefer just to use the numeric input and string input keypads that RSView already has, I'm sure there is a way to call these using vba, I just can't seem to find it the answer. Is this possible? If so can someone give me a clue?

I have contemplated making my own keyboard just so I can get more experience with .net....but that would be a side project done at home.
 
I would prefer just to use the numeric input and string input keypads that RSView already has, I'm sure there is a way to call these using vba, I just can't seem to find it the answer. Is this possible? If so can someone give me a clue?
Yes, in RSView32 Edit Mode, go to the "Logic and Control" menu tree tab, then click on "VBA Editor". This will open a small VBA programmer. There you can use the VBA commands to write a routine that will run and call other commands or routines.
 
Lancie1 said:
Yes, in RSView32 Edit Mode, go to the "Logic and Control" menu tree tab, then click on "VBA Editor". This will open a small VBA programmer. There you can use the VBA commands to write a routine that will run and call other commands or routines.

I understand the vba editor, I just can't figure out what the vba command is to open the "numeric keypad" already built into RSView32. I currently just use the shell command to open osk.exe.
 

Similar Topics

Hello! As of now, my life is in shambles :bonkhead:. For some reason, RSview32 Ver 7.50.00 freezes every time I try to write a value to a tag via...
Replies
1
Views
1,371
On a screen where the operator is conditionally allowed to change certain values is there an easy way to allow a numeric input field to be...
Replies
2
Views
5,774
Does anyone know how to change the attributes for the numeric input in RSView32? I get a white box and would like to make it grey.
Replies
2
Views
3,945
I'm importing an RSView32 project into FTView SE. I'm using Legacy Tag Database Conversion on a virtual machine with Windows XP, I did the first...
Replies
0
Views
376
Hi everybody, I have a rsview32 application, when I try to run it it loads upto 80% system settings and the crashes saying Rsview32 Project...
Replies
3
Views
1,913
Back
Top Bottom