- Olan Knight
- PowerBuilder
- Tuesday, 23 June 2020 04:57 PM UTC
PB v12.1, b6158
Windows 10, 64 bit platform - this is a VM with 12 GB RAM
This is a non-PFC utility.
This code has been working forever. Until today.
STRING &
ls_printer_detail_array, &
ls_printer_detail_printer_name, ls_ver, ls_title
ls_printer_detail_array = PrintGetPrinter()
ll_position = PosA (ls_printer_detail_array, "~t")
ls_printer_detail_printer_name = LeftA (ls_printer_detail_array, ll_position - 1)
I'm running in the IDE in DEBUG mode.
When the line in blue is executed, the entire IDE abends - it just vanishes.
I did a Full Build on the utility before starting the DEBUG session.
Q: Any idea why this is occuring, and how to fix it?
Thank You,
Olan
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.