The primitive bar chart is the best option today.
There is a full example provided in vl, just use the wizard ( home / build a mobile web allocation / dashboard ) or you can search for PRIM_CHRT in your reusable parts and you will find the example supplied.
tmp_90dca696-897f-43c2-8686-373e019718d1 ...
Search found 472 matches
- Sun Feb 08, 2026 3:05 am
- Forum: Questions & Answers
- Topic: Bar charts VL-WEB V15
- Replies: 1
- Views: 964
- Wed Nov 26, 2025 7:42 am
- Forum: Questions & Answers
- Topic: From_File as a variable parm
- Replies: 6
- Views: 7646
- Sat Nov 15, 2025 4:30 am
- Forum: Questions & Answers
- Topic: Script error in VLF workbench
- Replies: 3
- Views: 7001
Re: Script error in VLF workbench
おはよう たくさん
While that file indicated there exist in the lansa page
https://docs.lansa.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/93954b626b88/main.js
, I think it is called from the home page in visual lansa framework as an external page to display some generic marketing, I don't think it's ...
While that file indicated there exist in the lansa page
https://docs.lansa.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/93954b626b88/main.js
, I think it is called from the home page in visual lansa framework as an external page to display some generic marketing, I don't think it's ...
- Wed Nov 05, 2025 1:56 am
- Forum: Questions & Answers
- Topic: How to transfer frameworks from one pc to another?
- Replies: 1
- Views: 12290
Re: How to transfer frameworks from one pc to another?
Hi Jorg
Vlf framework stores the definition of it as xml files in the ../x_win95/x_lansa/x_ppp/execute folder in your pc. Where ppp is your partition.
So, either you can copy the files
Or you can add those files as external objects in your repository to checkin and checkout
Or you can access ...
Vlf framework stores the definition of it as xml files in the ../x_win95/x_lansa/x_ppp/execute folder in your pc. Where ppp is your partition.
So, either you can copy the files
Or you can add those files as external objects in your repository to checkin and checkout
Or you can access ...
- Fri Aug 01, 2025 11:08 pm
- Forum: Questions & Answers
- Topic: Any way to get the server routine name where I am?
- Replies: 3
- Views: 197440
Re: Any way to get the server routine name where I am?
Yes, I have several server routines that perform additional security screening and will be great to be able to identify who is the caller. Without a variable for these is just double typing.
If we are talking enhancements for server routines.... cross reference will be great.... right now only way ...
If we are talking enhancements for server routines.... cross reference will be great.... right now only way ...
- Tue Jul 22, 2025 3:01 am
- Forum: Questions & Answers
- Topic: Any way to get the server routine name where I am?
- Replies: 3
- Views: 197440
Any way to get the server routine name where I am?
Hi
I want to find a way to capture in which server routine I am.
I can capture the server module name using *component or #com_owner.name, but how to get the name of the server routine?
Thank you
I want to find a way to capture in which server routine I am.
I can capture the server module name using *component or #com_owner.name, but how to get the name of the server routine?
Thank you
- Thu Jul 10, 2025 11:38 pm
- Forum: Questions & Answers
- Topic: WEB API not working
- Replies: 11
- Views: 386141
Re: WEB API not working
That sounds like missing information in the data area.
As you have a new and old systems, compare and complete data areas in dc@pgmlib
Wrkdtaara dc@pgmlib/dc*
If an important value is missing that is also visible in the lansa about,
And lansa web administrator, tools, configure apache module ...
As you have a new and old systems, compare and complete data areas in dc@pgmlib
Wrkdtaara dc@pgmlib/dc*
If an important value is missing that is also visible in the lansa about,
And lansa web administrator, tools, configure apache module ...
- Thu Jul 03, 2025 11:37 pm
- Forum: Questions & Answers
- Topic: WEB API not working
- Replies: 11
- Views: 386141
Re: WEB API not working
In the Web admin, compare old and fresh install under tools, configure apache module. If empty values found, most likely is missing values in data area, that could also be visible comparing lansa about command in the 400.
Check the logs in the log and tmp folders.
I also found once that most ...
Check the logs in the log and tmp folders.
I also found once that most ...
- Thu Jul 03, 2025 12:02 pm
- Forum: Questions & Answers
- Topic: WEB API not working
- Replies: 11
- Views: 386141
Re: WEB API not working
What about the server modules?
.../d15pgmlib/dem/xvlwebsts works?
If so license, listener, firewall, should be fine.
Web apps works? Sample crud?
The url you show it works is the old style, using the lansaweb instead of the partition.... do you have anything running in the new web? Have you ...
.../d15pgmlib/dem/xvlwebsts works?
If so license, listener, firewall, should be fine.
Web apps works? Sample crud?
The url you show it works is the old style, using the lansaweb instead of the partition.... do you have anything running in the new web? Have you ...
- Wed Jul 02, 2025 11:59 pm
- Forum: Questions & Answers
- Topic: WEB API not working
- Replies: 11
- Views: 386141
Re: WEB API not working
Start your testing calling the status, it's simpler.
Check what routes exist or not on your /lansa_dc@pgmlib/run/conf/webmodules.conf
If the server module has successfully been compiled/checked in the 400, you should have entries there
Partition may be missing in your route
Check what routes exist or not on your /lansa_dc@pgmlib/run/conf/webmodules.conf
If the server module has successfully been compiled/checked in the 400, you should have entries there
Partition may be missing in your route
- Fri Jun 27, 2025 10:09 am
- Forum: Questions & Answers
- Topic: Double click or long-click for VL Web application on mobile device
- Replies: 1
- Views: 57231
Re: Double click or long-click for VL Web application on mobile device
You can show a pop up menu with 3 dots icon or something like that for multiple Acton... touch screen actions are mostly a simple click. Keep it simple and obvious actions in mobile devices.
Even the three dots may require use of little finger in a list
Even the three dots may require use of little finger in a list
- Thu Jun 19, 2025 3:39 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
From ramp you can refer to many objects in vlf like these:
http://docs.lansa.com/15/en/lansa050/index.htm#lansa/lansa050_2460.htm#_Ref130186090
But only for read...
You may have to signal an event in ramp passing whatever text you want from the script and the vlf component processing the signal ...
http://docs.lansa.com/15/en/lansa050/index.htm#lansa/lansa050_2460.htm#_Ref130186090
But only for read...
You may have to signal an event in ramp passing whatever text you want from the script and the vlf component processing the signal ...
- Sat Jun 07, 2025 9:46 pm
- Forum: Questions & Answers
- Topic: Using Regex
- Replies: 1
- Views: 72283
- Fri Jun 06, 2025 1:26 am
- Forum: Questions & Answers
- Topic: Working with XML files with more than 10 million entries
- Replies: 4
- Views: 73237
Re: Working with XML files with more than 10 million entries
Check the CCSID and/or change it using the chgatr command
- Thu Jun 05, 2025 8:58 pm
- Forum: Questions & Answers
- Topic: Working with XML files with more than 10 million entries
- Replies: 4
- Views: 73237
Re: Working with XML files with more than 10 million entries
Hi Joerg
Not sure about the 30 million records but using the filestream, streamreader, streamwriter is faster.
viewtopic.php?f=3&t=2902&p=8888&hilit=Prim_file#p8888
Kind regards
Not sure about the 30 million records but using the filestream, streamreader, streamwriter is faster.
viewtopic.php?f=3&t=2902&p=8888&hilit=Prim_file#p8888
Kind regards
- Wed May 21, 2025 9:08 pm
- Forum: Questions & Answers
- Topic: Creating CSV and line feed in a cell
- Replies: 2
- Views: 30786
Re: Creating CSV and line feed in a cell
Hi Joerg
From this post
https://stackoverflow.com/questions/566052/can-you-encode-cr-lf-in-into-csv-files
I like the idea of doing that in excel, then save it as csv to see how it implements it.
But looks like you will need to manually create the csv strings as I don't expect the transform file ...
From this post
https://stackoverflow.com/questions/566052/can-you-encode-cr-lf-in-into-csv-files
I like the idea of doing that in excel, then save it as csv to see how it implements it.
But looks like you will need to manually create the csv strings as I don't expect the transform file ...
- Thu May 15, 2025 1:15 pm
- Forum: Questions & Answers
- Topic: Licensing issue with multiple simultaneous users on LANSA web application
- Replies: 1
- Views: 34535
Re: Licensing issue with multiple simultaneous users on LANSA web application
Have you loaded the lxx and web license in the server?
Ibm or windows?
I don't think you need to define two users for that. Once the production licenses (lxx web) are loaded, you have unlimited number of users, so far I knew
Ibm or windows?
I don't think you need to define two users for that. Once the production licenses (lxx web) are loaded, you have unlimited number of users, so far I knew
- Thu May 08, 2025 8:29 am
- Forum: Questions & Answers
- Topic: SQL View Removed after File Import
- Replies: 1
- Views: 30874
Re: SQL View Removed after File Import
External indexes, external join files. External sql views can be deleted if you import a file PF.
If you only import the OAM or the logical files that won't be an issue.
Lansa cannot delete the physical file, then recreate logical/ indexes created outside of lansa repository as it does not know ...
If you only import the OAM or the logical files that won't be an issue.
Lansa cannot delete the physical file, then recreate logical/ indexes created outside of lansa repository as it does not know ...
- Wed May 07, 2025 4:45 am
- Forum: Questions & Answers
- Topic: Problems with XPRIM_RandomAccessJsonReader
- Replies: 2
- Views: 27698
Re: Problems with XPRIM_RandomAccessJsonReader
Problem to use a loop is that values returned are a mix of numbers and strings....
Define_Com Class( #XPRIM_RandomAccessJsonReader ) Name( #Reader ) Reference( *DEFERRED )
Define_Com Class(#XPRIM_ErrorInfo) Name(#ErrorObject) Reference(*DEFERRED)
#STD_NVARC := #Reader.ReadStringWithName( "name ...
Define_Com Class( #XPRIM_RandomAccessJsonReader ) Name( #Reader ) Reference( *DEFERRED )
Define_Com Class(#XPRIM_ErrorInfo) Name(#ErrorObject) Reference(*DEFERRED)
#STD_NVARC := #Reader.ReadStringWithName( "name ...
- Sat Apr 26, 2025 10:05 pm
- Forum: Questions & Answers
- Topic: Executing SQL - CREATE TABLE
- Replies: 1
- Views: 32915
Re: Executing SQL - CREATE TABLE
You could use the create table in a select_sql command , like these:
viewtopic.php?f=3&t=2595&p=7678&hilit=S ... _dql#p7803
viewtopic.php?f=3&t=2595&p=7678&hilit=S ... _dql#p7803