Two questions wusing PHP:
1) How do I search for a text string inside an Excell file?
2) How do I then open that file?
http://www.experts-exchange.com/Programming/Misc/Q_22968028.html
Zones:
ProgrammingDate Answered: 11/20/2007 Grade: B Views: 5
I have been developing in Delphi since version 1 but never crossed over to .net or web applications and never saw a good summary description of how its done. I think the following questions will g...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Internet/Q_23202634.ht...
I'm trying to construct a widestring URL that contains some cyrillic characters in one of the arguments. The cyrillic is entered into a TEdit where it appears properly then assigned to a widestrin...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23240848.html
I'm looking for the best way to create a non-modal window that I can display when ever I have a long running function. A window that might have an animated Icon and a TLabel field that I can displa...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23266555.html
I have an application that during long processing pops up a progress form with a TAnimate component on it and a Label with a message. I create the form, set the message and then 'Show' the form. Th...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23271118.html
I have been trying to find sample code for implementing a 'Circular Progress Bar' similar to the one you find in many of the newer Microsoft products (ie. SQL2005, Visual Studio 2008, etc). What I ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23305723.html
I'm look for an example of how to implement the RegLoadMUIString function in Delphi 2007 (win32). Apparently you need to use this to read values out of the registry that take the form:
@[path]\dll...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23315530.html
Hello,
I have a ClientDataSet with contact information. I specify a filter for the ClientDataSet to select just the rows that have the value "notsent" in field A.
Now I want to loop across th...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Database/Q_23318572.ht...
Hello Everyone,
I have a struct:
TPacket = packed record
Username: String;
Text: WideString;
end;
PPacket = ^TPacket;
And I have same variables in my function:
procedure...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23326636.html
Hello guys,
I have a problem with Seek with Textfile files...
I have text XML file:
<?xml version="1.0" encoding= "UTF-8"?>'
<history version="1.3">
</history>
I need to add node before...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23347230.html