User bio
404 bio not found
Member since Jul 16, 2024
Posts:
Replies:
LIST didn't work but the Join did, thanks you very much Robert.
As I recall, Nest queries didn't work well if all in the old Cache versions so not sure if they improved it !?
Thanks Guys
Certifications & Credly badges:
john.smith4237 has no Certifications & Credly badges yet.
Global Masters badges:
john.smith4237 has no Global Masters badges yet.
Followers:
john.smith4237 has no followers yet.
Following:
john.smith4237 has not followed anybody yet.
I tried to export my Zen report to PDF but didn't work.
here is my report
{
Set Fpath="D:\ItemRpt.pdf"
//Set Fpath="D:\ItemRpt"
Set obj=##class(Business.Report.BSReport).%New()
Set ret=obj.GenerateReport(Fpath,2)
Quit ret
}