Need more, need help now?
- - - - - - - - - - - - - - - - - - pay-as-you-go support - no contract - tenth of an hour billing - expert help - fast service - no call queues
Need integration?
- - - - - - - - - - - - - - - - - - with your shipping system - website - invoicing system - crm - cms - manufacturing - order import - back to back orders..
Need a report?
- - - - - - - - - - - - - - - - - - Excel reporting that pulls data from Sage - custom layouts - layouts that change adapt to your brands and/or for drop shipping.
Want web hosting?
- - - - - - - - - - - - - - - - - - Your own domain name - email - a shop - wordpress - woo commerce - ticket systems - help desks - forums - portals

Search found 4 matches

by Jimothy666
13 May 2011, 14:32
Forum: Sage 50 UK version General Help
Topic: Posting purchase invoices to sage from VB.Net
Replies: 6
Views: 4780

Re: Posting purchase invoices to sage from VB.Net

John

Yes that's it exactly. Sage said they've had this problem before and the guy I spoke to went away and came back a couple of minutes later and then told me it was a known UI (I guess he meant SDK) problem. No plans to fix it anytime soon :cry:

Thanks

James
by Jimothy666
13 May 2011, 13:45
Forum: Sage 50 UK version General Help
Topic: Posting purchase invoices to sage from VB.Net
Replies: 6
Views: 4780

Re: Posting purchase invoices to sage from VB.Net

Just got off the phone to Sage Developer support (found out we had an account)

They've told me that it is a know UI problem with the VB.Net SDO, and all I can do is only post 1 split....which is not good when we want details invoice postings....

Ahh happy days!

Thanks anyways

James
by Jimothy666
13 May 2011, 13:26
Forum: Sage 50 UK version General Help
Topic: Posting purchase invoices to sage from VB.Net
Replies: 6
Views: 4780

Re: Posting purchase invoices to sage from VB.Net

John

Thanks for your reply, this is causing me no end of frustration.

I set the header details as follows:

oTransactionPostCr.Header("DETAILS").Value = "Header Detail"

then later as I loop through my order invoice lines I do

oSplitData.Fields.Item("DETAILS").Value = LineNumber ...
by Jimothy666
13 May 2011, 11:26
Forum: Sage 50 UK version General Help
Topic: Posting purchase invoices to sage from VB.Net
Replies: 6
Views: 4780

Posting purchase invoices to sage from VB.Net

Hey all

I was just wondering if anyone could help? I'm having a problem with posting to sage from a VB.net application. I'm setting the header details as "Header Detail" but when I then run through my purchase order invoice lines and set them to say "Line 1 - XXX" and "Line 2 - XXX" it is ...