Problem with RPG IV Programming Software Development by viziroth … timer with RPG-IV and am trying to write a D-spec. I don't know what the source type should be…... tried PF, DSPF, D, DS.... I try to compile the file and it gives… Re: server spec's Hardware and Software Networking by feigned … wondered if any of you have any advice on the spec's for these types of machines, espesh the terminal server… are negotiable, but if I were building new servers, I'd loosely follow what I posted. It's up to you… Error: D:\ is not accessible. Incorrect function. Hardware and Software Hardware by onauc Hello, The following is my laptop spec: Technology TL-60 1.99Ghz, 1.87BG of Ram, Physical … DVD-Ram UJ-860H, it shows this error message: "D:\ is not accessible. Incorrect function". I experience the same… Re: java.security.spec.InvalidKeySpecException: Password is not ASCII Programming Software Development by glenak … were right. That's what was causing the problem! Cheers :D Re: java.security.spec.InvalidKeySpecException: Password is not ASCII Programming Software Development by javaAddict … were right. That's what was causing the problem! Cheers :D[/QUOTE] I think that the problem was that when you… Re: Java Language Spec Programming Software Development by jon.kiparsky Funny thing is the JVM spec is also AWOL - but none of the other help documentation is missing. I suppose we'll find out sooner or later... Re: Reading 3-D array into Class Programming Software Development by VernonDozier [QUOTE=power_computer;984496]Ok I have to make a 3-D array within a class and read from a file with …? [*]Reading a line from a file? [*]Setting up a 3-D array? [*]Parsing "90312" into 9,3,12? [*]Putting… a struct element? [*]Etc. [/LIST] You haven't provided a spec or a class skeleton or a driver program, so we… Re: Reading 3-D array into Class Programming Software Development by VernonDozier Well the spec says you need to name the class Part, not Inventory, … Re: Reading 3-D array into Class Programming Software Development by VernonDozier … going to be a run-time error. Double check your spec to and find out what assumptions you can make regarding… Java Language Spec Programming Software Development by jon.kiparsky For those of you who have noticed the missing JLS, here's a [URL="http://jls3.ru/j3TOC.html"]mirror [/URL]that I found (through Stack Overflow). I'd like very much to know where it's gone, if anyone has any good information... Re: Java Language Spec Programming Software Development by ~s.o.s~ > I'd like very much to know where it's gone, if … Re: Problem with RPG IV Programming Software Development by jwmollman … Data Description Specification (DDS) with Definition Specifications (D-Specs, a special area in an RPG ILE… define variables) confused with each other. Those D-Specs are used for creating variables in RPG … variable FullName with 25 character positions. D TotalDue S 7 2 D FullName S 25 /Free // RPG … Re: Problem with RPG IV Programming Software Development by viziroth … had the wrong file name We had to save the d-specs in a file separate from the code... it was… Re: Error: D:\ is not accessible. Incorrect function. Hardware and Software Hardware by mjdodd A bit of a long shot but I bought some cheap CDs and cheap DVD +RW and had the same problem. In fact the disks themselves were faulty and a new batch cured the problem. Best of luck M Re: Java Language Spec Programming Software Development by NormR1 I had this bookmark for it: [url]http://java.sun.com/docs/books/jls/third_edition/html/j3TOC.html[/url] But I see when I try to follow any links that most pages are missing Help noob with multiple while Programming Web Development by kletig …gt;<strong>" . $spec['elongation'] . " x d</strong></td>&…lt;td><strong>" . $spec['provbelastn_n'] . …;<td><strong>" . $spec['provbelastn_mb'] . "</strong></td…lt;td><strong>" . $spec['antal_prov'] . "</strong></td… SMPP class issue Programming Web Development by blueguy777 … = 1; $source_addr = $this->_source_address; if (preg_match('/\D/', $source_addr)) //alphanumeric sender { $source_addr_ton = 5; $source_addr_npi …quot;; $this->debug("PDU spec: $spec.\n"); $pdu = pack($spec, $service_type, $source_addr_ton, $source_addr_npi,… xml parsing from java Programming Software Development by vijaygandhi559 …affiliations,dc=tis,dc=,dc=com,ou=portals,ou=spec,o=teds" and also the text which starts… member (cn=talberd,ou=people,ou=42286,ou=d,ou=60,ou=regions,ou=salesdealers,ou=extranet,o…=affiliations,dc=tis,dc=,dc=com,ou=portals,ou=spec,o=teds</TD> <TD>…=affiliations,dc=tis,dc=,dc=com,ou=portals,ou=spec,o=teds</TD> <TD>… Re: xml parsing from java Programming Software Development by TheGathering I didn't know Java's XML parsers could parse HTML. I'm not sure though that you can use <br/> tags and such with xml though. I'd always thought you'd have to use document.write("<br/>"); with imbedded javascript... I've worked with Java and XMLs before, but never like that. Thanks for the insight :) Re: hiding an expired record Programming Web Development by tsp003 …looks like this [CODE]//searchByCateg function searchBySpec(&$rows,$spec,&$pageNav,$option) { $user = & …amp; JComponentHelper::getParams( 'com_tpjobs' ); $now = date('Y-m-d H:i:s', time() + ( $mainframe->getCfg('offset') *… echo JHTML::_('date', $row->publish_date, '%d-%m-%Y'); ?> </td> &… Motorola Xoom: Android 3.0 Honeycomb tablet takes on the iPad 2 Hardware and Software Hardware Mobile and Wearables by happygeek … squeeze decent battery life out of the hardware, but I'd give the edge to Motorola on this one being the… the iPad 2 as there are so many variables of spec, network contracts etc. However, roughly speaking when it comes to… tablets, bar none. If approached from a purely spec-by-spec perspective then you'd have to conclude that the Xoom was King… Help Me Choose Right PC Power Supply Hardware and Software Hardware by borobhaisab … B-100 KEYBOARD: LOGITECH K120 CASING & PSU: SPACE D-096 HARD DISK WESTERN DIGITAL (WD) WARRANTY 1 YEAR S… I bought all these back in Christmas 2020. Was the spec good for that year ? For some reason the parts, especially…headache. Hance, asking you all these questions on my spec. The shop said it was not Chinese parts as they… Doubt regarding Getopt Programming Software Development by anraevlus18 …am able to pass values like this - `./my_script.pl -d /home -d /etc` But i am not able to pass multiple …even compiling and it says.. Error in option spec: "d:s{,} Error in option spec: "f:s{,} doubt#3 How to… rename directories..This Option should be enabled only if "-d" is specified. "-r" : rename (only if… Re: Confused how to modify this program I wrote last week Programming Software Development by VernonDozier …;= 280) grade = 'C'; else if (totalPoints >= 240) grade = 'D'; else grade = 'F'; //end ifs //display total points and grade… doesn't make any sense, based on either the spec itself or something else you're doing or saying, … the program at any point.[/quote] Here's the second spec... [quote] In this exercise, you modify the program you… Re: Pass value from header to hidden field in form Programming Web Development by AODfan …><br /> <label value="GT SPEC 4 Point Ladder Bar for Mazda Protégé (4 Door…internal hallow wall for maximum rigidity.">Description: GT SPEC 4 Point Ladder Bar for Mazda Protégé (4 Door… ); products.push( {name: 'protegebar', title: 'Protege Ladder Bar', description: 'GT SPEC 4 Point Ladder Bar for Mazda Protégé (4 Door… Re: Combining Byte Values to Long Programming Software Development by Salem …n = a|(b<<8)|(c<<16)|(d<<24); be portable regardless of endian ? You… setting. Well you read the spec. If the spec says a is the LSB and d is the MSB, then that …doing the processing. Likewise, if the spec says a is the MSB and d is the LSB, then you write n… = d|(c<<8)|(b<… Re: Help Me Choose Right PC Power Supply Hardware and Software Hardware by borobhaisab @rproffitt A dacade old! The shop said he was giving me like 2yrs old spec, even though not too high tech. Whole pc cost me about £2500 in Sterlings rate or just under $400 in USD rate. Roughly! You reckon I got ripped off ? How much you would have spent back in 2020 for that spec ? Keep 9800pro & buy IntelHT 3Ghz & 4xAGP MB or buy 6600gt 4 good performance in games? Hardware and Software Hardware by numan … MSI Radeon 9800pro 128Mb (RX9800pro TD-128). My system spec is Intel celeron D 2.4GHz (256kb chace) MSI Motherboard AGP 4x… only 4 days ago. Is it due to my PC spec. What should I do. 1. Upgrade my processor to Intel… doesnt show anything Programming Web Development by evios … i learned the basic from w3schools and tizag. i'd created a registration form-like page using php tags, …quot;]; $amount = $_POST ["amount"]; $specification = $_POST ["spec"]; if(!isset($_POST['submit'])){ ?> <html> <…> <input type="text" name="spec" size="50"/></div> … Desktop Ram upgrade question Hardware and Software Hardware by vvilli … ddr sdram, pc2700 333mhz non-ecc raring. Per hp spec and motherboard spec. It's expandable to 1 gig ram max per… (2-512mb) with a cl rating of 2 that I'd liked to put in my machine. The problem is that…