I was recently working on creating a form that i could input thru droplists and radiobuttons the job#,serial#,customer name, do you want a manual alignment, etc.. all is going well with the job#serial# but when droplists are made they create numeric values and i cannot format my code in a way to reverse it back to the customer name,machine name,operator name,etc... is their a way around this? can i create assignments that take those values and convert them back to the alpha names? thanks. form pic.JPG
Forms
Collapse
X
-
I THINK! Assign a variable for the customer name (e.g CUST). Then call the form command. There are parameters after it. In the parameter, try setting whatever the form item is called (e.g. combobox1) as COMBOBOX1.TEXT (or possibly .INPUT) =CUST. The = sign is already there so work around it. Hopefully this helps.
Code:ASSIGN/CUST=0 CS1 =FORM/FILENAME= DEFAULT.FORM PARAM/COMBOBOX1.TEXT=CUST PARAM/= ENDFORM/
Last edited by WM321; 12-24-2019, 03:32 PM.
- Likes 2
Related Topics
Collapse
-
by RookieI'm making a form that has 2 combo boxes, a few text input boxes, etc. I'm trying to retrieve the values from them in the program to no avail.
...-
Channel: PC-DMIS for CMMs
03-14-2016, 09:45 AM -
-
by --JED--Hi everyone,
I would like to populate a graph in a Form with x and y values. The x and y values are stored in two variable arrays. The one...-
Channel: PC-DMIS for CMMs
03-14-2019, 12:19 PM -
-
by Donald MHappy New Year Everyone,
So I've never worked with forms but i'm trying to create something simple for the operators
My question...-
Channel: PC-DMIS for CMMs
01-02-2018, 03:43 PM -
-
by Liambo734I'm checking a complex freeform surface using vector points and reporting the 'T' value of each point. The are two profile dimensions controlling the...
-
Channel: PC-DMIS for CMMs
01-07-2016, 07:00 PM -
-
by RPERREMANIs there a more straightforward way to create theoretical elements? Currently to create a plane, for example, I translate the alignment, construct plane,...
-
Channel: PC-DMIS for CMMs
07-17-2009, 10:08 PM -
Comment