• Lowell (7/25/2013)

    just add EXEC in front of your iPrint calls:

    EXEC iPirnt @Param and you are good to go!

    --------------------------- Wat I am looking for. (This does produce an error).

    EXEC iSPRINT 'This is a teststring to print time: ' +convert(varchar(30), getdate(), 126)

    EXEC iSPRINT 'A seconde teststring to print time: ' +convert(varchar(30), getdate(), 126)

    Does not work,

    Sorry that my examples where not clear enough.

    Ben