Hi,
is there a solution to this?
Thanks,
Eduardo
Search found 13 matches
- 04 Apr 2022, 14:59
- Forum: "How do I do this"
- Topic: Block an IP address
- Replies: 5
- Views: 9970
- 24 Nov 2021, 10:19
- Forum: "How do I do this"
- Topic: Axes commands
- Replies: 3
- Views: 17595
Re: Axes commands
I used to have the pdf file where all the commands are listed but I can't find them anymore.
But yes, this axextensions.js is what I need.
Thanks!
But yes, this axextensions.js is what I need.
Thanks!
- 24 Nov 2021, 10:14
- Forum: "How do I do this"
- Topic: Set Cursor to Row
- Replies: 6
- Views: 9086
Re: Set Cursor to Row
Thanks Dino, This is exactly what I was looking for.
It works now. The 'limitedCursorSupport' toggle is only for display of the cursor and the code works even without it.
It works now. The 'limitedCursorSupport' toggle is only for display of the cursor and the code works even without it.
- 23 Nov 2021, 11:57
- Forum: "How do I do this"
- Topic: Axes commands
- Replies: 3
- Views: 17595
Axes commands
1) Where do I find the documentation of all the axes command?
e.g. SHOWAXESMENUBAR(false); // false = hide, true = show
2) If there's no documentation, what javascript file contains all the definitions?
e.g. SHOWAXESMENUBAR(false); // false = hide, true = show
2) If there's no documentation, what javascript file contains all the definitions?
- 22 Nov 2021, 10:00
- Forum: "How do I do this"
- Topic: Set Cursor to Row
- Replies: 6
- Views: 9086
Re: Set Cursor to Row
Hi Dino,
Normally, that's what I would do. But in this case, the output field does have a prompt and this prompt is the only way the output field gets filled.
Right now, i can't name the field because i can't get pass to the point where the prompt will appear.
Here's what it looks like:
prompt ...
Normally, that's what I would do. But in this case, the output field does have a prompt and this prompt is the only way the output field gets filled.
Right now, i can't name the field because i can't get pass to the point where the prompt will appear.
Here's what it looks like:
prompt ...
- 19 Nov 2021, 09:39
- Forum: "How do I do this"
- Topic: Set Cursor to Row
- Replies: 6
- Views: 9086
Re: Set Cursor to Row
Thanks Dino.
However, the problem is that, the field I'm trying to point to is an 'empty' output field and somehow axes can't recognise it (I can't name it).
So the only thing I can think of is to position the cursor.
However, the problem is that, the field I'm trying to point to is an 'empty' output field and somehow axes can't recognise it (I can't name it).
So the only thing I can think of is to position the cursor.
- 18 Nov 2021, 16:31
- Forum: "How do I do this"
- Topic: Set Cursor to Row
- Replies: 6
- Views: 9086
Set Cursor to Row
Is there an equivalent of this in axes?
SETCURSORTOROW(iRow, iColumn)
See: https://docs.lansa.com/15/en/lansa050/i ... 0_0985.htm
SETCURSORTOROW(iRow, iColumn)
See: https://docs.lansa.com/15/en/lansa050/i ... 0_0985.htm
- 04 Nov 2021, 19:50
- Forum: "How do I do this"
- Topic: cache buster in axes?
- Replies: 1
- Views: 4197
cache buster in axes?
Is there a way to add like a 'cache buster' in axes?
The scenario is that, multiple users want to be able to test the changes of each other without having to clear their cache.
(This will be used by designers only).
Thanks,
Eduardo
The scenario is that, multiple users want to be able to test the changes of each other without having to clear their cache.
(This will be used by designers only).
Thanks,
Eduardo
- 04 Nov 2021, 19:45
- Forum: "How do I do this"
- Topic: Trap Browser 'refresh' button
- Replies: 1
- Views: 4206
Trap Browser 'refresh' button
Is there a way to detect that the user clicked the browser's refresh button? not the 'F5' key or 'ctrl + R' just the browser's refresh button.
I know the button itself cannot be hidden but we want to add a logic when it is clicked.
Is that possible?
Thanks,
Eduardo
I know the button itself cannot be hidden but we want to add a logic when it is clicked.
Is that possible?
Thanks,
Eduardo
- 19 Oct 2021, 10:45
- Forum: "How do I do this"
- Topic: Context menu for output fields?
- Replies: 4
- Views: 6602
Re: Context menu for output fields?
Hi Fairdinkum,
That did the trick.
Thank you so much for the help.
That did the trick.
Thank you so much for the help.