Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Overall Solutions: 343776 - 343800 of 377674
 
Hi, As you may know - Smarty templating is a good way to divide php code and designer's html code. WHen it comes to PEAR::Auth I need to be able to select areas in the template html code...
Hi Pls help. I have below problem when running my .net application. (ASP .net too). Server Error in '/Inventory-Web' Application. --------------------------------------------------...
Hi can you help?  I have installed a new hard drive with Windows XP pro to replace an old drive that also had XP pro on. On the old system I installed a version of Microsoft Photo Edito...
How can I setup raw socket to listen on particular interface? I'd like to receive packages like SYN, ACK, ICMP,UDP For now if I use s=WSASocket(AF_INET, SOCK_RAW, IPPROTO_UDP, NULL, 0,0);...
I want to use cp -r and have it overwrite existing files/dirs without asking me if it should each time.  How do I do that? Thanks, Chris
Hello When ever i put the last part of the Doctype in      "http://www.w3.org/TR/html4/loose.dtd"> my Div tags stop working and the page scrolls instead.  SO i use jus the first part ...
Using Visual Basic 6 and DRIVER=Client Access ODBC Driver (32-bit), I am opening 1 table on an AS400. The table opens and as I loop through the records the following error occurs during a .Mov...
Hi, I use .CopyFromRecordset to put data from a recordset in an excel sheet. I would like to have the column names on top of the columns. So far I only get the "raw" data without the names....
Hello Experts,  I would appreciate it very much if someone could help me.  I have been trying to generate a dynamic balance sheet report with changing column values based on a cross tab query...
What am I doing wrong? I configured my smtp default virtual server to send via a smart host but I get this error message. If  I configure it to send by DNS some messages do arrive at the dest...
I'm looking for code to print PDFs in VB6 With Word for example you can print easily with: ********************************************** Dim gWordApp As Word.Application     Set gWordApp ...
Hello, I was wondering how I can display an image on a JInternalFrame. the images is stored on my local file system. I possible I would like to not have to point to it. thanks
Hi all, I think this is easy...Is't possible to insert a new record using values from another record(using a subquery) AND values i want to insert (using the VALUES clause)? Or do I have to r...
Is there a site that provides network card benchmarks (im only really concerned with 32bit 100mbps copper ethernet cards), i notticed that throughput varies with different nic cards, and there...
Hi! I to generate a URL link from an HTML page that links to itself. How in javascript is it possible to resolve the name of the page currently loaded? document.URL gives me the whole URL, ...
Hi. What is your interpretation of what a.i is. Ive to do a research project and I was just wondering on your views. Is our intelligence based on logical decisons or are we something more. ...
I have teh parent page parent.htm that has a hyperlink that opens another page called child.htm i want a hyperlink from child.htm that sets the focus back to parent.htm and closes itself.  par...
Hi, Is there any Customer Relationship Module in SAP? If yes, can anyone explain me how Service Log sub-modules in it works? Thanks
Hi, I am in search of a program that displays an elapsed time counter in hh:mm:ss format, when you click a start button, and stops when you click a stop button.  It sounds simple, but I'm not ...
hI,  This is got to do with SQl loader and sequences. I need to load a set of values so that the corresponding sequence values have the form of 0001, 0002, 0003 ... and so on. I can get a si...
Hi I'm writing a script to do backups to a tape drive, and getting "ambiguous  redirect" errors piping the status of the job as it progresses into a variable to be emailed. I'm sure it's some...
"Multiple data streams are present. Are you sure you want to continue the conversion operation and lose information" That the informational (not error) window I'm getting trying to convert ...
Hi Experts, I m developing an application s/w in vb6 & oracle 8i.I need assistant in solving a problem which is an error raised by oracle. When I update certain fields of the Item_mastr tabl...
No rescue discs, no backup available (I know, I'm a bonehead for getting too comfortable with the utility software). In an attempt to split a 74 GB partition into more manageable segments, Par...
I am writing a Java appliction for instruction purposes, and I am familiar with C and C++ but new to Java.  I need code to create a version of clrscr() and gotoxy() in Java.