Problem with a C code screen that uses the curses library Programming Software Development by JohnMcPherson …,next,knt,isched,knri,nrates,nrow,jmax,xlm,kfpy1,kcd,len,iyr,nchrs,addch,imax;…) { while(GETDAT) { /* i=1; y=4; x=xlm; j=0; */ /* GET DATA from file */ ncard=165;… START OVER */ wattrset(win,A_NORMAL); /* mvwaddch(win,4,xlm+3*isched,ktti[isched+1]); */ wmove(win,7,0);… AJAX is not working! What is the error?? Programming Web Development by ErlendHL …"); } xmlhttp.open("GET",url+"?F="+XLM,false); xmlhttp.send(null); document.getElementById("gets").innerHTML… Int64 conversion value has wrong index Programming Software Development by AquaNut …("UserDefinedNum").Value); } inUpdate.UserDefinedNumUpdate = new FWTUserDefinedNumUpdate[] { userDefinedNumberUpdate }; The xlm snippet has: <UserDefinedNum> <long>0<… vb6 code to copy cell value from one workbook to another and it should be d Programming Software Development by Siddharth_1 …;*.xlsx;*.xlsm;*.xltx;*.xlt;*xml;*.xlam;*xla;*.xlw;*.xll;*.xltm;*.xlm" File1.Path = Dir1.Path End Sub Private Sub Drive1_Change… tiles with jsf Programming Web Development by chandub hi ... am trying to use tiles-def.xlm in JSF I have configured face-config.xml and web.… Read spreadsheet (.xlm or .xls) into mysql database Programming Web Development by futhonguy Hi I am trying to write/modify a script to read from a spreadsheet into mysql database using php. I did a search on google and found phpExcelReader. However i wasnt able to use that to do so. ALso managed to find an open script to read from excel spreadsheet onto the explorer. Can anyone able to assist me how or where i can find relevant … Re: Read spreadsheet (.xlm or .xls) into mysql database Programming Web Development by cwarn23 For making and reading excel files with php I have always used [URL="http://www.codeplex.com/PHPExcel"]PHPexcel[/URL] which is simple to use and effective. Enjoy. Re: Read spreadsheet (.xlm or .xls) into mysql database Programming Web Development by futhonguy [QUOTE=cwarn23;1160316]For making and reading excel files with php I have always used [URL="http://www.codeplex.com/PHPExcel"]PHPexcel[/URL] which is simple to use and effective. Enjoy.[/QUOTE] Hi i tried using it, but it doesnt seem to work as one of the require_once cannot be found in the reader.php. ie: Warning: require_once(… Simple XLM Programming Web Development by Fiorentino01^ Hi, I wonder if you can help me.I am doing a php tutorial. I am supposed to be able to open this file: <?xml version="1.0"?> <pet> <name>Polly Parrot</name> <age>3</age> <species>Parrot</species> <parents> <mother>Pia Parrot</mother> <… Re: Simple XLM Programming Web Development by cereal You are missing the dot after `echo "Name:"`, the same happens for each line. So starting from the top, the first should be: echo "Name: " . $xml->name . "\n"; Also, by enabling the error reporting at the top of the file: error_reporting(E_ALL); ini_set("display_errors", 1); You should … Re: scaner problem: format changes when scaned Hardware and Software Microsoft Windows by JR85023 … the right columns. I usually export (Save) my scans in XLM format. You can get a shareware version of fine reader… Re: I have had it with Microsoft! Hardware and Software Microsoft Windows by bobbyraw …, to make sure the teach can opem my doc or xlm file because in 2007 the extentions are 4 letters. but… Re: xml with php Programming Web Development by Airshow …. from Altova (IIRC). Be sure: a) Not to violate the XLM schema to which your XML file conforms (if specified). ie… Re: .xml on index page & google crawling Digital Media Digital Marketing Search Engine Strategies by alicebstn9 yes you can use xml in you and google can crawl through it.. most of blogs use xlm and google can easily crawl the content from them.... Re: Write to and read from .txt file on a server with JavaScript/ActionScript?! Programming Web Development by ErlendHL …"); } xmlhttp.open("GET",url+"?F="+XLM,false); xmlhttp.send(null); document.getElementById("gets").innerHTML… Re: Write to and read from .txt file on a server with JavaScript/ActionScript?! Programming Web Development by samaru … 26 needs a semicolon. Line 35, you meant XML not XLM. Typo. Line 43, did you mean to put a closing… Re: Write to and read from .txt file on a server with JavaScript/ActionScript?! Programming Web Development by ErlendHL … 26 needs a semicolon. Line 35, you meant XML not XLM. Typo. Line 43, did you mean to put a closing… Re: downloading problem in IE browser Programming Web Development by navi17 …;; case "xls" : case "xlt" : case "xlm" : case "xld" : case "xla" : case… Re: Download Headers ? Programming Web Development by phplover …;: $ctype="application/vnd.ms-excel"; break; case "xlm": $ctype="application/vnd.ms-excel"; break; case… Re: Pygtk and Eclipse Programming Software Development by nikosokin …", "europaiko kratos pou exei ektash molis miso tetragoniko xlm.", "se auto to bouno vriskotan o Kaiadas"… Re: Pygtk and Eclipse Programming Software Development by nikosokin …", "europaiko kratos pou exei ektash molis miso tetragoniko xlm.", "se auto to bouno vriskotan o Kaiadas"… Re: uploading files and use them Programming Software Development by superjj I hope xlm, txt,... .But if I can open a txt then i'm happy. When that works, I can change the program myself. Re: Create Multiple Textboxes and labels in different forms Programming Software Development by ACE-- I didn't understand what you are saying please. I want export data to 3 formats. xlm, csv, Access mdb data base. Re: Encryption Question Programming Software Development by Rythorian …;, ".xlam", ".xlk", ".xll", ".xlm", ".xls", ".xlsb", ".xlsm"… Re: Problem with a C code screen that uses the curses library Programming Software Development by rubberman Line 15, your WINDOW pointer is never allocated, yet you are trying to manipulate it. I would expect that your application would dump core. It would if you initialized it to a null pointer when you declared it. Re: Problem with a C code screen that uses the curses library Programming Software Development by JohnMcPherson Your reply makes sinse. However, the screens I work with all have the same logic, and they work, without intializing the win variable. The code I gave you was actually based off of one those screens. I am not sure of how they work without intializing, but I am fairly new to working with the curses library and am on a learning curve. Below is an … Re: Problem with a C code screen that uses the curses library Programming Software Development by rproffitt The idea of not initializing because it works is alarming to me. One of my last trips overseas found many of the bugs tracked down to this issue. The reply was "it worked" is not a good one. Their staff tests with a handful of devices and the issues we were seeing were from the field of 40,000 devices. Light reading of this at http… Re: Problem with a C code screen that uses the curses library Programming Software Development by JohnMcPherson Ok, I will initialize the screen. Being new to C cursor screens, and not having good code to rely on, what do I initalize the window to? Re: Problem with a C code screen that uses the curses library Programming Software Development by JohnMcPherson I found what I needed to initialize the window. Unfortunately, that did not solve the problem. The screen still will not come up when I select it from the menu. what I added to the code is the line: win = initscr(); . This line was added right after the last declaration in main, the line: double xprap,xnrap,lorap,hirap,solvpctchkinitial,… Re: Problem with a C code screen that uses the curses library Programming Software Development by rubberman There are a number of issues with this, besides the fact that it is a Windows program. You need to create your main window: `win = newwin(nlines, ncols, y0, x0);` Before that, you need to call the `initscr();` function. Without those things, when I fixed it up (removed the Windows functions) I could build it on Linux, but as expected it dumped core…