Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Editbox question
Message
From
26/11/2002 17:37:39
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00727080
Message ID:
00727338
Views:
9
>I just wanted to show the status of something I have running. It's only going to be run once so I wasn't going to invest much time in it, but I did want to see where the program was at as it runs.

I was usually having a blank listbox for that... something like
lparam cTxt
with this.listbox
   if .listcount>5
      .deleteitem(1)
   endif
   .additem(cTxt)
endwith
Not sure of real method names, but you get the idea. It just scrolls by itself - just call thisform.log("process going through a phase") and that's all.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform