ProgressBar nevice Problem

  • Thread starter lad5ko via AccessMonster.com
  • 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
 
L

lad5ko via AccessMonster.com

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]
 
Top