my dental app has a attached screen. On clicking the image, the background color changes. Now i want to show in the text boxes which image boxes are clicked.
Example under Restoration the tooth list which selected should come (based on the image box Fill color), ABF, likewise Root canal : C, 'Restoration: T
Please help as i badly need help on this is to complete. I tried some nested if statement but they are not working .
Example, on Apply diagnosis button click : If(im_at.Fill = Red, Set(rest_at,"A"),If(im_at.Fill = Yellow, Set(root_at,"A"),If(im_at.Fill = Black,Set(extr_at,"A"),
If(im_bt.Fill = Red, Set(rest_bt,"B"),If(im_bt.Fill = Yellow, Set(root_bt,"B"),If(im_bt.Fill = Black,Set(extr_bt,"B")))))));
and in the text property of Restroration input giving this as rest_at & rest_bt & rest_ct
text property of Root canel input giving this as root_at & root_bt & root_ct
in this way this will be easy for me to store the values of text input in sharepoint list.
But unfortunately i do not know where i am going i am not getting the desired result.
Please help.
Solved! Go to Solution.
Are you working with an existing record in the list or a new record?
This patient has other diagnosis details and dental is one part. When I patch a patient record , this tooth details also should go the list along with other details.
Well, it's not really providing me a lot of information as to how you are storing the information, but for the most part with this, you are just simply storing the values in the Text controls into the appropriate record column.
I will test this and let you . I really thankful to the help you provided and handholding towards solution
Sure thing, give it a go and see where you get. Post back with issues.
Thank you so much ... this is worked perfectly. I will be very thank full to your for this help ever and with patiently teaching this.
Thank you so much this worked perfectly
User | Count |
---|---|
252 | |
126 | |
104 | |
50 | |
50 |