Jump to content

cmj1498

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by cmj1498

  1. put UniEdit on MainForm.

    put UniLabel on MainForm.

     

    in MainForm.unipanel.clientEventOnMouseMove

    function Onmousemove(sender, x, y, B)
    {
      MainForm.UniEdit.setValue(x); //set value to UniEdit
      MainForm.UniLabel.setText(y); //set value to UniLabel
    }

  2. I have in production on Windows 2008 server with IIS 7 and Windows 2003 server with IIS6 , an Isapi(macc.dll) app running ok.

    A printer file appears: there is no default printer currently selected.

    But run macc.exe on Server,printer file is ok.

     

    ISAPI can not find the printer, but the installed printer on SERVER

    How to solve.

×
×
  • Create New...