Jump to content

Quickbooks Multi User to Single User and back


djfire
 Share

Recommended Posts

So I am currently in the process of learning Autoit, and I have gotten a lot (really nothing) done.

 

What needs to happen:

Quickbooks needs to be started, we need to login as admin, click any windows that may appear, and switch quickbooks to single user mode.

Wait about 30 minutes for the reports to send out, and then switch back to multi user and start another quickbooks web connector and sync it.

I am going to do most of the research, but I would like to know if this is possible with Autoit before I go down the hours of learning. I can also include pictures upon request. 

 

Thanks,

Djfire

Link to comment
Share on other sites

  • 2 weeks later...

@FrancescoDiMuro and @faustf

 

Thank you for the reply.

 

I am still learning as I don't really understand the basics (taking my time) but hopefully it is not all for nothing :)

When you mean run as admin, I put this at the beginning of the script?

Also the autoitwindowinfotool is mostly blank for most of them. But I will try learning the Control*...With Mouse it looks like when my resolution changes it does not click the right place.

Link to comment
Share on other sites

1 hour ago, djfire said:

When you mean run as admin, I put this at the beginning of the script?

Yes.

You can put it below the #include section.

1 hour ago, djfire said:

Also the autoitwindowinfotool is mostly blank for most of them.

So you should read this to get your script do what you are trying to do.

1 hour ago, djfire said:

With Mouse it looks like when my resolution changes it does not click the right place.

That's because Mouse* functions are not reliable when using different screen resolution and/or any other window that is not "included" in the script management.

So, you should use Control* functions (when possible), or UI Automation ;)

Click here to see my signature:

Spoiler

ALWAYS GOOD TO READ:

 

Link to comment
Share on other sites

  • 6 months later...

Trying to get this to work also. Attempting to launch QB and open the specific company file with the line:

RunWait("C:\Program Files (x86)\Intuit\QuickBooks Enterprise Solutions 19.0\qbw32enterprise.exe" -qfm "C:\Users\Public\Documents\Intuit\QuickBooks\Company Files\test.qbw")

Nothing launches, even when I don't specify the company file. What am i missing?

Link to comment
Share on other sites

  • Moderators

Your -qfm is outside your quotes, try enclosing the entire string:

RunWait('"C:\Program Files (x86)\Intuit\QuickBooks Enterprise Solutions 19.0\qbw32enterprise.exe" -qfm "C:\Users\Public\Documents\Intuit\QuickBooks\Company Files\test.qbw"')

 

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...