In PB 12.6......my app has a PBL (not PDB) in our library path. We store our reports datawindow syntax in the database, extract it, may or may not modify it, and use LibraryImport to create the datawindow object in this PBL. This has been working with harcoding the PBL in the library path (ie C:\temp\rpttmp.pbl)
My IT dept is cracking down on where you can write on the C drive so I'm trying to create the PBL in the user's directory using the USERPROFILE environment variable.
My issue is I can't get that added dynamically to the Library path using SetLibrary or AddToLibrary.
Any tips on how I can accomplish this?
Thank you in advance
Jay