| Author |
Message |
Topic: Help speeding up duplicate removal |
DW
Replies: 8
Views: 23029
|
Forum: General Help Posted: Tue Sep 13, 2005 6:41 am Subject: Help speeding up duplicate removal |
| Thanks, will let you know what happened when I have had time to check it out. |
Topic: Help speeding up duplicate removal |
DW
Replies: 8
Views: 23029
|
Forum: General Help Posted: Mon Sep 12, 2005 6:49 am Subject: Help speeding up duplicate removal |
I dont think the sort bug works anymore. I tried it as you said, but all it did was sort my list.
So any other ideas?
Maybe an external dos duplicate checker of some sort? Does anyone know o ... |
Topic: Help speeding up duplicate removal |
DW
Replies: 8
Views: 23029
|
Forum: General Help Posted: Sun Sep 11, 2005 5:39 pm Subject: Help speeding up duplicate removal |
What it should be doing is this.
list1 starts with all the data and list2 is empty.
I check the the current top item in list1 in not in list2.
If its not then I add it to list2, but if is does ex ... |
Topic: Help speeding up duplicate removal |
DW
Replies: 8
Views: 23029
|
Forum: General Help Posted: Sun Sep 11, 2005 4:47 pm Subject: Help speeding up duplicate removal |
The code I came up with is this
repeat
if @greater(@count(2),0)
list seek,2,0
end
if @match(2,@item(1))
if @not(@equal(@item& ... |
Topic: VDS 6? |
DW
Replies: 30
Views: 78203
|
Forum: Miscellaneous Posted: Sat Aug 20, 2005 6:40 pm Subject: VDS 6? |
| Any release date for version 6 yet? |
Topic: Table help (deleting multi lines) |
DW
Replies: 4
Views: 14469
|
Forum: General Help Posted: Fri Jul 22, 2005 6:23 am Subject: Table help (deleting multi lines) |
| Thank you, oh so very much. |
Topic: Table help (deleting multi lines) |
DW
Replies: 4
Views: 14469
|
Forum: General Help Posted: Thu Jul 21, 2005 8:23 pm Subject: Table help (deleting multi lines) |
Hi,
Now I know I need to use @items() to get the data from table1, and I know I need to put the data in a list to work with it.
But my question is, how do i get the data into the table on seperate ... |
Topic: Help with sorting lists. |
DW
Replies: 4
Views: 16259
|
Forum: General Help Posted: Tue Jul 05, 2005 10:23 am Subject: Help with sorting lists. |
Ok i think i am diging my self a hole.
How do i sort a list without sort? |
Topic: Help with sorting lists. |
DW
Replies: 4
Views: 16259
|
Forum: General Help Posted: Mon Jul 04, 2005 9:47 am Subject: Help with sorting lists. |
Hi, sorry for the late reply.
I have a visible list i need to sort both ways. Looks like writing something to do it maybe the only way. |
Topic: Help with sorting lists. |
DW
Replies: 4
Views: 16259
|
Forum: General Help Posted: Fri Jul 01, 2005 9:36 am Subject: Help with sorting lists. |
What the best way to sort a list?
I have tried the list sort,list1 command but im not happy with it.
Whats the best was to sort a list a though to z and z though to a?
Thank you |
Topic: [resolved] Moving items in a list up and down |
DW
Replies: 3
Views: 13282
|
Forum: General Help Posted: Tue Jun 28, 2005 7:10 pm Subject: [resolved] Moving items in a list up and down |
Thanks guy I managed to sort out the problem with the info you gave me.
Thanks alot. |
Topic: [resolved] Moving items in a list up and down |
DW
Replies: 3
Views: 13282
|
Forum: General Help Posted: Sat Jun 25, 2005 8:08 pm Subject: [resolved] Moving items in a list up and down |
Hi, again,
Ok now im trying to move items in a list up and down using buttons.
the code i have is;
:BITBTN16BUTTON
%%_ERROR = BITBTN16BUTTON
%%SAVED = 0
REM MOVE ITEMS UP THE LIST.
... |
Topic: Correct use of a progress bar (Where can they be used) |
DW
Replies: 7
Views: 20751
|
Forum: General Help Posted: Fri Jun 24, 2005 3:29 pm Subject: Correct use of a progress bar (Where can they be used) |
Thank you very much, thats a fine example.
If i have a list and i load a large file into it, could i use this same example to implement a progress bar?
I have tried. The way i did it was to load f ... |
Topic: Correct use of a progress bar (Where can they be used) |
DW
Replies: 7
Views: 20751
|
Forum: General Help Posted: Fri Jun 24, 2005 9:57 am Subject: Correct use of a progress bar (Where can they be used) |
I know how to create a progress bar, what I meant was how do i update the progress of a job to that bar.
I have been manually writing code that increments it, but that seems lame. Is there a generic ... |
Topic: Correct use of a progress bar (Where can they be used) |
DW
Replies: 7
Views: 20751
|
Forum: General Help Posted: Fri Jun 24, 2005 9:02 am Subject: Correct use of a progress bar (Where can they be used) |
Ok,
My question for today is about progress bars. Can they be used anywhere and how can they be effectivly implimented?
So how do you create a progress bar and how does it know the progress of t ... |
| |