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 SkipVought 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. danetjorosho

    Internet Transfer control

    I'm using this code, but the asp does not start the process FileNumber = FreeFile Open "C:\myimport.zip" For Binary As #FileNumber varFileContent = Input(LOF(FileNumber), #FileNumber) lngDataLen = LOF(FileNumber) Close #FileNumber strRequestHeader = "Content-type: multipart/form-data...
  2. danetjorosho

    Stored Proc from Access

    This an example Public Function GetNextOrdNo(cnn As ADODB.Connection) As String Dim rst As ADODB.Recordset Dim vResult As Variant Dim oCmd As New ADODB.Command GetNextOrdNo = "00000000" With oCmd Set .ActiveConnection = cnn .CommandType = adCmdStoredProc...
  3. danetjorosho

    Internet Transfer control

    The asp page is already created I need to post from access
  4. danetjorosho

    Internet Transfer control

    I need to post to an asp page on the web passing three parameters. One is a file that is locally and the anothers are just strings I know I need to use Content-Type: multipart/form-data format, but I can not find how to do it
  5. danetjorosho

    Macola business objects

    Hi vbajock Can you mention me some of third party and proprietary objects that you know I already ask Macola and nothing They are already installed when you install the client I know how to use the price object, but I need much more
  6. danetjorosho

    Macola business objects

    Hi maccrystal I have web views/orders, but I do not have any idea about how to access to the ASP pages. Can you give more info Thanks in advance
  7. danetjorosho

    Macola business objects

    I'm looking for the documentation on the business objects... for any price
  8. danetjorosho

    Business Objects

    ho man!!??%@#$^%@%^%$&&^*
  9. danetjorosho

    Business Objects

    How can I connect to my IMITMIDX table using the PPMaster.dll object in SQL?
  10. danetjorosho

    Business Objects

    Any luck with the documentation? Please send me one copy
  11. danetjorosho

    Programming VBA / VB for Macola

    remember that i want to do evrething from outside
  12. danetjorosho

    Programming VBA / VB for Macola

    I'm creating producction orders
  13. danetjorosho

    Programming VBA / VB for Macola

    this import is to create orders only, not invoices or anything else
  14. danetjorosho

    Programming VBA / VB for Macola

    This import is to create an order what about the IMORDBLD, POORDLIN, POORDHFR and PPORDFIL tables?
  15. danetjorosho

    Programming VBA / VB for Macola

    how much does the EDDI cost?
  16. danetjorosho

    Programming VBA / VB for Macola

    I will do a massive import to macola from vb to create different orders at the same time Does anyone knows in what order and what tables I need to populate?
  17. danetjorosho

    Programming VBA / VB for Macola

    First let me thanks fro anwer my questions, is good to shared information I'm really not an expert in Macola, but I was dealing with it for a while. I discover this forum, and looks very good to me. My english is not very good, so I think I did not explain me correctly I want to do that because...
  18. danetjorosho

    Programming VBA / VB for Macola

    I'm working in macola-sql and i want to create a new order number from outsite of macola. Does anyone knows how to to do that in vba
  19. danetjorosho

    Programming VBA / VB for Macola

    oops! when you entering new order and you press F5 autoamtically generate new order number Does anyone knows how to simulate the F5 key in vba to get the new order number
  20. danetjorosho

    Programming VBA / VB for Macola

    Does anyone knows how to simulate the F5 key in vba

Part and Inventory Search

Back
Top