In the workflow recognizes TokenReplace vb.net 2008 but not recognized, in order to make a print from a custom button of LF9
We want to pass the id of the document 430 with the parameter "% (DocumentID)"
Dim As New ImageEnable LFImageEnable
LFImageEnable.LoadLaserFiche (True)
LFImageEnable.Login ("DemoTest", "PC-240", "admin", "dat")
`LFImageEnable.PrintDocument (430)
LFImageEnable.PrintDocument (TokenReplace ("% (DocumentID)")) -> get the error
I'm missing a library reference.