
Search found 6 matches
- 06 Aug 2018 17:55
- Forum: Scripts
- Topic: TListView....
- Replies: 3
- Views: 15679
Re: TListView....
Yes the documentation for using controls is dire.... trial and error is not much fun, especially if the message given for an error doesn't tell you anything 

- 06 Aug 2018 13:15
- Forum: Scripts
- Topic: TListView....
- Replies: 3
- Views: 15679
TListView....
Has anyone got any example code (preferably in JScript) that displays the TListView with just a few columns?
I cant get it to display on a form.
Gracias
I cant get it to display on a form.
Gracias
- 06 Aug 2018 12:52
- Forum: Scripts
- Topic: Blank line... how to check for?
- Replies: 5
- Views: 18426
- 06 Aug 2018 01:21
- Forum: Scripts
- Topic: Blank line... how to check for?
- Replies: 5
- Views: 18426
Re: Blank line... how to check for?
Try this instead........
if ((Length(Trim(document.Lines[document.CursorY]))) == 0)
It will test the current line for a blank as well as only containing only whitespace.
Cheers big ears
if ((Length(Trim(document.Lines[document.CursorY]))) == 0)
It will test the current line for a blank as well as only containing only whitespace.
Cheers big ears

- 06 Aug 2018 00:42
- Forum: Scripts
- Topic: Blank line... how to check for?
- Replies: 5
- Views: 18426
Re: Blank line... how to check for?
Ummm.... i dont think so 

- 05 Aug 2018 17:28
- Forum: Scripts
- Topic: Blank line... how to check for?
- Replies: 5
- Views: 18426
Blank line... how to check for?
How to check if the current line the cursor is on is a blank line?
mucho apprecio
mucho apprecio
