Hi Art,
you can also commit an object from inside the Visual LANSA IDE.
https://docs.lansa.com/14/en/lansa012/i ... l_0080.htm
Anthony
Search found 3 matches
- Fri Jun 15, 2018 3:18 pm
- Forum: Questions & Answers
- Topic: Who is doing Git?
- Replies: 12
- Views: 23321
- Mon Dec 05, 2016 2:21 pm
- Forum: Suggestions for Product Enhancements
- Topic: Better Install Experience
- Replies: 3
- Views: 25940
Re: Better Install Experience
Hi Joe,
The Visual LANSA install automatically installs .NET 3.5 if it detects that it’s not already installed. What is the reason for you installing it manually ?
Are you installing SQL Server manually or is it being installed through the Visual LANSA install ? The Visual LANSA install checks for ...
The Visual LANSA install automatically installs .NET 3.5 if it detects that it’s not already installed. What is the reason for you installing it manually ?
Are you installing SQL Server manually or is it being installed through the Visual LANSA install ? The Visual LANSA install checks for ...
- Tue Mar 22, 2016 4:02 pm
- Forum: Questions & Answers
- Topic: How to detect if the web page is running on LANSA Mobile
- Replies: 2
- Views: 14880
Re: How to detect if the web page is running on LANSA Mobile
Hi Megumi,
you should handle the widgets "Initialize" event. When the event is received you know that you are running in the LANSA Mobile application. No widget functionality should be run until this event is received.
See the LANSA documentation... http://docs.lansa.com/140/en/lansa013/index.htm ...
you should handle the widgets "Initialize" event. When the event is received you know that you are running in the LANSA Mobile application. No widget functionality should be run until this event is received.
See the LANSA documentation... http://docs.lansa.com/140/en/lansa013/index.htm ...