Q&A

  • ocx 파라미터 입력값..
PrintImage[startpage,endpage,outputFormat,Annotations,
                 printer,Driver,PortNumber]

이렇게 7개의 파라미터 값이 있는데

지금은 순서대로 네개의 파리미터 값만 사용하더라구요

PrintImage(1,1,3,true);

근데 기본프린터 외에 하드코딩으로 다른프린터에 출력보내기를

하려고 해요..

그래서 나머지 파라미터 값을 하드코딩하는데 자꾸 에러가 나네요

나머지 파라미터 타입은 이렇습니다

Printer    :  String or Long  : The name of the printer
                                        The Printer Device Context(HDC) value
                                        (C++ only -see "Binder Printing" on page 434).

Driver     :  String              : The name of the printer driver (applicable
                                        only when the Printer parameter is
                                        specified as a string).

PortNumber : String          : The name of the output port( (applicable
                                        only when the Printer parameter is
                                        specified as a string).

이렇게 세개입니다..
파일네임이랑 드라이버네임 프린터네임을 넣었는데 자꾸 에러가 납니다..
도대체 어떤 값을 넣어줘야 하는지 모르겟습니다.
어떤 도움이든 부탁드립니다.


1  COMMENTS
  • Profile
    남양원 2004.02.02 19:17

    ocx 프로그램에서 파라미터 입력값으로 스트링형을 WideString으로 입력받으세요...
    테스트 Tip인데여... 알고 계실거라 생각되지만, 한번 적어봅니다.
    Visual Studio 6.0 의 ActivX Control Test Container에서 New Control을 선택해서 만든 OCX를 불러들여서 테스트 했었습니다.
    해당 콜 펑션에 파라미터 입력을 해서 웹연동 없이 확인했습니다.
    질문에 도움이 되길 바랍니다.

    그럼, 즐프 하세요...