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

  1. tiedyelime

    timestamp variable

    the input file is xml. then i'm using a batch file to run the code. this is a cognos command. D:\Cognos\cer5\Bin\FMCmd -u Administrator -p admin1234 -f 1611.xml -o 1611_NewVer.xml -c NewUpload -v timestamp D:\Cognos\cer5\Bin\FMCmd -u Administrator -p admin1234 -f MA.xml -o MA_NewVer.xml -c...
  2. tiedyelime

    timestamp variable

    Can you put an variable for current datetime stamp in XML? I would like to put the system datetime stamp in the below code under version label. Thanks for your help. <FMCmd> <ParentId>860aa610677211daa185a5634fbc8490</ParentId> <NewsItem> <File>D:\CognosReports\1611\*1611*.pdf</File>...
  3. tiedyelime

    FMCmd and batch file timestamp

    I am using the new FMCmd with 7.4. When use the batch file to run the command, it requires a Version Label. I would like to put a the current system timestamp as the version label. Everything I have tried so far interprets it as a string. How else can I put in a variable? Thanks Jill
  4. tiedyelime

    Macro Publish to PDF errors: R438, R91

    Thanks for helping. The error is on the line: ImpPDFRep.Version 0
  5. tiedyelime

    Macro Publish to PDF errors: R438, R91

    I am having trouble with this...getting a few errors. Here's the entire macro... Declare Sub GeneratePDF() Declare Sub SendIt() Dim objImpApp as Object Dim objImpRep as Object Dim objPDFPub as Object Dim ImpPDFRep as Object Dim strPDFFileName As String Dim strImrSource as String Dim...
  6. tiedyelime

    R438 no such property or method

    I am getting the above error message. I am trying to export a report to pdf. I can supply with my code if that will help. But the snipet where the problem is... Sub GeneratePDF() Set objImpRep = objImpApp.OpenReport(strImrSource) objImpRep.Reexecute Set ImpPDFRep =...

Part and Inventory Search

Back
Top