Hi,
Have a look on my post: viewtopic.php?f=3&t=1404
Romain
Search found 19 matches
- Wed Dec 04, 2019 12:19 am
- Forum: Questions & Answers
- Topic: Http header list
- Replies: 1
- Views: 4370
- Mon Oct 22, 2018 6:29 pm
- Forum: Questions & Answers
- Topic: Deployment tool: How to uninstall a patch [SOLVED]
- Replies: 2
- Views: 5514
Re: Deployment tool: How to uninstall a patch ?
thank you James,
I did not know this Windows option.
Romain
I did not know this Windows option.
Romain
- Sat Oct 20, 2018 1:30 am
- Forum: Questions & Answers
- Topic: Deployment tool: How to uninstall a patch [SOLVED]
- Replies: 2
- Views: 5514
Deployment tool: How to uninstall a patch [SOLVED]
Hi,
I have done 2 packages, one version and one patch.
The patch is set to be uninstallable
Patch.PNG
I want to remove this patch, I have tried
msiexec /uninstall ROMAIN_v1.0.0.1_fr-fr.msp /package ROMAIN_v1.0.0_fr-fr.msi
But it do not work.
Is there somebody who know how to remove a patch ...
I have done 2 packages, one version and one patch.
The patch is set to be uninstallable
Patch.PNG
I want to remove this patch, I have tried
msiexec /uninstall ROMAIN_v1.0.0.1_fr-fr.msp /package ROMAIN_v1.0.0_fr-fr.msi
But it do not work.
Is there somebody who know how to remove a patch ...
- Thu Oct 04, 2018 10:38 pm
- Forum: Questions & Answers
- Topic: Dynamic List Row Height
- Replies: 4
- Views: 10589
Re: Dynamic List Row Height
Hi David,
Did you define the list like Adrian:
Define_Com Class(#PRIM_LIST) Name(#List1) Displayposition(3) Left(100) Parent(#COM_OWNER) Tabposition(3) Top(80) Height(720) Width(200) Rowsizing(Individual) Rowresize(True) Rowheight(22)
Define_Com Class(#PRIM_LIST.Part) Name(#ColumnASBLISTD1 ...
Did you define the list like Adrian:
Define_Com Class(#PRIM_LIST) Name(#List1) Displayposition(3) Left(100) Parent(#COM_OWNER) Tabposition(3) Top(80) Height(720) Width(200) Rowsizing(Individual) Rowresize(True) Rowheight(22)
Define_Com Class(#PRIM_LIST.Part) Name(#ColumnASBLISTD1 ...
- Wed Oct 03, 2018 11:07 pm
- Forum: Questions & Answers
- Topic: Dynamic List Row Height
- Replies: 4
- Views: 10589
Re: Dynamic List Row Height
Hi,
How do you resize your RP?
It seems to work fine with the folowing code:
Begin_Com Role(*EXTENDS #PRIM_PANL *implements #Prim_List.iListCellDesign *ListFields #ListFields) Displayposition(1) Left(0) Tabposition(1) Top(0) Layoutmanager(#Layout1)
Define_Com Class(#PRIM_TBLO) Name(#Layout1 ...
How do you resize your RP?
It seems to work fine with the folowing code:
Begin_Com Role(*EXTENDS #PRIM_PANL *implements #Prim_List.iListCellDesign *ListFields #ListFields) Displayposition(1) Left(0) Tabposition(1) Top(0) Layoutmanager(#Layout1)
Define_Com Class(#PRIM_TBLO) Name(#Layout1 ...
- Fri Sep 14, 2018 5:01 pm
- Forum: Questions & Answers
- Topic: how to change the date format in a datepicker [accepted as enhancement]
- Replies: 9
- Views: 30514
Re: how to change the date format in a datepicker [accepted as enhancement]
I have asked to the support who has confirmed that it is hardcoded so It has been accepted and logged as an enhancement.
Romain
Romain
- Mon Sep 03, 2018 6:51 pm
- Forum: Questions & Answers
- Topic: how to change the date format in a datepicker [accepted as enhancement]
- Replies: 9
- Views: 30514
Re: how to change the date format in a datepicker?
This not solves my issue, do you think I need to made an enhancement request?
- Fri Aug 24, 2018 5:29 pm
- Forum: Questions & Answers
- Topic: how to change the date format in a datepicker [accepted as enhancement]
- Replies: 9
- Views: 30514
Re: how to change the date format in a datepicker?
Thanks Dominique but that's OK, the file is OK on VL.
Romain
Romain
- Mon Aug 20, 2018 11:01 pm
- Forum: Questions & Answers
- Topic: how to change the date format in a datepicker [accepted as enhancement]
- Replies: 9
- Views: 30514
Re: how to change the date format in a datepicker?
In your LANSA installation , move to this directory : ....\X_WIN95\X_LANSA\web\vl\lansa_14_2_0_13\locale\
and edit the locale-fr.json file (for French) , change the settings , e,g,
Hi Theo,
I do not have the directory ...\vl\lansa_14_2_0_13\ , which EPC do you use ?
I have tried to change ...
- Thu Aug 16, 2018 9:25 pm
- Forum: Questions & Answers
- Topic: how to change the date format in a datepicker [accepted as enhancement]
- Replies: 9
- Views: 30514
Re: how to change the date format in a datepicker?
In fact, it is for Windows Web page, I sent an Android screen capture just to show what I want !atostaine wrote: Wed Aug 08, 2018 12:52 am Just a hunch but is the date format from the Android device system settings?
Art
Romain.
- Tue Aug 07, 2018 1:49 am
- Forum: Questions & Answers
- Topic: how to change the date format in a datepicker [accepted as enhancement]
- Replies: 9
- Views: 30514
how to change the date format in a datepicker [accepted as enhancement]
Hi everybody,
Using Material Design, the datepicker display the selected date using the format « ShortDay, ShortMonth DayNum »
In France we do not use this date format, how can we have the date in « ShortDay. DayNum ShortMonth. » format?
Best regards,
Romain
Using Material Design, the datepicker display the selected date using the format « ShortDay, ShortMonth DayNum »
In France we do not use this date format, how can we have the date in « ShortDay. DayNum ShortMonth. » format?
Best regards,
Romain
- Sat Aug 05, 2017 12:55 am
- Forum: Questions & Answers
- Topic: VL Web - How to divide text on several lines
- Replies: 3
- Views: 7445
Re: VL Web - How to divide text on several lines ?
Hi Romain
This is simple in VL too.
The simple solution is to use an HTML control and to populate it with text as required.
The control is ContentHeightFitToWidth, so as the page size changes, the text will wrap and the control will get bigger/smaller as required
Regards
It is a solution ...
- Thu Aug 03, 2017 7:10 pm
- Forum: Questions & Answers
- Topic: VL Web - How to divide text on several lines
- Replies: 3
- Views: 7445
VL Web - How to divide text on several lines
Hi,
To manage different devices, I would like that the following screen should be this one on a small device
Note the two colors !
Using WAM it is simple to do that, but how can we do that with VL Web ?
Best regards.
To manage different devices, I would like that the following screen should be this one on a small device
Note the two colors !
Using WAM it is simple to do that, but how can we do that with VL Web ?
Best regards.
- Fri Jun 23, 2017 5:14 pm
- Forum: Questions & Answers
- Topic: [SOLVED] VL-WEB - using HTTPHEADER Variables
- Replies: 11
- Views: 23231
[SOLVED] VL-WEB - using HTTPHEADER Variables
Many thanks Kelvin,
Your answer has helped me to find the solution:
in server module
Srvroutine Name(RecupHeader)
Field_Map For(*input) Field(#RMCUSRAG)
Field_Map For(*output) Field(#wwRMCUSRAG) name(HeaderValue)
define #wwRMCUSRAG reffld(#RMCUSRAG)
#wwRMCUSRAG := #RMCUSRAG
Endroutine
and in ...
Your answer has helped me to find the solution:
in server module
Srvroutine Name(RecupHeader)
Field_Map For(*input) Field(#RMCUSRAG)
Field_Map For(*output) Field(#wwRMCUSRAG) name(HeaderValue)
define #wwRMCUSRAG reffld(#RMCUSRAG)
#wwRMCUSRAG := #RMCUSRAG
Endroutine
and in ...
- Tue Jun 20, 2017 6:19 pm
- Forum: Questions & Answers
- Topic: [SOLVED] VL-WEB - using HTTPHEADER Variables
- Replies: 11
- Views: 23231
Re: VL-WEB - using HTTPHEADER Variables
Hi,
Thanks for your answer.
I want to build a new VLWeb application.
But the HTTP variable need to be retrieved on the server.
I have define an HTTP Variable using the Web Administrator:
WebAdmin.JPG
With the following code, a WAM works OK:
Webroutine Name(test)
Web_Map For(*both) Fields ...
Thanks for your answer.
I want to build a new VLWeb application.
But the HTTP variable need to be retrieved on the server.
I have define an HTTP Variable using the Web Administrator:
WebAdmin.JPG
With the following code, a WAM works OK:
Webroutine Name(test)
Web_Map For(*both) Fields ...
- Tue Jun 20, 2017 12:34 am
- Forum: Questions & Answers
- Topic: [SOLVED] VL-WEB - using HTTPHEADER Variables
- Replies: 11
- Views: 23231
Re: VL-WEB - using HTTPHEADER Variables
Hi,
In fact, it is different than I thought: the header variable is not sent to the browser, so I need to retrieve the HTTP HEADER Variable on the server in a server module (#PRIM_SRVM).
Any ideas?
Romain
In fact, it is different than I thought: the header variable is not sent to the browser, so I need to retrieve the HTTP HEADER Variable on the server in a server module (#PRIM_SRVM).
Any ideas?
Romain
- Mon Jun 19, 2017 11:24 pm
- Forum: Questions & Answers
- Topic: [SOLVED] VL-WEB - using HTTPHEADER Variables
- Replies: 11
- Views: 23231
Re: VL-WEB - using HTTPHEADER Variables
Thanks for your answer,
I finally found how to use PRIM_WEB.HttpHeaders:
Mthroutine Name(uRetrieveHeader)
Define_Com Class(#PRIM_WEB.HttpRequest) Name(#RequestWeb)
#RequestWeb.Url := #SYS_WEB.URL
#RequestWeb.ExecuteAsync
Evtroutine Handling(#RequestWeb.Completed)
For Each(#item) In(#RequestWeb ...
I finally found how to use PRIM_WEB.HttpHeaders:
Mthroutine Name(uRetrieveHeader)
Define_Com Class(#PRIM_WEB.HttpRequest) Name(#RequestWeb)
#RequestWeb.Url := #SYS_WEB.URL
#RequestWeb.ExecuteAsync
Evtroutine Handling(#RequestWeb.Completed)
For Each(#item) In(#RequestWeb ...
- Fri Jun 16, 2017 8:25 pm
- Forum: Questions & Answers
- Topic: [SOLVED] VL-WEB - using HTTPHEADER Variables
- Replies: 11
- Views: 23231
[SOLVED] VL-WEB - using HTTPHEADER Variables
Hi,
I use an authentification solution that set the user connected in a server HTTP HEADER variable, so I need that the VL-Web page can read this HTTP HEADER Variable.
For WAM, I can map a server HTTP HEADER variable to a field using the LANSAWEB administrator
http://docs.lansa.com/14/en/LANSA085 ...
I use an authentification solution that set the user connected in a server HTTP HEADER variable, so I need that the VL-Web page can read this HTTP HEADER Variable.
For WAM, I can map a server HTTP HEADER variable to a field using the LANSAWEB administrator
http://docs.lansa.com/14/en/LANSA085 ...
- Fri Aug 26, 2016 5:05 pm
- Forum: Questions & Answers
- Topic: How to login
- Replies: 8
- Views: 25159
Re: How to login
Hi Wizard,
I suggest to have a look on the sample application "online Banking" using the components XBNMain and XBNLogin.
regards.
I suggest to have a look on the sample application "online Banking" using the components XBNMain and XBNLogin.
regards.