iLogic to choose

iLogic to choose

sam
Advocate Advocate
532 Views
4 Replies
Message 1 of 5

iLogic to choose

sam
Advocate
Advocate

Hi All, 

Item A has a composite of four imates for matching matching imates composite on Item B. In different configurations user has to choose that if item A would be used once, twice or more time on any of the 6 possible places on item B. Is it possible to use ilogic code which asks the input to choose from one of those 6 possible solutions. I understand by default you can keep pressing next next to go to desired solution.

thanks in advance, 

regards, 

Sam

0 Likes
533 Views
4 Replies
Replies (4)
Message 2 of 5

JamieVJohnson2
Collaborator
Collaborator

Using an iLogic form to display a check list to select from (like the select other built in functionality), or by using the selection set to highlight all mate compatible objects, then the MsgBox("Select one") pause method where the user selects one or many of the highlighted objects, then presses ok, then use the selection set to go to town on the specific one...

Can it be done?  Yes.

Jamie Johnson : Owner / Sisu Lissom, LLC https://sisulissom.com/
0 Likes
Message 3 of 5

sam
Advocate
Advocate

what I meant was that you place part B in an assembly where part A is already there. Part B can be places in 6 or more different positions. I have different circumstances where I have to put item B on any specific location on item A, or few different locations etc. Is is possible to make a form or rule what lists all possible solutions (predefined already) and give option to choose any of them. 

I hope it is more clear now. 

0 Likes
Message 4 of 5

JamieVJohnson2
Collaborator
Collaborator

Still, yes.  Especially if your decisions are predefined, you make a list (of string) put that in a combo box.  The string list will get run through a select case statement where each case is a different position, and then your code does its thing.

Jamie Johnson : Owner / Sisu Lissom, LLC https://sisulissom.com/
0 Likes
Message 5 of 5

sam
Advocate
Advocate

Hi Johnson, 

Thanks for the reply. 

I am totally new to programming & ilogic. If you could explain your answer with an example or something it would be highly appreciated, if possible. 

 

Best regards, 

Sam

0 Likes