Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. V3nd3tta

    Accounts payable

    Thanks. I got the view for the table, and now i use the view through the comapi. Works like a charm now. kind regards
  2. V3nd3tta

    Accounts payable

    Hi guys I need help with macro to return payment batches by unique document number. Currently I am trying to this using the AP0029 view. Where in the UI i can set the document number. But I can not get a macro to use... many thanks
  3. V3nd3tta

    create an invoice contain only miscellaneous charge

    Thanks a million for this post, something in this post helped me capture the errors from Accpac, in C#. I have been struggeling to do this for quite a while now. kind regards V3nd3tta
  4. V3nd3tta

    C# Web Service Exception

    Hi, here is my web service..doing payments. It works on w2k3 server... [WebMethod(Description = "This method is used to insert a payment into ACCPAC.")] public string Set_Payment(string _Version,string _Username,string _Password,string _Company...
  5. V3nd3tta

    C# Web Service Exception

    Try one of two things. On the 2k3 server try sharing the common files sage, for the web service. Check the references in the project that you do reference the correct version of the dll's
  6. V3nd3tta

    Accpac Errorcodes

    I know one should use try...catch.. but this catches an exception. The exception has got HResult and tells you "unhandles com exception has occured, Hresult efail...". Now I can extract the hresult from this. the code. But how do I pass this to the Error class in Accpac ? To get a customer...
  7. V3nd3tta

    Accpac Errorcodes

    I do not believe that one can use On error goto in c#. I saw the Error class, but can anyone please give me an example of how to use this class from c#.
  8. V3nd3tta

    Accpac Session open error on asp.net

    Bluejay07 , Did they maby explain to you how to create the Error handler for Accpac ? kind regards
  9. V3nd3tta

    C# Web Service Exception

    when creating the instance of the view how do you do this ?
  10. V3nd3tta

    Accpac Errorcodes

    Hi , me again. Got the payments class working fine in C# now, now another question arises. When I stepped the macro in VBA, if there was something wrong with the data, eg. invoice no being wrong. Then I would get a Message box telling me the data is wrong on the inserts etc. Now is there a...
  11. V3nd3tta

    ACCPAC 54A question on posting orders.

    Thanks for all the help. I looked at the thing again , and compared it word by word with my Purchase orders that is working...the problem was not with anything but meself being a n00b.... I used the Accpac.Advantage.dll for version 5.3 and not 5.4....what a way to waste a week.....rofl.... me...
  12. V3nd3tta

    Problem with macros

    Thanks allot....looks fine now
  13. V3nd3tta

    ACCPAC 54A question on posting orders.

    That is the real thing bothering me in VBA the thing works without errors....I posted here cause i thought, maby , hopefully somebody will tell me it is impossible, because I know it is possible , just can't get it to work.... : -< Is there a real difference in doing this in vb.net and C# ...
  14. V3nd3tta

    ACCPAC 54A question on posting orders.

    I have tried both, still the same exception....aaarrrggghhhhhhhh
  15. V3nd3tta

    Problem with macros

    Don't amswer that....I've SM sp 2, where can i download sp3 ?
  16. V3nd3tta

    Problem with macros

    You going to kick me now,which I will allow , SM ? ?
  17. V3nd3tta

    Problem with macros

    FOR PO54A i got service pack 1 installed
  18. V3nd3tta

    ACCPAC 54A question on posting orders.

    Hi Still no luck The RecordCreate Method only takes something of the enum ACCPAC.Advantage.ViewRecordCreate the only items in this enum is DelayKey,Insert,NoInsert....but none of these works....get an exception at runtime. If I use the Boolean or 1 ..i get compiler error, telling me that I...
  19. V3nd3tta

    ACCPAC 54A question on posting orders.

    Hi, I tried the cancel, and removed all the temp lines, but still i am getting the same exception.
  20. V3nd3tta

    Problem with macros

    Hi I have got a problem recording macros in Accpac 5.4A. I capture a Purchase order , and then this is all the macro consists of . recording is started before the purchase order entry screen is opened, and then stopped just before the screen is closed. Sub MainSub() ' ' ACCPAC Macro file...

Part and Inventory Search

Back
Top