Search found 12 matches

by JABIVULLAS
Wed Jul 22, 2020 7:57 pm
Forum: Questions & Answers
Topic: Getting axes error HTTP error 0 sending terminal transaction to server.
Replies: 2
Views: 5707

Getting axes error HTTP error 0 sending terminal transaction to server.

Hi All,

We are using LANSA VLF 13 SP 2 Version along with axes to render screens from AS400 system using screen scrapping technology. When we were about to view axes screens in WEB we got the error message "HTTP error 0 sending terminal transaction to server." as a pop-up. After clicking on the ...
by JABIVULLAS
Tue Jan 28, 2020 4:37 pm
Forum: Questions & Answers
Topic: global object that returns objApplication name in visual lansa version13
Replies: 5
Views: 11657

Re: global object that returns objApplication name in visual lansa version13

Adding to this is there any specific LANSA developed method like for example "NAVIGATE_TO_JUNCTION()" or "NAVIGATE_TO_SCREEN()" which will get the command handler name of the tab that user clicks and to store them. Later when that saved command handler is clicked it should load back the same command ...
by JABIVULLAS
Tue Jan 28, 2020 12:00 am
Forum: Questions & Answers
Topic: global object that returns objApplication name in visual lansa version13
Replies: 5
Views: 11657

Re: global object that returns objApplication name in visual lansa version13

Hi,

Thanks for your prompt reply. Basically we are looking for a global object which will have all the details of application name, business name and command handler tab name for instance 'objBusinessObject.uUserObjectType', 'objApplication.uUserObjectType' and 'objCommand.uUserObjectType'.

The ...
by JABIVULLAS
Thu Jan 23, 2020 5:10 pm
Forum: Questions & Answers
Topic: global object that returns objApplication name in visual lansa version13
Replies: 5
Views: 11657

Re: global object that returns objApplication name in visual lansa version13

Hi, Thanks for your reply. Is this solution for Visual Lansa Version 14 or 13. In the link i could see the query options is for VLF-ONE(ie VLF Version 14). We are using lansa version 13.

Please let me know if there is any alternate solution to achieve this for Version 13.
by JABIVULLAS
Mon Jan 20, 2020 7:33 pm
Forum: Questions & Answers
Topic: global object that returns objApplication name in visual lansa version13
Replies: 5
Views: 11657

global object that returns objApplication name in visual lansa version13

Hi ,

We are using visual lansa version 13 SP2. We are maintaining Applications ( objApplication), Business Objects(objBusinessObject) and Command Handler(objCommand) maintained in VLF. We have a business requirement to get all the details of lansa objects(objApplication, objBusinessObject ...
by JABIVULLAS
Thu Sep 26, 2019 7:55 pm
Forum: Questions & Answers
Topic: How to delete cookie by clicking Sign Out button in VLF Version 13.
Replies: 7
Views: 42278

Re: How to delete cookie by clicking Sign Out button in VLF Version 13.

Hi Mark,

Thanks for your reply.

Is this related - https://developer.mozilla.org/en-US/doc ... -Site-Data

Above is your reply. Please let us know where we need to incorporate this piece of code i mean which file or what location.
by JABIVULLAS
Thu Sep 26, 2019 7:11 pm
Forum: Questions & Answers
Topic: How to delete cookie by clicking Sign Out button in VLF Version 13.
Replies: 7
Views: 42278

Re: How to delete cookie by clicking Sign Out button in VLF Version 13.

Hi,

Thanks for your reply. Below is our Web url

http://10.110.4.100:41/images/irfs/LSSAMS_319_system_ENG_BASE.HTM.

After we login there is a sign out button on the top right corner. We have embedded two independent applications in our LANSA vlf (ver 13) and wanted to delete cookies that are set ...
by JABIVULLAS
Wed Sep 25, 2019 11:49 pm
Forum: Questions & Answers
Topic: How to delete cookie by clicking Sign Out button in VLF Version 13.
Replies: 7
Views: 42278

How to delete cookie by clicking Sign Out button in VLF Version 13.

Hi ,

We are using VLF version 13(VL Rich Client). We have embedded a new independent application by configuring its url name in the properties tab of a business object. Now the question is how do i delete cookie when clicking SIGN OUT button. Is there a way to achieve this. Please see to the ...
by JABIVULLAS
Fri Oct 13, 2017 3:44 am
Forum: Questions & Answers
Topic: How to Retrieve axes screen field value to the VLF widget
Replies: 1
Views: 3554

How to Retrieve axes screen field value to the VLF widget

Is there Anyway to get the field value of axes screen to the VLF widget,We are unable to get the field value of axes screen to the VLF widget to delete the cookie, can u suggest please.
by JABIVULLAS
Thu Oct 12, 2017 4:21 pm
Forum: Questions & Answers
Topic: Delete Browser Coockie in VLF
Replies: 1
Views: 4267

Delete Browser Coockie in VLF

How to delete the browser Cookie while logout the application in VLF using RDMLX commands . We are carry forwarding the loan number by using the cookie concept in all over the application, once carry forward loan number then logout the application and again user login to the application same loan ...