J
Janie
I am running a utiltity (CutePDF) that allows me to output my report as a
PDF. Works great ... most of the time. When the dialog comes up, the user
must insert the report name and CutePDF saves it as a PDF file. Love it.
Here's the problem: I have a SendKeys that fills in the name of the report
and this works 90% of the time. The problem is I need to slow things down so
that the whole string gets entered before the action picks up again. I know
the DoEvents is exactly what I need to use. My problem is I am not quite
sure how to place it.
So, if I have something that is:
SendKeys mystring
where is it that I place the DoEvents???
thanks for any insight.
Janie
PDF. Works great ... most of the time. When the dialog comes up, the user
must insert the report name and CutePDF saves it as a PDF file. Love it.
Here's the problem: I have a SendKeys that fills in the name of the report
and this works 90% of the time. The problem is I need to slow things down so
that the whole string gets entered before the action picks up again. I know
the DoEvents is exactly what I need to use. My problem is I am not quite
sure how to place it.
So, if I have something that is:
SendKeys mystring
where is it that I place the DoEvents???
thanks for any insight.
Janie