Search
-
Hi Rob,
Yes, the sync engine will run fine on a Windows 10 machine. We've helped several customers get setup on Windows 10 and QB 16. If you run into any issues let us know.
Cheers,
Adam (Method) via email
-
Will MIE work on a Windows 10 box running QB Enterprise 16? I know MIE works with QBE16 on Windows 7.
Thanks!
-
Great tip Thanks.
Quick question, I created two new sections to house the separate grids but I got a dialog when I tried to move the new sections. After I told it not to display after every time I moved the section, or whatever it said, I cannot move or delete my new sections. I logged out and in again and my screen still has locked the ...
-
This post was really great up until I tried to show/hide the two grids. Mortaza says to: "add a Show/Hide Field/Object Action hiding Stock EstimateLine Grid ". I could not find the selection in the Show/Hide Field/Object Action to select an entire grid to show or hide. I can only see the fields ...
-
Good news! Our sync is working again! Yippee!
-
We have been experiencing sync failure for nearly a day now. The tech support line does not answer. My Support@methodintegration.com emails go unanswered. This is very, very bad.
-
-
I need a general idea of how to approach creating a function button on our sales order screen. The function will copy the current SalesOrder row and its related SalesOrderLine rows into a new Sales Order with a few changed values on the new SalesOrder, such as setting "waiting for sync = true". Once the new ...
-
Figured it out. Wish I had a year ago...
BEFORE PRINT EVENT
' determine if this Sales Order is new or recently changed
dim SOTxnDate as date = cdate(TxnDate.text)
if Microsoft.VisualBasic.DATEDIFF("d", SOTxnDate, DateTime.Now) <= 2 and _
Microsoft.VisualBasic.Weekday(Datetime.Now) >= 5 then
' ...
-
I have a Customer field in my report I want to Bold in my "before print" script event. What is the syntax to change my Customer field to bold? I can't use the build in conditional formatting because there are other things I am doing in this "before print" logic. Thanks!
|
|
|