Search found 20 matches

by Balaji
Fri Sep 17, 2021 4:52 pm
Forum: Questions & Answers
Topic: Lansa Mobile/Web Barcode Scanner
Replies: 9
Views: 32428

Re: Lansa Mobile/Web Barcode Scanner

Hello Dino,

Thank you for the reply.

Its possible to use .Net Component to access mobile Camera/Barcode scanner and after that the .net component can be use in Lansa web to access the camera.

If yes then can you provide me an example it will be very helpful to me.

Thanks in advance.
by Balaji
Fri Sep 10, 2021 9:39 pm
Forum: Questions & Answers
Topic: Lansa Mobile/Web Barcode Scanner
Replies: 9
Views: 32428

Lansa Mobile/Web Barcode Scanner

Hello ,

1.Its possible to use Barcode Scanner (xDemoLANSAMobileBarcodeScanner Example is present but will run only in lansa mobile app)to run on android phone without installation of Lansa mobile app.

2.Can we access Desktop/Laptop camera access from WEB(xDemoLANSAMobileCamera example) or in ...
by Balaji
Thu Aug 12, 2021 7:04 pm
Forum: Questions & Answers
Topic: VLF Web session is not working
Replies: 12
Views: 27127

Re: VLF Web session is not working

http://localhost:8080/lansa/rho/xvlwebtst.html its working.

point 1 and point 2 is working but when i click on Test its not working.

what setting i need to check on server ?
by Balaji
Thu Aug 12, 2021 4:55 pm
Forum: Questions & Answers
Topic: VLF Web Point to different partition on same as400 server
Replies: 2
Views: 8367

Re: VLF Web Point to different partition on same as400 server

Currently i have used the point to insert data into different libraries.

we have different partition with same libraries name.

In this case ,we need to specify the partition with libraries.

Thanks in advance.
by Balaji
Tue Aug 10, 2021 1:02 am
Forum: Questions & Answers
Topic: VLF Web session is not working
Replies: 12
Views: 27127

Re: VLF Web session is not working

Hi Dino,

its not working for me.

I make copy of you comp and check in.

bit still getting the same error.

Attached here a quick export with both programs.
by Balaji
Mon Aug 09, 2021 10:42 pm
Forum: Questions & Answers
Topic: VLF Web session is not working
Replies: 12
Views: 27127

Re: VLF Web session is not working

Hi Dino,

Thanks for the reply.

Its still not working.
by Balaji
Sun Aug 08, 2021 2:44 am
Forum: Questions & Answers
Topic: VLF Web Point to different partition on same as400 server
Replies: 2
Views: 8367

VLF Web Point to different partition on same as400 server

Hello ,

How we can access data from different partition on same as400 server from VLF web.

like in Visual Lansa we can connect other partition using CONNECT_SERVER command.

Thanks in advance.
by Balaji
Sun Aug 08, 2021 2:22 am
Forum: Questions & Answers
Topic: VLF Web session is not working
Replies: 12
Views: 27127

Re: VLF Web session is not working

Client Side code :-

Begin_Com Role(*EXTENDS #PRIM_WEB) Theme(#SYS_THEME<MaterialDesignBlue>) Layoutmanager(#LayoutMain1)

Define_Com Class(#PRIM_VS.Style) Name(#Valid) Backgroundbrush(#Brush1)
Define_Com Class(#PRIM_VS.SolidBrush) Name(#Brush1) Color(ThemeSuccessMedium)

Define_Com Class(#PRIM_VS ...
by Balaji
Wed Aug 04, 2021 4:41 pm
Forum: Questions & Answers
Topic: VLF Web session is not working
Replies: 12
Views: 27127

Re: VLF Web session is not working

Yes I have started the session on start only.

Srvroutine Name(Start)
#COM_OWNER.StartSession Timeout(3600)
Endroutine
by Balaji
Mon Aug 02, 2021 4:21 pm
Forum: Questions & Answers
Topic: VLF Web session is not working
Replies: 12
Views: 27127

Re: VLF Web session is not working

Thanks Dino for reply.

Session start correctly on #Com_owner.Initialize but when i click on #Button_test.Click its give "Test (Session Invalid)" message.

Is any setting needs to be done on server side machine.

Thanks in advance.
by Balaji
Sun Aug 01, 2021 4:15 am
Forum: Questions & Answers
Topic: VLF Web session is not working
Replies: 12
Views: 27127

VLF Web session is not working

Hello,

I have created simple Web page which call server which have Session identifier as iii01(See the below code)
Code:
Begin_Com Role(*EXTENDS #PRIM_SRVM) Sessionidentifier('iii01')

Srvroutine Name(FetchUserID) Session(*required)
Field_Map For(*OUTPUT) Field(#std_descl) Parameter_Name ...
by Balaji
Thu Mar 21, 2019 6:00 pm
Forum: Questions & Answers
Topic: VLF-ONE Merging Frameworks
Replies: 9
Views: 21413

Re: VLF-ONE Merging Frameworks

Hello jyoung ,

Yes, new Or Modified command definitions.

Business Objects will be created in the framework.

The application already contains link of Business Objects which is mapped.

Hope so this will help you.

Kindly let me know if need any further information.

Regards,
Balaji
by Balaji
Sat Mar 16, 2019 4:34 pm
Forum: Questions & Answers
Topic: VLF-ONE Merging Frameworks
Replies: 9
Views: 21413

Re: VLF-ONE Merging Frameworks

Hello jyoung,

Hope this will help you.

Follow this sequence,

1. Add all commands list first .
2. business objects.
3. Save framework (new command list and the business object will visible after restart framework.restart framework is optional)
5. Now add Applications.
6. Save and restart framework ...
by Balaji
Thu Apr 26, 2018 5:33 pm
Forum: Questions & Answers
Topic: LANSA Partition not working
Replies: 4
Views: 7518

Re: LANSA Partition not working

on IBM server.
by Balaji
Wed Apr 25, 2018 5:16 pm
Forum: Questions & Answers
Topic: LANSA Partition not working
Replies: 4
Views: 7518

LANSA Partition not working

Hi Al,

V13 VLF-WEB

WE have created multiple partitions(3 Partitions) under same lansa system, whereas while we try to access data it always points to the 1st partition.
Adding to this while we create partition system allowed us to create user for the 1st partition alone for the remaining two we ...
by Balaji
Mon Apr 09, 2018 5:04 pm
Forum: Questions & Answers
Topic: TAB Description hidden in VLF-ONE
Replies: 4
Views: 7566

Re: TAB Description hidden in VLF-ONE

Yes I have created new theme.
kindly see the below code for the new theme.


Begin_Com Role(*EXTENDS #VF_AC033O)

Mthroutine Name(Customize) Options(*REDEFINE)
Define_Com Class(#VF_SY170O) Name(#NewTheme) Reference(*DYNAMIC)

#Themes.RemoveAll

#STD_TEXTS := "blue"

#NewTheme <= *New #VF_SY170O ...
by Balaji
Fri Apr 06, 2018 10:40 pm
Forum: Questions & Answers
Topic: TAB Description hidden in VLF-ONE
Replies: 4
Views: 7566

TAB Description hidden in VLF-ONE

Hi,

Tab descriptions gets hidden when is the character less than 6 and grater than 3 in VLF-ONE.
Please refer to the attached screen shot,can you let us know how to proceed.

Thanks for your help in advance.

Regards
Balaji
by Balaji
Fri Mar 09, 2018 6:41 pm
Forum: Questions & Answers
Topic: Navigation Menu Header color (VLF-ONE)
Replies: 4
Views: 8454

Re: Navigation Menu Header color (VLF-ONE)

Now I am able to change the color .Thank you jyoung :)
by Balaji
Fri Feb 23, 2018 11:55 pm
Forum: Questions & Answers
Topic: Navigation Menu Header color (VLF-ONE)
Replies: 4
Views: 8454

Re: Navigation Menu Header color (VLF-ONE)

Hi jyoung,

Actually I am trying to customise the Navigation Menu and Popup menu in VLF-ONE. As part of this I want to change the color of the navigation menu and subsequent BO's and tabs. I want to do this from the code.
by Balaji
Fri Feb 23, 2018 1:35 am
Forum: Questions & Answers
Topic: Navigation Menu Header color (VLF-ONE)
Replies: 4
Views: 8454

Navigation Menu Header color (VLF-ONE)

Hi,

Could you let me know property name of #VF_SY170O to change the color of Navigation Menu Header in VLF-ONE. Please refer to the attached screen shot(header color area is highlighted/marked)

I have tried this command
Set Com(#ThemeItem.NavigationMenu_FontStyle) Normbackcolor(red)
but it is not ...