Hi,
I send to the BCA a macro. I want to change in the VB macro the description in the BCA.
Do you know how can i do this?
thx a lot
nicolasD (BOB member since 2004-07-22)
Hi,
I send to the BCA a macro. I want to change in the VB macro the description in the BCA.
Do you know how can i do this?
thx a lot
nicolasD (BOB member since 2004-07-22)
Are you wanting to change the document description, or the BCA job description?
Dwayne Hoffpauir (BOB member since 2002-09-19)
It’s the job description
nicolasD (BOB member since 2004-07-22)
With VBA, it is possible to create a NEW BCA job, and you can set the description at that point. Once the job is scheduled however, I don’t think you can change the job description using VBA. As a matter of fact, VBA can’t interrogate any kind of “pending” job all. It might be possible with a direct repository update, but that would be difficult to code and of course unsupported.
Dwayne Hoffpauir (BOB member since 2002-09-19)
thx a lot.
I see the table is ds_pending_job
nicolasD (BOB member since 2004-07-22)