Search found 210 matches
- Thu Feb 19, 2026 12:54 am
- Forum: Questions & Answers
- Topic: push notifications in VL Web
- Replies: 10
- Views: 14916
Re: push notifications in VL Web
Next step. Anyone able to get the Push Notification features to work within the Lansa Mobile Application? Is there some other setting specific within LMA that I am missing? The VL app PWA enabled works on it's own, but not when run inside of LMA?
- Tue Feb 17, 2026 5:46 am
- Forum: Questions & Answers
- Topic: push notifications in VL Web
- Replies: 10
- Views: 14916
Re: push notifications in VL Web
Success ! - For Apple, the PushManager.ClaimsSubject value was required as an email.
Note: I had originally had this with a "mailto:" prefix, but removing that bit, and leaving just a simple email address allowed it to work in both PC/Chrome and iPad.
So, some initial notes on this feature ...
Note: I had originally had this with a "mailto:" prefix, but removing that bit, and leaving just a simple email address allowed it to work in both PC/Chrome and iPad.
So, some initial notes on this feature ...
- Tue Feb 17, 2026 3:48 am
- Forum: Questions & Answers
- Topic: push notifications in VL Web
- Replies: 10
- Views: 14916
Re: push notifications in VL Web
That was it, in regards to the Subscribe function.
Once I "installed" the vl web PWA on the iPad and Mac, the subscribe feature worked.
Still unable to get the push notification to work. I can get this to work on an PC and on Android device, but not iPad or Mac.
In my trace log, when trying to ...
Once I "installed" the vl web PWA on the iPad and Mac, the subscribe feature worked.
Still unable to get the push notification to work. I can get this to work on an PC and on Android device, but not iPad or Mac.
In my trace log, when trying to ...
- Fri Feb 13, 2026 4:50 am
- Forum: Questions & Answers
- Topic: push notifications in VL Web
- Replies: 10
- Views: 14916
Re: push notifications in VL Web
Kazunori,
Thanks for the QE. Looks like we were already on the same path with the FQDN being extracted from the endpoint to use.
I was able to get your example working fine on PC with Chrome, but not on an iPad or Mac. When running on iPad or Mac, it will not complete the subscribe step. I see an ...
Thanks for the QE. Looks like we were already on the same path with the FQDN being extracted from the endpoint to use.
I was able to get your example working fine on PC with Chrome, but not on an iPad or Mac. When running on iPad or Mac, it will not complete the subscribe step. I see an ...
- Tue Feb 10, 2026 6:57 am
- Forum: Questions & Answers
- Topic: push notifications in VL Web
- Replies: 10
- Views: 14916
Re: push notifications in VL Web
Anyone had luck with the VL web push notifications when running from a IBM i server?
I was provided an example that runs on a windows server without issue (so I am told), but I am having fits with it completing successfully when run on IBM i server.
The first hurdle was trying to identify all the ...
I was provided an example that runs on a windows server without issue (so I am told), but I am having fits with it completing successfully when run on IBM i server.
The first hurdle was trying to identify all the ...
- Tue Feb 10, 2026 6:44 am
- Forum: Questions & Answers
- Topic: Job Boards
- Replies: 1
- Views: 1523
Re: Job Boards
Mark Mason used to keep up a listing in an old yahoo groups, but it has been several years since I have spoken with him. May be worth reaching out.
- Wed Nov 26, 2025 5:02 am
- Forum: Questions & Answers
- Topic: From_File as a variable parm
- Replies: 6
- Views: 7621
Re: From_File as a variable parm
Is there an equivalent "delete" function that would work with a variable parm as the from file name?
I don't see a delete_sql?
I don't see a delete_sql?
- Wed Nov 26, 2025 12:48 am
- Forum: Questions & Answers
- Topic: From_File as a variable parm
- Replies: 6
- Views: 7621
Re: From_File as a variable parm
Interesting. Thanks for the insight! I will give it a go.
- Tue Nov 25, 2025 5:46 am
- Forum: Questions & Answers
- Topic: From_File as a variable parm
- Replies: 6
- Views: 7621
From_File as a variable parm
Is it possible to use a variable value in the "From_File" in a Select statement?
I need to run a series of select statements to gather some count info across several files. I was hoping to use an initial list with the different file names listed, and then use the SELCT statement with the file name ...
I need to run a series of select statements to gather some count info across several files. I was hoping to use an initial list with the different file names listed, and then use the SELCT statement with the file name ...
- Fri Nov 07, 2025 12:04 am
- Forum: Questions & Answers
- Topic: LANSA Integrator JSON Headers
- Replies: 12
- Views: 28710
Re: LANSA Integrator JSON Headers
Just a quick question, as I am not familiar with the specifics for "SEND HOST", but does the handler utilize a properties file that might have changed or be missing? For the integrator services I utilize, I have missed updating the properties file (in IFS = LANSA_install/jsm/instance/properties/xxx ...
- Sat Nov 01, 2025 4:50 am
- Forum: Questions & Answers
- Topic: biometrics in VL Web application
- Replies: 0
- Views: 24150
biometrics in VL Web application
I am looking into options to implement biometrics in a VL web application login (use fingerprint or face id, instead of user name / pwd).
I am aware of an option in the Lansa Mobile Application that utilizes a LongRange feature, but have not tried it yet.
I was curious about other PWA integrations ...
I am aware of an option in the Lansa Mobile Application that utilizes a LongRange feature, but have not tried it yet.
I was curious about other PWA integrations ...
- Tue Oct 28, 2025 12:17 am
- Forum: Questions & Answers
- Topic: RESOLVED: delay or async for RUP, or call SM from RUP
- Replies: 3
- Views: 17784
Re: delay or async for RUP, or call SM from RUP
David -
Thank you! You were correct, In one of the RP routines there was an update to the file in the select statement.
Corrected by using the original select to build a work list, then process the work list to do the RP updates, and it all works fine.
Thanks again.
Thank you! You were correct, In one of the RP routines there was an update to the file in the select statement.
Corrected by using the original select to build a work list, then process the work list to do the RP updates, and it all works fine.
Thanks again.
- Thu Oct 23, 2025 5:43 am
- Forum: Questions & Answers
- Topic: RESOLVED: delay or async for RUP, or call SM from RUP
- Replies: 3
- Views: 17784
RESOLVED: delay or async for RUP, or call SM from RUP
I hope I am just missing something simple here, and just being think headed about this.
I have a RUP that is ran from a submitted job on the IBM i (from the job scheduler), that is doing various file and job cleanup functions at the end of the business day.
In a new routine in the RUP, and am ...
I have a RUP that is ran from a submitted job on the IBM i (from the job scheduler), that is doing various file and job cleanup functions at the end of the business day.
In a new routine in the RUP, and am ...
- Wed Oct 15, 2025 1:58 am
- Forum: Questions & Answers
- Topic: VL Web popup menu - CloseOnClick
- Replies: 6
- Views: 14926
Re: VL Web popup menu - CloseOnClick
Thanks for that recording.
It confirms the behavior as I was expecting it to be.
Same behavior issue is present in Chrome, Edge, and Firefox. So, I am ruling out a browser specific issue.
This odd behavior of the popup menu not auto closing, seems to only be in VL web applications that we had ...
It confirms the behavior as I was expecting it to be.
Same behavior issue is present in Chrome, Edge, and Firefox. So, I am ruling out a browser specific issue.
This odd behavior of the popup menu not auto closing, seems to only be in VL web applications that we had ...
- Tue Oct 14, 2025 8:25 am
- Forum: Questions & Answers
- Topic: VL Web popup menu - CloseOnClick
- Replies: 6
- Views: 14926
Re: VL Web popup menu - CloseOnClick
Any chance you can attach a short screen capture video, showing the popup menu going away when you click on yours?
- Tue Oct 14, 2025 8:23 am
- Forum: Questions & Answers
- Topic: VL Web popup menu - CloseOnClick
- Replies: 6
- Views: 14926
Re: VL Web popup menu - CloseOnClick
Well isn't that interesting.
Yes, you understand correctly that when I click on a menu option that is a link, such as Quick Links, then the popup would be expected to go away, but in my case it stay present on top of the newly navigated to link.
Looking out the basics of our source we look to be ...
Yes, you understand correctly that when I click on a menu option that is a link, such as Quick Links, then the popup would be expected to go away, but in my case it stay present on top of the newly navigated to link.
Looking out the basics of our source we look to be ...
- Tue Oct 14, 2025 2:06 am
- Forum: Questions & Answers
- Topic: VL Web popup menu - CloseOnClick
- Replies: 6
- Views: 14926
Re: VL Web popup menu - CloseOnClick
Follow up -
When you click on a popup menu option that is a link to a VL web view, the popup menu stays present until you click somewhere on the view. Once the view is "active" then the popup menu is hidden.
I recall in the past that the popup menu would go away once you clicked on the menu option ...
When you click on a popup menu option that is a link to a VL web view, the popup menu stays present until you click somewhere on the view. Once the view is "active" then the popup menu is hidden.
I recall in the past that the popup menu would go away once you clicked on the menu option ...
- Tue Oct 14, 2025 2:01 am
- Forum: Questions & Answers
- Topic: VL Web popup menu - CloseOnClick
- Replies: 6
- Views: 14926
VL Web popup menu - CloseOnClick
Can someone help out with a behavior question in regards to popup menu "CloseOnClick" functionality in VL web applications, specifically in versions prior to V16?
We utilize the popup menu that is provided with most all the VL web sample or starting templates, where the popup menu opens to show ...
We utilize the popup menu that is provided with most all the VL web sample or starting templates, where the popup menu opens to show ...
- Wed Sep 10, 2025 1:53 am
- Forum: Questions & Answers
- Topic: PWA
- Replies: 11
- Views: 700975
Re: PWA
PWA - Web app manifest icon - update working in V16.
Create a Bitmap resource for our icon image noting the Identifier of the bitmap object.
In Web page, Offline Support, Icons, Add "Web App Manifest Icon", use the Identifier of your bitmap object for the Identifier of the web app manifest icon. I ...
Create a Bitmap resource for our icon image noting the Identifier of the bitmap object.
In Web page, Offline Support, Icons, Add "Web App Manifest Icon", use the Identifier of your bitmap object for the Identifier of the web app manifest icon. I ...
- Fri Sep 05, 2025 11:05 pm
- Forum: Questions & Answers
- Topic: RESOLVED: Cannot VL 14.0 IDE Run On Windows 11
- Replies: 6
- Views: 26730
Re: Can VL 14.0 IDE Run On Windows 11
In all of my install attempts on Windows 11, the issue hasn't been Lansa but with MS SQL getting installed. But maybe that was just something specific on my different PC's over time. I put a couple notes in this other forum thread on my final resolution getting MS SQL installed on Windows 11.
https ...
https ...