Search found 12 matches

by csturtev
Wed Nov 24, 2021 2:38 am
Forum: Questions & Answers
Topic: How to define column width in an instance list
Replies: 2
Views: 11512

Re: How to define column width in an instance list

#Column.ColumnWidth := 750 not #Column.CellWidth := 750
by csturtev
Wed Nov 24, 2021 2:28 am
Forum: Questions & Answers
Topic: How to define column width in an instance list
Replies: 2
Views: 11512

Re: How to define column width in an instance list

If (#AVLISTMANAGER.avVisualList *IsNot *NULL)
For Each(#column) In(#AVLISTMANAGER.avVisualList.Columns)
If (#Column.ColumnCaption = 'Description')
#Column.CellWidth := 750
Else
#Column.CellWidth := 100
Endif
Endfor
Endif
Endroutine

Trying something along these lines, but result does not change.
by csturtev
Wed Nov 24, 2021 1:45 am
Forum: Questions & Answers
Topic: How to define column width in an instance list
Replies: 2
Views: 11512

How to define column width in an instance list

How do you define the column width in an instance list? V15 VLFOne It appears you can set in the width be dragging column widths in the framework workbench when working in the Instance List tab. But this does not appear to make any difference when user pulls up the list.
by csturtev
Tue Oct 12, 2021 2:21 am
Forum: Questions & Answers
Topic: Calling a RPG program from server module
Replies: 4
Views: 8821

Re: Calling a RPG program from server module

Got it I simplified (easy CL program sending message to QSYSOPR) and now see the call is taking place. I now see the issue is on the 400 side and the program. Thank you for the assistance.
by csturtev
Tue Oct 12, 2021 1:37 am
Forum: Questions & Answers
Topic: Calling a RPG program from server module
Replies: 4
Views: 8821

Re: Calling a RPG program from server module

Thank you for the reply on this.... What you describe is what we are doing, but I still must be missing a piece. Do you need to bring the program object into the Lansa world somehow for it to be able to call them? I know when working with 400 tables we need to import those tables prior to working ...
by csturtev
Sat Oct 09, 2021 6:05 am
Forum: Questions & Answers
Topic: Calling a RPG program from server module
Replies: 4
Views: 8821

Calling a RPG program from server module

Trying to call program created via RPGLE from a server module. Below does not error, but doesn't appear to call the program FCB002 either.

#FC02_Level_Type := #LMHD15.Substring( 1 1 )
#FC02_Trend_Type := #LMHD15.Substring( 2 1 )
#FC02_Seasonal_Flag := #LMHD15.Substring( 3 1 )
#FC02_Dmd_Hist_View ...
by csturtev
Sat Sep 25, 2021 1:16 am
Forum: Questions & Answers
Topic: avListManager - Filter selection
Replies: 1
Views: 4959

avListManager - Filter selection

Is there a way? Once you have selected an item from the filter search and are displaying your detail (a reusable part). Have a button (Next button) that will allow the user from the reusable part to scroll through the instance list without having to go back to the filter window to select the next in ...
by csturtev
Fri Sep 17, 2021 12:02 am
Forum: Questions & Answers
Topic: #PRIM_LIST.Number - Spin Edit
Replies: 1
Views: 4778

#PRIM_LIST.Number - Spin Edit

Is there anyway of turning off the Spin Edit when in focus for a #PRIM_LIST.Number?
by csturtev
Wed Jun 19, 2019 11:42 pm
Forum: Questions & Answers
Topic: iPhone 7s "Zooming" Text
Replies: 9
Views: 13726

Re: iPhone 7s "Zooming" Text

Has Lansa made any corrections since these posts in 2017 besides having to use a larger font size? Our mobile apps all zoom in and then the users must use a "pinch gesture" to have the mobile screen reset to the correct size. The larger font is not preferred, curious if anything else can be done.
by csturtev
Tue Apr 04, 2017 7:09 am
Forum: Questions & Answers
Topic: Save changes popup when Switching tabs in VLF One
Replies: 7
Views: 10895

Re: Save changes popup when Switching tabs in VLF One

I have encounter the same issue almost word for word. I also have a call open with support on this, and they have not provided a way to accomplish this yet. Very interested in knowing if anyone has a way to accomplish this.
by csturtev
Fri Feb 17, 2017 3:47 am
Forum: Questions & Answers
Topic: Dynamic Pick List
Replies: 2
Views: 5136

Re: Dynamic Pick List

2017-02-16_11-22-12.png
2017-02-16_11-22-12.png (44.46 KiB) Viewed 5131 times
by csturtev
Fri Feb 17, 2017 3:40 am
Forum: Questions & Answers
Topic: Dynamic Pick List
Replies: 2
Views: 5136

Dynamic Pick List

How can you specify/fill a variable that will be used in the reusable part for a dynamic pick list? Attached is an example of the reusable part, that was assigned when creating the dynamic pick list for the field. I pointed out the key field that would need to be a variable that is passed in at the ...