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