Search found 5 matches

by Ingmar
Wed Nov 03, 2021 7:23 pm
Forum: Questions & Answers
Topic: How to move mouse like the IDE
Replies: 12
Views: 39220

Re: How to move mouse like the IDE

Big parts of the IDE ARE written in LANSA. Not all though... Some bits are C++.

The magic moving mouse pointer was a bit of a strange hack from C++ that you can't do in RDML.

Very questionable UX though.... That you don't see it anywhere else should be telling.
by Ingmar
Fri Dec 16, 2016 9:49 am
Forum: Questions & Answers
Topic: autoincrement primary key
Replies: 4
Views: 11717

autoincrement primary key

When I design database table outside of LANSA, I always use a primary key that’s an integer, which is set to autoincrement, generated automatically by the database.

However, I can’t seem to be able to that with LANSA.

I went through the examples and it seems that most of the examples use a primary ...
by Ingmar
Wed Oct 19, 2016 11:00 pm
Forum: Questions & Answers
Topic: Stored Procedure
Replies: 7
Views: 19191

Re: Stored Procedure

it probably doesnt help your SQLPROC field allows not more than 25 chars

ingmar
by Ingmar
Fri Sep 16, 2016 9:28 am
Forum: Questions & Answers
Topic: How to login
Replies: 8
Views: 25162

Re: How to login

hi,

for me, creating files and reading/writing records in a file was one of the first things I learned doing Lansa.

ask your boss for some sort of basic Lansa course, if they won't do it, just follow some of the education links from the home page and do some of the examples. I found this onea bout ...