Home > database >  KODAT IMAGEDIT controls the PRINTIMAGE error () function call
KODAT IMAGEDIT controls the PRINTIMAGE error () function call

Time:10-02

//call is as follows:
String ls_fullstring=PrintGetPrinter ()

String ls_name ls_driver, ls_port, ls_temp

Long ll_place
Ll_place=pos (ls_fullstring, "~ t")

Ls_name=left (ls_fullstring ll_place - 1)

Ls_temp=mid (ls_fullstring, ll_place + 1)

Ll_place=pos (ls_temp, "~ t")

Ls_driver=left (ls_temp ll_place - 1)

Ls_port=mid (ls_temp, ll_place + 1)

Ole_edit. Object. Printimage (1,1,1, true, ls_name, ls_driver, ls_port)

Perform error always tip external control function!!!!!!!!!!
Excuse me. What should I do?

CodePudding user response:

His knot stick:

Version, the original version 2.1, the estimate on the XP call there is a problem, install the new version has been solved,
  • Related