Community
Inventor Forum
Welcome to Autodesk’s Inventor Forums. Share your knowledge, ask questions, and explore popular Inventor topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

iLogic Forms Picture Folder

1 REPLY 1
Reply
Message 1 of 2
cino.cihan
362 Views, 1 Reply

iLogic Forms Picture Folder

Hi folks,

 

I have a small problem with iLogic forms picture folder. Is there a way of seting the image by the selected tab ?

 

 

capture.png

 

I want to update the image by the tab selection.

 

I have tried "if" or "select case" and neither one worked. as I am saying Stair_Properties = True it only makes the tab active. It doesnt indicate if it is selected, here is the code :

 

If Stair_Properties = True Then
Image = "Image 01"
End If
If Railing_Properties = True Then
Image = "Image 02"
End If
If Riser_Properties = True Then
Image = "Image 03"
End If

'Select Case Image
'Case Stair_Properties
'Image = "Image 01"
'Case Railing_Properties
'Image = "Image 02"
'Case Riser_Properties
'Image = "Image 03"
'End Select

 

Thanks ...

1 REPLY 1
Message 2 of 2
pcrawley
in reply to: cino.cihan

Could you just re-order the contents of your form?  Drag the image down into the Tab Group you've called "Stair_Properties".

 

Do the same for the other two tabs, then switching tabs will display the appropriate image and related data fields.

Peter

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums