[Migrated content. Thread originally posted on 20 August 2003]
has anyone noticed a extreme lag when using the below code.CALL "WIN$PRINTER"
USING
WINPRINT-GET-CURRENT-INFO WINPRINT-SELECTION
GIVING WINPRINT-RESULT.
we are doing two calls as follows
CALL "WIN$PRINTER"
USING WINPRINT-GET-CURRENT-INFO WINPRINT-SELECTION
GIVING WINPRINT-RESULT
CALL "WIN$PRINTER"
USING WINPRINT-GET-SETTINGS MENU-WINPRINT
I've even combined them into one call and it seems to still be slow, and it seems to be on the winprint-get-current-info call.....is there another way to get that info or speed the call up.



