Categories | Question details Back To List | ||
printView() .... problem Hi, I have the follow strange problem: - I have included "dhtmlXGrid_nxml.js" - I made the button: <a href="javascript:;" onclick="mygrid.printView();">print</a> 1) on my computer in localhost works great: open a new page with the printable grid 2) on the server on-liine this doesn't work: javascript debugger return me: "mygrid.printView is not a function" someone can help me with a tip? thx, Fabio Answer posted by Support on May 15, 2008 05:00 Most probably problem caused by the file naming, the exact name of file is Windows based software doesn't differ file by letter case, but for Mac|Linux based software file name with upper case and lower case are two different files. Answer posted by Fabio on May 15, 2008 05:51 Yes! I's correct! Thank you very much! Fabio |