Search found 27 matches
- Tue Apr 01, 2025 8:03 am
- Forum: Questions & Answers
- Topic: Setting Column Visible = False not working?
- Replies: 3
- Views: 37139
Re: Setting Column Visible = False not working?
Thanks, that does the trick!
- Tue Apr 01, 2025 5:38 am
- Forum: Questions & Answers
- Topic: Setting Column Visible = False not working?
- Replies: 3
- Views: 37139
Setting Column Visible = False not working?
I am attempting to display a certain number of columns in a list based upon a user selecting a value from a drop down.
If the user chooses the value of 5 (years), data should be shown in all 5 columns. However, if they choose 3 or 4, I set the column's visibility as "False". I've tried setting the ...
If the user chooses the value of 5 (years), data should be shown in all 5 columns. However, if they choose 3 or 4, I set the column's visibility as "False". I've tried setting the ...
- Tue Nov 21, 2023 2:09 am
- Forum: Questions & Answers
- Topic: EPC150050 has introduced an "automatic" horizontal scroll bar
- Replies: 3
- Views: 29967
Re: EPC150050 has introduced an "automatic" horizontal scroll bar
Lansa support provided a "Hot fix" to resolve this issue (LANSA for IBM i Hot Fix - HF150048).
- Thu Nov 09, 2023 11:44 pm
- Forum: Questions & Answers
- Topic: EPC150050 has introduced an "automatic" horizontal scroll bar
- Replies: 3
- Views: 29967
Re: EPC150050 has introduced an "automatic" horizontal scroll bar
In our case it is not a browser issue. I've tried Chrome, Edge and Firefox.
- Thu Nov 09, 2023 7:24 am
- Forum: Questions & Answers
- Topic: EPC150050 has introduced an "automatic" horizontal scroll bar
- Replies: 3
- Views: 29967
EPC150050 has introduced an "automatic" horizontal scroll bar
We applied the most recent EPC (EPC150050) on our test AS400.
This release has introduced an issue where a horizontal scroll bar is now appearing at the bottom of every List.
The scroll bar appears even though the data in all the columns are fully visible already.
In fact, if you attempt to use ...
This release has introduced an issue where a horizontal scroll bar is now appearing at the bottom of every List.
The scroll bar appears even though the data in all the columns are fully visible already.
In fact, if you attempt to use ...
- Thu Nov 09, 2023 7:05 am
- Forum: Questions & Answers
- Topic: Contents of iListCellDesign disappear upon scrolling
- Replies: 1
- Views: 22502
Re: Contents of iListCellDesign disappear upon scrolling
We applied the most recent EPC (EPC150050) on our test AS400 and this took care of my original issue.
However, it looks like this EPC introduced a different issue for us.....
Horizontal scroll bars are now appearing at the bottom of every List, even though the width of the list does not require ...
However, it looks like this EPC introduced a different issue for us.....
Horizontal scroll bars are now appearing at the bottom of every List, even though the width of the list does not require ...
- Tue Sep 26, 2023 6:53 am
- Forum: Questions & Answers
- Topic: Contents of iListCellDesign disappear upon scrolling
- Replies: 1
- Views: 22502
Contents of iListCellDesign disappear upon scrolling
I'm using a couple different iListCellDesign reusable parts within an expandable list. I'm using one to change color of a cell when its value is less than 0.
This seems to work as desired. However, for the other iListCellDesign cell, I'm merely defining the contents of the cell (an item number) as ...
This seems to work as desired. However, for the other iListCellDesign cell, I'm merely defining the contents of the cell (an item number) as ...
- Sat Jul 24, 2021 3:29 am
- Forum: Questions & Answers
- Topic: Linear Regression Calculations
- Replies: 2
- Views: 5376
Re: Linear Regression Calculations
I doubted that there was quick "Linear Regression" built-in function, but at least knowing these intrinsic functions exist will help in us developing our own logic. Thanks
- Fri Jul 23, 2021 5:07 am
- Forum: Questions & Answers
- Topic: Linear Regression Calculations
- Replies: 2
- Views: 5376
Linear Regression Calculations
We are developing a Visual Lansa Sales Forecasting system.
One potential method we may forecast is through the use of a "trend" in sales history using multiple years of sales data.
If we are asked to calculate this trend through the use of Linear Regression calculations (e.g. X and Y values, slope ...
One potential method we may forecast is through the use of a "trend" in sales history using multiple years of sales data.
If we are asked to calculate this trend through the use of Linear Regression calculations (e.g. X and Y values, slope ...
- Tue Oct 06, 2020 7:43 am
- Forum: Questions & Answers
- Topic: Handling Lansa HTML field on iseries
- Replies: 6
- Views: 76615
Re: Handling Lansa HTML field on iseries
You need to use SQL to read or write BLOB's in RPG. Are you trying to read or write?
I need write to a BLOB field on a file (not a display). My input file has text data in multiple fields that I'm going to be "concatenating" and writing to the BLOB field.
So far I'm just jumping from one ...
- Wed Sep 30, 2020 11:45 pm
- Forum: Questions & Answers
- Topic: Handling Lansa HTML field on iseries
- Replies: 6
- Views: 76615
Re: Handling Lansa HTML field on iseries
Thanks for the list. The ones I was looking at didn't include type "1". I'll do some more research on BLOBS.
- Wed Sep 30, 2020 3:33 am
- Forum: Questions & Answers
- Topic: Handling Lansa HTML field on iseries
- Replies: 6
- Views: 76615
Handling Lansa HTML field on iseries
We defined a file/table within Lansa that contains an HTML field. The file/field is being used to store free-format notes entered within our Lansa application. I now have to figure out how to output to this field using an RPGLE program on the iseries as well.
Does anyone have any experience doing ...
Does anyone have any experience doing ...
- Thu Sep 12, 2019 11:46 pm
- Forum: Questions & Answers
- Topic: Timing of when field drop downs are loaded
- Replies: 1
- Views: 4243
Re: Timing of when field drop downs are loaded
I figured out the answer. Drop Downs for fields on a dialog box are loaded when the Method routine containing the call to the Dialog box is initiated.
In my case, simply moving the "Get_Entry" into the ItemClick Event routine, allowed me to get the value I needed, then when the ShowCurrentItem ...
In my case, simply moving the "Get_Entry" into the ItemClick Event routine, allowed me to get the value I needed, then when the ShowCurrentItem ...
- Thu Aug 22, 2019 12:26 am
- Forum: Questions & Answers
- Topic: Timing of when field drop downs are loaded
- Replies: 1
- Views: 4243
Timing of when field drop downs are loaded
I have a VIEW (#PRIM_VIEW) that displays a list of "Jobs". When the user selects one of the Jobs from the list, a DIALOG (#PRIM_DLG) appears, displaying data and allowing maintenance of the record chosen. The dialog contains multiple fields that are drop downs (dynamic picklists). I'm debugging the ...
- Wed Jun 19, 2019 6:20 am
- Forum: Questions & Answers
- Topic: DateTimeField Calendar Functionality
- Replies: 3
- Views: 7791
Re: DateTimeField Calendar Functionality
LANSA support confirmed that the DateTimeField calendar functioned for them as it did for me.
They said that this design was intentional (maybe to act as a means to jump forward/backward one month at a time), however, after thinking about it some more they thought it made more sense to close the ...
They said that this design was intentional (maybe to act as a means to jump forward/backward one month at a time), however, after thinking about it some more they thought it made more sense to close the ...
- Thu Jun 13, 2019 12:27 am
- Forum: Questions & Answers
- Topic: DateTimeField Calendar Functionality
- Replies: 3
- Views: 7791
Re: DateTimeField Calendar Functionality
Thanks for confirming. I just submitted an incident on the Support Portal. We'll see what they say.
- Fri Jun 07, 2019 11:36 pm
- Forum: Questions & Answers
- Topic: DateTimeField Calendar Functionality
- Replies: 3
- Views: 7791
DateTimeField Calendar Functionality
I have a DateTimeField in my Dialog (#PRIM_DLG).
When the user selects a date for the month shown in upper left (e.g. July), the date value changes and the calendar is automatically closed. However, if the user chooses a date in the prior or subsequent month (June or August: those shown in yellow ...
When the user selects a date for the month shown in upper left (e.g. July), the date value changes and the calendar is automatically closed. However, if the user chooses a date in the prior or subsequent month (June or August: those shown in yellow ...
- Wed Nov 14, 2018 1:41 am
- Forum: Questions & Answers
- Topic: TimeStamp Math
- Replies: 5
- Views: 13827
Re: TimeStamp Math
I'm wondering if I will need to do something similar for my issue.
I am attempting to display a data field from a SQL database that is stored as Datetime2. The time is stored in that database as our literal local time (not UTC). For example - 2018-11-12 14:56:00.0000000.
Within Lansa, I have ...
I am attempting to display a data field from a SQL database that is stored as Datetime2. The time is stored in that database as our literal local time (not UTC). For example - 2018-11-12 14:56:00.0000000.
Within Lansa, I have ...
- Fri Feb 23, 2018 7:48 am
- Forum: Questions & Answers
- Topic: Invoke #AVFRAMEWORKMANGER.avSwitch from a Non-command handler reusable part?
- Replies: 6
- Views: 10929
Re: Invoke #AVFRAMEWORKMANGER.avSwitch from a Non-command handler reusable part?
The easiest change for me to make was to add the one line of code to each command handler to pass the Framework info to the reusable part that they all shared.
#OC_RP_Command_OppHeader.avFrameworkManager <= #avFrameworkManager
From within the one reusable part containing my header info and button ...
#OC_RP_Command_OppHeader.avFrameworkManager <= #avFrameworkManager
From within the one reusable part containing my header info and button ...
- Wed Feb 21, 2018 12:13 am
- Forum: Questions & Answers
- Topic: Invoke #AVFRAMEWORKMANGER.avSwitch from a Non-command handler reusable part?
- Replies: 6
- Views: 10929
Re: Invoke #AVFRAMEWORKMANGER.avSwitch from a Non-command handler reusable part?
The command Handler in question is named "OC_RP_Command_Sales" . It (along with several other command handlers) references my reusable part, named "OC_RP_Command_OppHeader" , that contains the header fields. I included another screen shot below.
Command Handler "OC_RP_Command_Sales"
Begin_Com ...
Command Handler "OC_RP_Command_Sales"
Begin_Com ...