Iwant to show how the number of element of a list in ......

Just starting out? Need help? Post your questions and find answers here.
jbernard13
User
User
Posts: 21
Joined: Sun Feb 13, 2005 10:47 pm

Iwant to show how the number of element of a list in ......

Post by jbernard13 »

Hello

I want to show how the number of element of a list in a status bar?

thank you
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Do you know how to set the text of a statusbar?
jbernard13
User
User
Posts: 21
Joined: Sun Feb 13, 2005 10:47 pm

Post by jbernard13 »

No I do not know
Baldrick
Addict
Addict
Posts: 860
Joined: Fri Jul 02, 2004 6:49 pm
Location: Australia

Post by Baldrick »

lol
Try: StatusBarText(#StatusBar, Field, Text$ [, Appearance])
From the help file
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

jbernard13 wrote:No I do not know
Then learn that FIRST.

Do you know how to create a statusbar?
jbernard13
User
User
Posts: 21
Joined: Sun Feb 13, 2005 10:47 pm

Post by jbernard13 »

thank you
I solved the problem
Post Reply