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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by CarlosY

  1. CarlosY

    com API Problem on .NET

    Hi, does anyone know how to solve this problem ? http://www.tek-tips.com/viewthread.cfm?qid=968046&page=5 In my company we have ACCPAC server and WEB server. the problem is when I debug my program (web application using vb.net) is running fine; but when I compile and put it in to the WEB...
  2. CarlosY

    PutWithoutVerification(?)

    thanks tuba !
  3. CarlosY

    PutWithoutVerification(?)

    Hi everyone, I have another question regarding the one of the method from ACCPAC COM API I saw a lot of code from macro code using .PutWithoutVerification(?), I am not sure when ? is filled by -2 or -1 but i know for sure when the ? is filled by batch no, and I am guessing when the ? is 0...
  4. CarlosY

    accpac , vb.net integration batch error

    I think after using view I able to fixed the problem. I can't imagine how to fix it w/o your suggestion :) thanks
  5. CarlosY

    How to seach batch no ? using VB macro

    so basically I just added to my code every time i create new batch.
  6. CarlosY

    How to seach batch no ? using VB macro

    I am curious why every time I create new batch, the macro file always have APINVOICE1batch.Browse("((BTCHSTTS = 1) OR (BTCHSTTS = 7))",1) ? why they always check if there is open batch or ready to post batch ? thanks
  7. CarlosY

    How to seach batch no ? using VB macro

    Thanks for your help. I got it to work, I am able to select the one that i want using fetch. I hope you will be able to help me next time cos I am new with this api and I dont have the manual. Carlos Yuwono
  8. CarlosY

    How to seach batch no ? using VB macro

    could you please explain to me this line. APINVOICE1batch.Browse("((BTCHSTTS = 1) OR (BTCHSTTS = 7))",1) thanks carlos yuwono
  9. CarlosY

    How to seach batch no ? using VB macro

    Hi, does any one know how to search batch(#) which open, and w/ certain batch description ? I tried to search manual for accpac api but i have no luck sofar. can someone tell me ".Browse, .init" what this sub do ? here is my test code for searching batch no; I kept getting 0, even i have...
  10. CarlosY

    accpac , vb.net integration batch error

    Thanks ettienne :D
  11. CarlosY

    accpac , vb.net integration batch error

    Do you know how much does it cost for Accpac COMAPI ? Where Can I get it ? Thanks
  12. CarlosY

    accpac , vb.net integration batch error

    What is good API for ACCPAC for VB.NET ?
  13. CarlosY

    accpac , vb.net integration batch error

    Could you please tell me more detail what you mean to use views ? could you please provide me URL to make my self clear? Thanks in advance :) you guys are very helpful Carlos Yuwono
  14. CarlosY

    accpac , vb.net integration batch error

    I modify the table using store procedure. this is one of the store procedure that i have CREATE PROCEDURE APIBC_ADD( IN :CNTBTCH DEC(9,0), IN :AUDTDATE DEC(9,0), IN :AUDTTIME DEC(9,0), IN :AUDTUSER CHAR(8), IN :AUDTORG CHAR(6), IN :BTCHDESC CHAR(60) ); BEGIN INSERT INTO APIBC (...
  15. CarlosY

    accpac , vb.net integration batch error

    Hi Everyone, This is my first post on this forum, I hope that I can find my answer for my problem. In my company I am using web-based Intranet application (asp.net) last month I develop bridge application (Intranet -> ACCPAC account payable) which able to creating batch, inserting vendor...

Part and Inventory Search

Back
Top