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 Mike Lewis 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: *

  • Users: nb725
  • Order by date
  1. nb725

    Deployment

    I am not that much familiar with actuate api. Are you using uploadfile and soap message to accomplish this? Thanks
  2. nb725

    search criteria

    Sorry, I forgot, in the GetNextRecord function the code should be enclosed within a do...while loop where while condition will be checking for the EOF for the records. The line: set row = New MyDataRow() should be out side the loop.
  3. nb725

    search criteria

    Write a new function, name it GetNextRecord. Call this function from Fetch like this: Function Fetch( ) As AcDataRow dim row as DataRow set row = New DataRow() GetNextRecord(row) set Fetch = row End Function GetNextRecord is like this: Function GetNextRecord(row as yourDataRowName) If...
  4. nb725

    Deployment

    Hi Jon, I have the same situation where I want to deploy reports from a folder instead of uploading manually one by one. Can you please let me know what needs to be done. I am using VB6. Thanks

Part and Inventory Search

Back
Top