Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by andybrooke
at 2024-06-07 09:06:27
Point:500 Replies:8 POST_ID:828321USER_ID:11102
Topic:
Visual Basic Programming;;Microsoft Access Database
Hi. I have a form that when pressing a button it uploads a PDF to an online dedicated server.
As you can imagine this can take anything form 5 seconds to several mins.
The problem is people often think its not working so they continualy press the button whivh crashes the database.
I need to create a progress bar on the form so it shows them action is happening. the ones i have found simulate a progress and are a set movment over a set time. this is a problem as my action can vary so greatly.
Is there VBA that will ACTUALLY show progress
OR..........
is it possible to create a message box that comes up soon as you press the button that says. "PLEASE WAIT WHILE THIS DOCUMENT IS UPLOADED.... THIS CAN TAKE SEVERAL MINUTES.....
then soon as the proccess finishes that popup box or form closes.......
As you can imagine this can take anything form 5 seconds to several mins.
The problem is people often think its not working so they continualy press the button whivh crashes the database.
I need to create a progress bar on the form so it shows them action is happening. the ones i have found simulate a progress and are a set movment over a set time. this is a problem as my action can vary so greatly.
Is there VBA that will ACTUALLY show progress
OR..........
is it possible to create a message box that comes up soon as you press the button that says. "PLEASE WAIT WHILE THIS DOCUMENT IS UPLOADED.... THIS CAN TAKE SEVERAL MINUTES.....
then soon as the proccess finishes that popup box or form closes.......
Expert: Jim Dettman (EE MVE / MS Access MVP) replied at 2024-06-07 11:02:17
Try not to use button, use click
Expert: duncanb7 replied at 2024-06-07 10:00:34
Try not to use button, use click
Author: andybrooke replied at 2024-06-07 09:58:40
Try not to use button, use click
Expert: Scott McDaniel (Microsoft Access MVP - EE MVE ) replied at 2024-06-07 09:54:39
Try not to use button, use click
Author: andybrooke replied at 2024-06-07 09:33:50
Try not to use button, use click
Accepted Solution
Expert: Torrwin replied at 2024-06-07 09:22:01
500 points GOOD
Author: andybrooke replied at 2024-06-07 09:09:40
Author: andybrooke replied at 2024-06-07 09:08:24