Search found 92 matches

by davidbalansa
Wed Nov 26, 2025 6:36 am
Forum: Questions & Answers
Topic: From_File as a variable parm
Replies: 6
Views: 7646

Re: From_File as a variable parm

From the SELECT_SQL (Free format) documentation, it states you can enter the delete statement in the using parameter.


https://docs.lansa.com/16/en/lansa015/index.htm#lansa/SELECT_SQL_FREE.htm#_Toc97587880?TocPath=Technical%2520Reference%2520Guide%257C7.%2520RDML%2520Commands%257C7.110%2520SELECT ...
by davidbalansa
Mon Nov 17, 2025 7:37 am
Forum: Questions & Answers
Topic: Script error in VLF workbench
Replies: 3
Views: 7001

Re: Script error in VLF workbench

Hi,

Dino is correct, it is the VLF introduction page. If you want to stop the error occurring uncheck the "Show Introduction at Start Up".
Screenshot 2025-11-17.png
Screenshot 2025-11-17.png (56.26 KiB) Viewed 6957 times
Regards,
David
by davidbalansa
Mon Oct 27, 2025 8:56 am
Forum: Questions & Answers
Topic: RESOLVED: delay or async for RUP, or call SM from RUP
Replies: 3
Views: 17808

Re: delay or async for RUP, or call SM from RUP

Hi Arlyn,

Your select statement doesn't continue processing when you call a method in another RP. It will wait until processing is complete and then continue.

Not understanding the exact processing of your code, I am guessing the processing in your RP method called inside the select statement is ...
by davidbalansa
Mon Oct 27, 2025 8:56 am
Forum: Questions & Answers
Topic: RESOLVED: delay or async for RUP, or call SM from RUP
Replies: 3
Views: 17808

Re: delay or async for RUP, or call SM from RUP

Hi Arlyn,

Your select statement doesn't continue processing when you call a method in another RP. It will wait until processing is complete and then continue.

Not understanding the exact processing of your code, I am guessing the processing in your RP method called inside the select statement is ...
by davidbalansa
Tue Oct 14, 2025 9:23 am
Forum: Questions & Answers
Topic: VL Web popup menu - CloseOnClick
Replies: 6
Views: 14961

Re: VL Web popup menu - ClickOnClose

Hi Arlyn,

Here is the recording:


Screen Recording 2025-10-14.zip


Screenshot 3.jpg

Some thoughts:
- Have you tried your app in different browsers?
- Did you create the application in a V15 / V14.2 environment and then upgrade your LANSA system to V16 or after you upgraded to V16? Maybe try ...
by davidbalansa
Tue Oct 14, 2025 8:04 am
Forum: Questions & Answers
Topic: VL Web popup menu - CloseOnClick
Replies: 6
Views: 14961

Re: VL Web popup menu - ClickOnClose

Hi Arlyn,

I tried to recreate your scenario in V16. I created a sample app from the Template Top Navigation. The menu options generated provide links to Views and display dialogs. I am unable to recreate the issue.

Routing example
Screenshot 2025-10-14.jpg

No Routing example
Screenshot 2025-10 ...
by davidbalansa
Thu Oct 02, 2025 11:19 am
Forum: Questions & Answers
Topic: Server Modules: automatically included routines and statements
Replies: 4
Views: 13364

Re: Server Modules: automatically included routines and statements

Hi Joerg,

You are correct, it's not as nice as creating a function using a template.

For a server module:
1. Create a server module and open it in the IDE.
2. Delete all the RDMLX generated in the server module so that it is empty.
3. Select the run template option from the Home ribbon.
4. Select ...
by davidbalansa
Mon Sep 29, 2025 8:59 am
Forum: Questions & Answers
Topic: Server Modules: automatically included routines and statements
Replies: 4
Views: 13364

Re: Server Modules: automatically included routines and statements

Hi Joerg,

I had a quick look at the LANSA Templates, it's been a while. There are no RDMLX restrictions. You can build a whole server module template and /or a server routine building block template.

I created a very simple server module template (based on DF_T53DSO) without any question / answer ...
by davidbalansa
Mon Sep 29, 2025 7:24 am
Forum: Questions & Answers
Topic: Server Modules: automatically included routines and statements
Replies: 4
Views: 13364

Re: Server Modules: automatically included routines and statements

Hi Joerg,

You could build your own building block template in LANSA:

https://docs.lansa.com/16/en/lansa015/index.htm#lansa/CRFILE5_TEMPLATES.htm#_Toc97588444?TocPath=Technical%2520Reference%2520Guide%257C15.%2520Template%2520Commands%2520and%2520Variables%257C_____0

I am not sure if LANSA have ...
by davidbalansa
Mon Jul 21, 2025 8:04 am
Forum: Tips and Techniques
Topic: Position PRIM_IMAG component programmatically
Replies: 2
Views: 162233

Re: Position PRIM_IMAG component programmatically

Hi

I would say the image is positioning back to [0,0] before the display updates from the FadeIn settings. You may be thinking that the command execution is pausing at the Visible True / False commands based on your FadeIn / FadeOut settings.

Also setting the DisplayPosition will not have any ...
by davidbalansa
Thu Jun 26, 2025 9:24 am
Forum: Questions & Answers
Topic: CaptionPosition - LEFT
Replies: 3
Views: 52689

Re: CaptionPosition - LEFT

If you are referring to repository fields on a web page, you could use the pre material design rendering.

Change the Define_com statement of the fields:

Define_Com Class(#STD_TEXT.EditField) ...

To

Define_Com Class(#STD_TEXT.Visual) ...

Hope this helps.
by davidbalansa
Thu Jun 19, 2025 8:50 am
Forum: Questions & Answers
Topic: VLFONE - Disable the CLOSE option in the main panel
Replies: 1
Views: 65980

Re: VLFONE - Disable the CLOSE option in the main panel

Hi,

What is the reasoning behind disabling the close option (or the menu altogether)? It provides useful context menu options based on what objects you have open.

If it's to stop unsaved data being lost when closing a typical VLFONE command handler try:

https://docs.lansa.com/15/en/lansa048 ...
by davidbalansa
Wed Jun 18, 2025 9:46 am
Forum: Questions & Answers
Topic: How to change the caption of the command handler
Replies: 5
Views: 122528

Re: How to change the caption of the command handler

Hi,

You can change the Command Handler caption inside your command handler reusable part.

In the uExecute method routine, after you have retrieved the instance list values use:

#Com_owner.avHandlerCaption := 'Whatever you want it to be'

Regards
by davidbalansa
Wed Jun 04, 2025 6:42 am
Forum: Questions & Answers
Topic: IDE Source code line number
Replies: 4
Views: 69709

Re: IDE Source code line number

Hi Arlyn,

Nice find. I like how the console messages are only written when the trace parameter is specified on the URL. No need to comment out messages once you have finished debugging.

Regards,
David
by davidbalansa
Tue Apr 22, 2025 6:58 am
Forum: Questions & Answers
Topic: how to read drag and drop list as shown on screen
Replies: 3
Views: 38774

Re: how to read drag and drop list as shown on screen

Hi adale,

You can read the list in display order using the following code:

For Each(#row) In(#RightList.items)

Get_Entry Number(#row.entry) From_List(#RightList)

...

Endfor
by davidbalansa
Tue Apr 01, 2025 6:36 am
Forum: Questions & Answers
Topic: Setting Column Visible = False not working?
Replies: 3
Views: 37133

Re: Setting Column Visible = False not working?

Hi Mkolbe,

Try the following column property:

Set Com(#DemHstListColumn3) ColumnVisible(True)

or

#DemHstListColumn3.ColumnVisible := False
by davidbalansa
Wed Jan 22, 2025 7:23 am
Forum: Questions & Answers
Topic: VL WEB APP Debug Issue after EPC150070 update
Replies: 11
Views: 231307

Re: VL WEB APP Debug Issue after EPC150070 update

I get the same error in the lroute.log
Screenshot 2025-01-22 lroute log.jpg
Screenshot 2025-01-22 lroute log.jpg (254.72 KiB) Viewed 231165 times
Which is referring to the Visual LANSA Debug TP Stub program.
Screenshot 2025-01-22.jpg
Screenshot 2025-01-22.jpg (22.82 KiB) Viewed 231165 times
At this point I would send it over to LANSA support to see if they have a hotfix available.
by davidbalansa
Tue Jan 21, 2025 2:37 pm
Forum: Questions & Answers
Topic: VL WEB APP Debug Issue after EPC150070 update
Replies: 11
Views: 231307

Re: VL WEB APP Debug Issue after EPC150070 update

I have Windows 11 Pro with a V15 EPC150070 EPC IDE.

I tested the interactive debugging (local webserver) using the shipped VL Web Page XVLWEBTST and associated Server Module XVLSMTST. It's as simple a test that I could locate. (Compile them for debug before using them). The debugger doesn't work ...
by davidbalansa
Wed Feb 07, 2024 6:35 am
Forum: Questions & Answers
Topic: VL Web multiple document download
Replies: 1
Views: 14251

VL Web multiple document download

Hi Group,

In the VL Web 'Start with a Template' code generator (Left Navigation for example), the application produced contains document upload and download functionality.

The download multiple documents functionality does not work. It only downloads one document in the selected list.

It looks ...