Thanks Tom, there were some very good pointers in that example, though it uses a Tree view. I needed to use a Grid or List view, so I used that example to come up with a working example. Here it is:
Function Options(*DIRECT)
Begin_Com Role(*EXTENDS #PRIM_FORM) Caption('Drag and Drop') Height(491 ...
Search found 27 matches
- Thu Sep 20, 2018 4:39 am
- Forum: Questions & Answers
- Topic: Drag and drop within the same Grid in a Visual LANSA component
- Replies: 2
- Views: 6066
- Wed Sep 19, 2018 1:29 am
- Forum: Questions & Answers
- Topic: Drag and drop within the same Grid in a Visual LANSA component
- Replies: 2
- Views: 6066
Drag and drop within the same Grid in a Visual LANSA component
I have been trying to write a simple VL Form that shows how to move a grid list entry within the displayed list by simply dragging and dropping the entry from one location to another. So far, I have not been able to make things work. I am unable to retrieve the current row number where the drop will ...
- Wed Sep 19, 2018 1:22 am
- Forum: Questions & Answers
- Topic: Task Tracking - View Other Users Objects
- Replies: 8
- Views: 13195
Re: Task Tracking - View Other Users Objects
You should log that observation with the LANSA Support desk. The objects should show up on your list automatically as they already belong to the specified TASK_ID. Looks like a minor defect as you already have a workaround (Master refresh).
- Tue Sep 18, 2018 12:21 am
- Forum: Questions & Answers
- Topic: Task Tracking - View Other Users Objects
- Replies: 8
- Views: 13195
Re: Task Tracking - View Other Users Objects
Are you using Repository Synchronization in this environment? How are the objects being propagated to the second developers repository?
- Sat Apr 28, 2018 2:39 am
- Forum: Questions & Answers
- Topic: Web Page - Fit the size of the Multi-line edit box to the text
- Replies: 2
- Views: 5556
Re: Web Page - Fit the size of the Multi-line edit box to the text
There must be multiple ways of doing this. Here is one possible way:
Begin_Com Role(*EXTENDS #PRIM_WEB) Layoutmanager(#Layout1) Height(545) Width(897)
Define_Com Class(#PRIM_TBLO) Name(#Layout1)
Define_Com Class(#PRIM_TBLO.Column) Name(#Column1) Displayposition(1) Parent(#Layout1)
Define_Com Class ...
Begin_Com Role(*EXTENDS #PRIM_WEB) Layoutmanager(#Layout1) Height(545) Width(897)
Define_Com Class(#PRIM_TBLO) Name(#Layout1)
Define_Com Class(#PRIM_TBLO.Column) Name(#Column1) Displayposition(1) Parent(#Layout1)
Define_Com Class ...
- Fri Aug 11, 2017 2:55 am
- Forum: Questions & Answers
- Topic: Cannot remove a LANSA package installation
- Replies: 1
- Views: 4561
Re: Cannot remove a LANSA package installation
Hi Joerg
See if this helps:
http://www.advancedinstaller.com/user-g ... iexec.html
The /x flag is used to uninstall. You can use the GUID or MSI name to uninstall.
Regards, Hamad
See if this helps:
http://www.advancedinstaller.com/user-g ... iexec.html
The /x flag is used to uninstall. You can use the GUID or MSI name to uninstall.
Regards, Hamad
- Tue Aug 01, 2017 4:07 am
- Forum: Questions & Answers
- Topic: How to receive a parameter of the array type from ActiveX?
- Replies: 3
- Views: 9451
Re: How to receive a parameter of the array type from ActiveX?
Just so this doesn't get lost in translation, can you elaborate on what the array looks like in this case i.e. how many elements, what is the data type etc.
- Thu Jun 08, 2017 2:42 am
- Forum: Questions & Answers
- Topic: Saving Images
- Replies: 4
- Views: 22125
Re: Saving Images
By storing the image into the database, it becomes easier to manage the data as a single entity. However, you need to consider the volume and disk space requirements too, as images can easily take up a lot of space over time. Perhaps you can cleanse the database of old records by archiving them into ...
- Fri May 26, 2017 5:30 am
- Forum: Questions & Answers
- Topic: SQL Server Express Limit
- Replies: 7
- Views: 28017
Re: SQL Server Express Limit
Please check what tables in your database are the biggest i.e. take up the most space. I suspect the 10GB space is not taken up by your LANSA source code, but rather by other things that may be expendable.
- Fri Jan 13, 2017 2:56 am
- Forum: Questions & Answers
- Topic: Vanity URLs on the IBM i
- Replies: 5
- Views: 14822
- Tue Nov 22, 2016 9:43 am
- Forum: Questions & Answers
- Topic: VL Web library list on IBM i
- Replies: 5
- Views: 14453
Re: VL Web library list on IBM i
You just need to make sure that you set the library list for the actual job that you are using.
i.e. setting the *LIBL for a different job will obviously not help the server module execution.
You have already verified that CALL works fine, you could also test the use of EXEC_OS400.
i.e. setting the *LIBL for a different job will obviously not help the server module execution.
You have already verified that CALL works fine, you could also test the use of EXEC_OS400.
- Tue Nov 08, 2016 4:47 am
- Forum: Questions & Answers
- Topic: Running in VLF and VL for Web
- Replies: 8
- Views: 22285
Re: Running in VLF and VL for Web
I would agree with Stewart on this one. There is little gained by mixing up the two executions and such implementations can easily become maintenance nightmares for new developers who inherit the application code. Especially since all the LANSA training and examples follow a clean path as far as ...
- Tue Nov 08, 2016 3:31 am
- Forum: Questions & Answers
- Topic: Kerberos - IBM I and VL Forms
- Replies: 2
- Views: 6166
Re: Kerberos - IBM I and VL Forms
This is well documented by IBM and LANSA too.
Has to be set up on the IBM i server first by testing that IBM Client Access (or any other emulator that supports SSO) works well. Then review LANSA documentation e.g.
http://docs.lansa.com/14/en/lansa011/index.htm#lansa/l4wadm02_0225.htm ...
Has to be set up on the IBM i server first by testing that IBM Client Access (or any other emulator that supports SSO) works well. Then review LANSA documentation e.g.
http://docs.lansa.com/14/en/lansa011/index.htm#lansa/l4wadm02_0225.htm ...
- Thu Nov 03, 2016 4:13 am
- Forum: Questions & Answers
- Topic: Things to try if Debug does not work in your Visual LANSA IDE
- Replies: 2
- Views: 8199
Re: Things to try if Debug does not work in your Visual LANSA IDE
Hi Art, it looks like you need to have two VL installations on your machine, if you want to work in two partitions as the same time.
- Sat Oct 29, 2016 8:06 am
- Forum: Questions & Answers
- Topic: Things to try if Debug does not work in your Visual LANSA IDE
- Replies: 2
- Views: 8199
Things to try if Debug does not work in your Visual LANSA IDE
Looking at the things that can potentially bypass debugging in an IDE session, I came across some interesting findings that I hope will help other Visual LANSA developers too. Lets start by a short introduction to how debug works in Visual LANSA.
When you start executing a component in your VL IDE ...
When you start executing a component in your VL IDE ...
- Thu Oct 27, 2016 7:56 am
- Forum: Questions & Answers
- Topic: VL Grid
- Replies: 3
- Views: 7691
Re: VL Grid
This seems to work for a VL Grid.
#STD_BIN is a binary field.
Evtroutine Handling(#com_owner.Initialize)
Set Com(#com_owner) Caption(*component_desc)
Use Builtin(HEXTOBIN) With_Args('0D') To_Get(#STD_BIN)
#GridColumn1.caption := 'This is' + #std_bin.AsString + 'a Test'
Endroutine
#STD_BIN is a binary field.
Evtroutine Handling(#com_owner.Initialize)
Set Com(#com_owner) Caption(*component_desc)
Use Builtin(HEXTOBIN) With_Args('0D') To_Get(#STD_BIN)
#GridColumn1.caption := 'This is' + #std_bin.AsString + 'a Test'
Endroutine
- Wed Oct 26, 2016 3:02 am
- Forum: Questions & Answers
- Topic: VL in a Windows environment with MS SQL Server database
- Replies: 1
- Views: 5794
Re: VL in a Windows environment with MS SQL Server database
SELECT_SQL is faster as it bypasses LANSA OAM's and gets direct access to the SQL table via the configured ODBC driver.
Converting from an IBMi server to a Windows SQL Server is a non-trivial exercise. You have to cater for platform specific coding as well as things like application performance ...
Converting from an IBMi server to a Windows SQL Server is a non-trivial exercise. You have to cater for platform specific coding as well as things like application performance ...
- Fri Oct 21, 2016 8:16 am
- Forum: Questions & Answers
- Topic: Sum Cclculation in Lansa
- Replies: 2
- Views: 7015
Re: Sum Cclculation in Lansa
Just before your Add_Entry line, where you add your entry into your list, you can accumulate your total e.g.
#TotalField := #TotalField + #NumFieldFromList
After you are done populating the list, your #TotalField will contain the sum of all #NumFieldFromList entries.
Don't forget to reset ...
#TotalField := #TotalField + #NumFieldFromList
After you are done populating the list, your #TotalField will contain the sum of all #NumFieldFromList entries.
Don't forget to reset ...
- Tue Sep 20, 2016 8:19 am
- Forum: Questions & Answers
- Topic: How to turn OFF Windows UAC in Windows 10
- Replies: 3
- Views: 11835
How to turn OFF Windows UAC in Windows 10
It looks like sliding the UAC slider bar to the bottom is no longer enough. You now need to make a Registry change too:
In the Windows registry (regedit.exe), locate :
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\policies\system
Find the node "EnableLUA" and set it's value to a ...
In the Windows registry (regedit.exe), locate :
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\policies\system
Find the node "EnableLUA" and set it's value to a ...
- Tue Sep 20, 2016 12:42 am
- Forum: Questions & Answers
- Topic: Lansa Editor on virtual machine
- Replies: 16
- Views: 57256
Re: Lansa Editor on virtual machine
See if you can get two more CPU cores added to your VM. That will also enhance the IDE performance, especially when you are checking in/out and compiling things.