Drop down different on Vl-web?

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
atostaine
Posts: 696
Joined: Wed Jan 20, 2016 7:38 am

Drop down different on Vl-web?

Post by atostaine »

If a drop down is enabled false in web it doesn't position to currrententry.visible := true.

i have limited testing but enabling the same drop downs with no other code changes positions fine.

Also, is there a field visualization drop down/combo box example anywhere that works on vl-web? the one with picklist.add
Art Tostaine
User avatar
Stewart Marshall
Posts: 417
Joined: Thu Nov 05, 2015 5:25 pm

Re: Drop down different on Vl-web?

Post by Stewart Marshall »

Hi Art

Can you provide a little more detail with regards to the dropdown behaviour you're experiencing and expecting please? I'm not sure I understand your requirement.

With regards to a field visualization picklist, dynamic loading is probably best handled by creating a hosted part. Accessing the server asynchronously messes with the timing of the data load and the positioning of the drop down.
Stewart Marshall

Independent IT Consultant
www.marshallfloyd.com.au
atostaine
Posts: 696
Joined: Wed Jan 20, 2016 7:38 am

Re: Drop down different on Vl-web?

Post by atostaine »

Yes I will setup a simple example and see if I can duplicate my problem for you.

I will look at hosted part. So far all of the examples I've seen for department drop or skill drop down aren't using visualization. They are using a reusable part for the drop down, and adding it to the panel.
Art Tostaine
Post Reply