Search found 145 matches
- Mon Feb 15, 2021 3:39 am
- Forum: Questions & Answers
- Topic: VL Web and language
- Replies: 6
- Views: 869
Re: VL Web and language
Hi. This have worked on Lansa V14.2. I have just upgraded to LANSA V15 and all EPC's (10,20,30) and now it does not work any more. I have compiled my index vl-web page on V15 and imported on my test server. I get this error back from the server in the browser: The page you are looking for doesn't ex...
- Fri Jan 22, 2021 7:40 pm
- Forum: Questions & Answers
- Topic: Show Only Time in Date Time Field VLFONE
- Replies: 2
- Views: 244
Re: Show Only Time in Date Time Field VLFONE
Hi
I have just tried this and it works perfect.
But I have tried to change it so the format are 24 hour time format, but it does not work. I have added these: Customdateformat('H') Dateformat(Custom) to the define_com.
Any suggestion;
/Klaus
I have just tried this and it works perfect.
But I have tried to change it so the format are 24 hour time format, but it does not work. I have added these: Customdateformat('H') Dateformat(Custom) to the define_com.
Any suggestion;
/Klaus
- Mon Dec 14, 2020 8:05 pm
- Forum: Questions & Answers
- Topic: VL Web and language
- Replies: 6
- Views: 869
Re: VL Web and language
Hi Dino.
Thanks - it worked.
/klaus
Thanks - it worked.
/klaus
- Mon Dec 14, 2020 6:34 pm
- Forum: Questions & Answers
- Topic: VL Web and language
- Replies: 6
- Views: 869
Re: VL Web and language
Hi Dino.
Thanks - it worked.
/klaus
Thanks - it worked.
/klaus
- Sat Dec 12, 2020 12:04 am
- Forum: Questions & Answers
- Topic: VL Web and language
- Replies: 6
- Views: 869
Re: VL Web and language
Hi Dino
Thanks for the code sample.
It works, but is it possible to do it in another way instead of showing it in the url?
If I have the url like shop1.fd.dk i would like it to be that way and not shop1.fd.dk?lang= "ENG"
is that possible ?
/klaus
Thanks for the code sample.
It works, but is it possible to do it in another way instead of showing it in the url?
If I have the url like shop1.fd.dk i would like it to be that way and not shop1.fd.dk?lang= "ENG"
is that possible ?
/klaus
- Mon Dec 07, 2020 12:59 am
- Forum: Questions & Answers
- Topic: VL Web and language
- Replies: 6
- Views: 869
VL Web and language
Hi. I have created an Index web page and saved it as an index.html file on my http-server as descibed in the documentation: https://docs.lansa.com/15/en/lansa017/index.htm#lansa/vlwebeng01_0205.htm?Highlight=language and that works fine. The application could be run in 9 different languages and I wo...
- Tue Nov 03, 2020 3:54 am
- Forum: Questions & Answers
- Topic: VLF-WIN V14 SP2 and performance
- Replies: 5
- Views: 638
Re: VLF-WIN V14 SP2 and performance
Hi.
Thanks. I will give it a try.
How is your <#FNCR_DO> and #gMRSchedule defined?
/Klaus
Thanks. I will give it a try.
How is your <#FNCR_DO> and #gMRSchedule defined?
/Klaus
- Fri Oct 30, 2020 9:19 pm
- Forum: Questions & Answers
- Topic: VLF-WIN V14 SP2 and performance
- Replies: 5
- Views: 638
VLF-WIN V14 SP2 and performance
Hi. I have an application in VLF-WIN. In this I have a command handler RP which call a serverfunction to get a list with 2300 entries. The first time this is run it takes around 350ms and the list is shown immediately. If i click on some other menu item and go back to the command handler it is slow....
- Fri Oct 30, 2020 12:52 am
- Forum: Questions & Answers
- Topic: lansa for the web - 'webpage is not responding' msg
- Replies: 4
- Views: 917
- Thu Aug 27, 2020 10:14 pm
- Forum: Questions & Answers
- Topic: Servermodule call- Performance
- Replies: 2
- Views: 1061
Re: Servermodule call- Performance
Update:
The srvroutine found 63 items so the function was call 63 times. the time spent was 5.65 seconds.
I then moved all the logic from the function I was calling into the serverModule. I did the same call as above and now the time was 286 milliseconds.
The srvroutine found 63 items so the function was call 63 times. the time spent was 5.65 seconds.
I then moved all the logic from the function I was calling into the serverModule. I did the same call as above and now the time was 286 milliseconds.

- Thu Aug 27, 2020 9:21 pm
- Forum: Questions & Answers
- Topic: Servermodule call- Performance
- Replies: 2
- Views: 1061
Servermodule call- Performance
Hi. I have some servermodules which calls a Function to get prices, stock. etc. I have looked at the time the call takes and I was think about if this is the best way (performance) to get the information. The application is running on IBM I and LANSA V14. Should I put all the servermoduls into one h...
- Thu Aug 20, 2020 6:26 pm
- Forum: Questions & Answers
- Topic: VL-WEB - list inside a list
- Replies: 3
- Views: 981
Re: VL-WEB - list inside a list
Hi Thanks. I have been down that road with the tree. If you have RP inside the entry and you have alot of info/data then you get poor performance. I am rewriting my views so I don't have to use a tree and if not possibel then moving away from RP in these trees. So I am looking for a way to show data...
- Sun Aug 16, 2020 5:01 am
- Forum: Questions & Answers
- Topic: VL-WEB - list inside a list
- Replies: 3
- Views: 981
VL-WEB - list inside a list
Hi.
Is it possible to have a list where inside each entry there is a list. I have a list of items and now I want to show a list of spareparts which fits the item. So the list inside the list could have 0 - 999 spareparts.
I am on LANSA V14.
/Klaus
Is it possible to have a list where inside each entry there is a list. I have a list of items and now I want to show a list of spareparts which fits the item. So the list inside the list could have 0 - 999 spareparts.
I am on LANSA V14.
/Klaus
- Fri Aug 14, 2020 9:01 pm
- Forum: Questions & Answers
- Topic: Right Click Disabled Websites
- Replies: 1
- Views: 671
Right Click Disabled Websites
Hi.
I have created a LANSA V14 VL-web application.
I am not able to mark, Right Click on text and copy it. Is there a way to enable the right click in a vl-web application?
/Klaus
I have created a LANSA V14 VL-web application.
I am not able to mark, Right Click on text and copy it. Is there a way to enable the right click in a vl-web application?
/Klaus
- Tue Jun 23, 2020 8:24 pm
- Forum: Questions & Answers
- Topic: VL WEB and performance
- Replies: 3
- Views: 1284
Re: VL WEB and performance
Hi I have a bit more info. In this RP #FDKItemListItemLayoutThin I have 3 RP for favorite, sticky note and for orderentry. If I remove these RP for the RP #FDKItemListItemLayoutThin it is pretty fast showing the info in the list and clear the list. Has anybody experince with the Scope and referance ...
- Tue Jun 23, 2020 7:12 pm
- Forum: Questions & Answers
- Topic: VL WEB and performance
- Replies: 3
- Views: 1284
Re: VL WEB and performance
Hi. I have use the Fiddler and found that the interaction with the server is okay, no extra calls. I have made a simple view which have 2 differen function. One with top 20 item bought (20 entries in list) and one with customers added favorites (50 entries in list). these 2 functionallities use the ...
- Thu Jun 18, 2020 5:01 pm
- Forum: Questions & Answers
- Topic: NGINX and LANSA VL-WEB
- Replies: 0
- Views: 1779
NGINX and LANSA VL-WEB
Hi.
I was attending a common session yesterday, and another vendor showed the NGINX on an IBM power linux partition with the IBM Power I partion as the web-server as backend. It reduced the respons time with more than 50 %. Is there anybody which have tried this with LANSA VL-WEB?
/Klaus
I was attending a common session yesterday, and another vendor showed the NGINX on an IBM power linux partition with the IBM Power I partion as the web-server as backend. It reduced the respons time with more than 50 %. Is there anybody which have tried this with LANSA VL-WEB?
/Klaus
- Tue Jun 16, 2020 10:35 pm
- Forum: Questions & Answers
- Topic: VL WEB and performance
- Replies: 3
- Views: 1284
VL WEB and performance
Hi. I am building af web catalog with LANSA VL-WEB. I have some simpel list showing some information. I have now extended these list with some RP (eg favorite item and Yellow note) with some extra functionality. After I have added these RP I can see a decrease in performance when it builds the list....
- Thu May 14, 2020 5:46 pm
- Forum: Questions & Answers
- Topic: Change content-type for WAM
- Replies: 7
- Views: 2684
Re: Change content-type for WAM
Hi Abel.
So what you are saying is that this could not be done on an IBM I? or is there a way around this conversion issue?
If I define thr response as JSON then it is convertet correct, but then I am not able to control the output as much as I want
/klaus
So what you are saying is that this could not be done on an IBM I? or is there a way around this conversion issue?
If I define thr response as JSON then it is convertet correct, but then I am not able to control the output as much as I want
/klaus
- Wed May 13, 2020 7:54 pm
- Forum: Questions & Answers
- Topic: Change content-type for WAM
- Replies: 7
- Views: 2684
Re: Change content-type for WAM
Hi I have now tried it like in the manual. if I change the content type to application/json I get this result: �����������z������G I have tried to add charset := 'UTF-8' but same result. If i don't change the Contenttype there is no problem. But I need to have the contenttype to application/json...