ProgressBar nevice Problem

  • Thread starter Thread starter lad5ko via AccessMonster.com
  • Start date Start date
L

lad5ko via AccessMonster.com

Hi,
I am a novice in Access (2003) and I have a lot problems with understanding
and correct use of code about ProgressBar in article :

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnacbk02/html/o

dc_cookbookchapter9.asp

In part Discussion in grey fields are some lines of code beginning with
- DoCmd.OpenForm acbcMeterForm (2 lines)
- Forms(acbcMeterForm).UpdateMeter = intValue (8 lines with comment)
- DoCmd.Close acForm, acbcMeterForm (just this one line)
- Me!recStatus.Width=0 (6 lines)
- Me!recStatus.Width = CInt(Me!lblStatus.Width * (intValue / 100)) (3 lines)
and before part Discussion
this 1 line
- fOK=acbUpdateMeter(50)

I do not know where I have to write this lines of code

Any help is VERY much appreciated. Thanks in advance, (and excuse my bad
English please)

Ladislav
 
Hi,

thanks for your Answer but this do not solve my problem

Ladislav

Vincent said:
Ladislav,

I was not able to find the Web page you cited; perhaps it has been removed.

There are many references in MSDN to defining ProgressBar controls, so
perhaps you should look there. For example, at
http://support.microsoft.com/default.aspx?scid=kb;en-us;174026 is an
example program illustrating how to define and test a ProgressBar.

Hi,
I am a novice in Access (2003) and I have a lot problems with understanding
[quoted text clipped - 20 lines]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top