Search found 21 matches
- Wed May 04, 2022 11:57 pm
- Forum: Questions & Answers
- Topic: Linking Multiple Visualizations
- Replies: 2
- Views: 4810
Re: Linking Multiple Visualizations
Thanks Dino, I will take a look.
- Sat Apr 30, 2022 6:05 am
- Forum: Questions & Answers
- Topic: Linking Multiple Visualizations
- Replies: 2
- Views: 4810
Linking Multiple Visualizations
I am trying to create a dynamic picklist that needs to be linked to other dynamic list.
I tried to follow the guidance from the documentation: https://docs.lansa.com/15/en/lansa013/index.htm#lansa/l4wdev03_0460.htm
Function Options(*DIRECT)
Begin_Com Role(*EXTENDS #PRIM_OBJT *implements #Prim_dc ...
I tried to follow the guidance from the documentation: https://docs.lansa.com/15/en/lansa013/index.htm#lansa/l4wdev03_0460.htm
Function Options(*DIRECT)
Begin_Com Role(*EXTENDS #PRIM_OBJT *implements #Prim_dc ...
- Thu Apr 07, 2022 4:42 am
- Forum: Questions & Answers
- Topic: Dropdown selection list inside a list
- Replies: 2
- Views: 4119
Re: Dropdown selection list inside a list
Thank you very much Dino! I will certainly try this.
Regards,
Taufik
Regards,
Taufik
- Tue Apr 05, 2022 10:08 pm
- Forum: Questions & Answers
- Topic: Dropdown selection list inside a list
- Replies: 2
- Views: 4119
Dropdown selection list inside a list
I have a command handler showing a screen with a couple instance lists. Each with several columns in it and currently in display-only mode.
I have a requirement to add a push button on the screen that would allow user to change entries in those instance lists. Some columns will need to be converted ...
I have a requirement to add a push button on the screen that would allow user to change entries in those instance lists. Some columns will need to be converted ...
- Mon Mar 14, 2022 11:14 pm
- Forum: Questions & Answers
- Topic: aXes Pop Up
- Replies: 2
- Views: 3966
Re: aXes Pop Up
Dino,
Thank you for your help.
I will check them out.
Thank you for your help.
I will check them out.
- Sat Mar 12, 2022 6:30 am
- Forum: Questions & Answers
- Topic: aXes Pop Up
- Replies: 2
- Views: 3966
aXes Pop Up
Hi,
I am trying to convert iSeries screens into aXes and have a question regarding pop-up window.
I have pop up window showing up on top of a screen. aXes shows it with transparent background causing it very hard to read the information on the screen because the fields from both the pop up window ...
I am trying to convert iSeries screens into aXes and have a question regarding pop-up window.
I have pop up window showing up on top of a screen. aXes shows it with transparent background causing it very hard to read the information on the screen because the fields from both the pop up window ...
- Thu Mar 03, 2022 7:47 am
- Forum: Questions & Answers
- Topic: VL_ONE Pop-Up window: Receiving back a value from a pop-up window
- Replies: 3
- Views: 11809
Re: VL_ONE Pop-Up window: Receiving back a value from a pop-up window
Sorry for the late response as I was caught up with other assignments.
I have made the changes following the suggestion, and it is now working fine.
Thank you very much!
I have made the changes following the suggestion, and it is now working fine.
Thank you very much!
- Sat Feb 26, 2022 3:49 am
- Forum: Questions & Answers
- Topic: VL_ONE Pop-Up window: Receiving back a value from a pop-up window
- Replies: 3
- Views: 11809
VL_ONE Pop-Up window: Receiving back a value from a pop-up window
I have a main window screen that has several fields. When user double-clicks one of the fields then a pop-up window with a drop-down selection should be shown. I would pass the value of the field to the pop-up selection window and user can then select from the drop-down and the selected value should ...
- Thu Jul 22, 2021 11:45 pm
- Forum: Questions & Answers
- Topic: VLF-ONE Framework: Pop Up window - location & size
- Replies: 3
- Views: 7699
Re: VLF-ONE Framework: Pop Up window - location & size
Hi David,
Thanks for responding to my question!
I tried adding the command in the PopUp Window source:
Invoke #AvFrameworkManager.avRestoreValue WithID1(LeftPosition) ToAValue(#uLeft)
I got error message:
Name AVFRAMEWORKMANAGER could not be found
If I added the command in the command handler ...
Thanks for responding to my question!
I tried adding the command in the PopUp Window source:
Invoke #AvFrameworkManager.avRestoreValue WithID1(LeftPosition) ToAValue(#uLeft)
I got error message:
Name AVFRAMEWORKMANAGER could not be found
If I added the command in the command handler ...
- Thu Jul 22, 2021 6:47 am
- Forum: Questions & Answers
- Topic: VLF-ONE Framework: Pop Up window - location & size
- Replies: 3
- Views: 7699
VLF-ONE Framework: Pop Up window - location & size
Hi:
I created a pop-up window that would be showing when a push button clicked.
I set the initial location using the following routine:
Evtroutine Handling(#Customer_Audit_POPUP.Prepare) Top(#uTop) Left(#uLeft) Context(#uContext)
#uTop := 10
#uLeft := 100
Endroutine
Users are allowed to move ...
I created a pop-up window that would be showing when a push button clicked.
I set the initial location using the following routine:
Evtroutine Handling(#Customer_Audit_POPUP.Prepare) Top(#uTop) Left(#uLeft) Context(#uContext)
#uTop := 10
#uLeft := 100
Endroutine
Users are allowed to move ...
- Thu May 28, 2020 5:03 am
- Forum: Questions & Answers
- Topic: VLF-ONE Framework - Download iSeries Table to Excel
- Replies: 2
- Views: 9007
VLF-ONE Framework - Download iSeries Table to Excel
Hi,
I have a requirement to download records that meet certain criteria from an iSeries table to excel when user clicks on a push button, without showing the records in an instance list.
Any idea on how to do this? I'm using VLF-ONE framework.
Thanks,
Taufik
I have a requirement to download records that meet certain criteria from an iSeries table to excel when user clicks on a push button, without showing the records in an instance list.
Any idea on how to do this? I'm using VLF-ONE framework.
Thanks,
Taufik
- Sat May 09, 2020 5:53 am
- Forum: Questions & Answers
- Topic: How to position to a certain page in an instance list?
- Replies: 5
- Views: 14765
Re: How to position to a certain page in an instance list?
Hi Mark,
I will be looking into your suggestions; haven't had enough LANSA experience & knowledge yet.
Thanks!
I will be looking into your suggestions; haven't had enough LANSA experience & knowledge yet.
Thanks!
- Thu May 07, 2020 10:16 pm
- Forum: Questions & Answers
- Topic: How to position to a certain page in an instance list?
- Replies: 5
- Views: 14765
Re: How to position to a certain page in an instance list?
Hi Mark,
Thanks for responding.
I'm using VLF-ONE.
Thanks for responding.
I'm using VLF-ONE.
- Thu May 07, 2020 12:39 am
- Forum: Questions & Answers
- Topic: How to position to a certain page in an instance list?
- Replies: 5
- Views: 14765
How to position to a certain page in an instance list?
I have an instance list that's showing 15 instances per page. The list has several columns, say: Invoice Date, Invoice Number, and Invoice Amount.
User wants to have an ability to input an invoice number in a filter, and the list should automatically shows the page that has that invoice number ...
User wants to have an ability to input an invoice number in a filter, and the list should automatically shows the page that has that invoice number ...
- Tue Mar 24, 2020 10:41 pm
- Forum: Questions & Answers
- Topic: Object won't compile
- Replies: 12
- Views: 51395
Re: Object won't compile
Thank you all for your responses.
I have reached out to Lansa and was advised to close the task and then check the objects out using a new task.
It worked.
Regards,
Taufik
I have reached out to Lansa and was advised to close the task and then check the objects out using a new task.
It worked.
Regards,
Taufik
- Tue Mar 24, 2020 2:15 am
- Forum: Questions & Answers
- Topic: Object won't compile
- Replies: 12
- Views: 51395
Re: Object won't compile
René:
I have verified that I was using the same task: TDEM0001.
Art:
The issue is I am getting error messages when checking out normally.
Thanks,
Taufik
I have verified that I was using the same task: TDEM0001.
Art:
The issue is I am getting error messages when checking out normally.
Thanks,
Taufik
- Sat Mar 21, 2020 7:14 am
- Forum: Questions & Answers
- Topic: Object won't compile
- Replies: 12
- Views: 51395
Re: Object won't compile
James:
Thanks for the response. I found the object under widgets group.
However I could not check it out and getting some error messages:
- Object could not be processed
- Task Tracking has restricted work that can be performed on object
- The object is lock to Task xxxx by PC xxxx with ...
Thanks for the response. I found the object under widgets group.
However I could not check it out and getting some error messages:
- Object could not be processed
- Task Tracking has restricted work that can be performed on object
- The object is lock to Task xxxx by PC xxxx with ...
- Fri Mar 20, 2020 7:53 am
- Forum: Questions & Answers
- Topic: Object won't compile
- Replies: 12
- Views: 51395
Object won't compile
I am new to Lansa and I am taking over a project from someone that's no longer with the company.
There's an object that runs okay, but when I check the source there's an error message which is causing it not to compile.
I know it's probably because the source that's in our system does not match the ...
There's an object that runs okay, but when I check the source there's an error message which is causing it not to compile.
I know it's probably because the source that's in our system does not match the ...
- Thu Jan 16, 2020 7:16 am
- Forum: Questions & Answers
- Topic: How to show a field as checkbox
- Replies: 5
- Views: 9552
Re: How to show a field as checkbox
Thank you all for your kind help.
I got it now.
Regards,
T.A.
I got it now.
Regards,
T.A.
- Wed Jan 15, 2020 1:55 am
- Forum: Questions & Answers
- Topic: How to show a field as checkbox
- Replies: 5
- Views: 9552
Re: How to show a field as checkbox
Thanks Lawingo for your help, however I am still having problem, perhaps because I did not explain my question properly and also because of my very limited LANSA knowledge.
The field I was referring to was a field from an IBM i table. I cannot find option to define it as a checkbox.
When I tried to ...
The field I was referring to was a field from an IBM i table. I cannot find option to define it as a checkbox.
When I tried to ...