I have a program which collects text from a file, and then reformats the data in the file to create a different file.
What i want to do is to make this into a DLL file so i can run it through a website. Any ideas?
Delphi, Delphi, Delphi. Oi! Oi! Oi!
Hey guys,
I haven't used VB in a while so I'm going ask for some help a roo.
When you click the button, it see if the field selected has the value "Here" and if so it will go down a copy of cells and copy then to a lower location.
For example:
Cell Selected: B93 = "HERE"
Click button. As B93...
Hey guys,
I haven't used VB in a while so I'm going ask for some help a roo.
When you click the button, it see if the field selected has the value "Here" and if so it will go down a copy of cells and copy then to a lower location.
For example:
Cell Selected: B93 = "HERE"
Click button. As B93...
What i want to do is once a user starts up the program...
it does the procedures it is supoosed to and then it i'll close itself.
procedure TForm1.FormCreate(Sender: TObject);
begin
if paramcount > 0 then
begin
FileInput.Clear;
FileInput.Lines.LoadFromFile(paramstr(1))...
Is it possible to do the following through Delphi 7.
1) Zip a file to a .zip file. AutoGen.txt ----> AutoGen.zip
2) Rename the zip file to a different type. AutoGen.zip --> AutoGen.ptu
Any ideas?
Thanks for any help.
Paid The Umpire
Delphi, Delphi, Delphi. Oi! Oi! Oi!
Is there a way for Delphi to call a file while being openned?
Like this:
DelphiProg.exe DataFile.csv
Which would open the Delphi Program, while opening the second file "DataFile.csv" into a MemoBox in the Program?
Thanks for any help.
Paid The Umpire
Delphi, Delphi, Delphi. Oi! Oi! Oi!
How it would work for a client.
Load site inside a browser (IE or Firefox).
Select the dates they want the data for, and then click "CREATE KML" button.
A file would then be autogenerated and avaiable for download from the browser.
How I think it could really work.
User clicks button.
CSV file...
Thanks for any help given,
This is what i want to happen:
A user clicks a button and behind the seens a large about of data in the form of a CSV file is generated (AutoGen.csv)
This new data is then put into a MemoBox in a Delphi program which then runs and an output file is created...
Finally a question I can help with...
Part 1- RaveReportThingy.Execute
What i do is the following:
When i only want one "record" to be on the RAVE report, the best way of doing it to create a ADOQuery and then have the output of the query being filtered into Rave through a RaveDataSet...
BobbaFet...
a quick question about your code:
Why does the lines:
startPos := Pos('lat="',Memo1.Text) + 5;
startPos := Pos('lon="',Memo1.Text) + 5;
startPos := Pos('<name>',Memo1.Text) + 6;
have the "+5" or "+6" at the end of it?
Delphi, Delphi, Delphi. Oi! Oi! Oi!
I thank those whom help me out greatly. :P
Anyways... i have text that is coming into a memo field like so...
...
<extensions>
<gpxx:WaypointExtension xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
I'm using Delphi 7 but i am having trouble trying to view JPEG's and PNG's in my program...
Is there an easy way to allow them to be seen?
Thanks,
Delphi, Delphi, Delphi. Oi! Oi! Oi!
I want to create a "case"-like statement which would look something like this...
<code>Case OutputType.Text if
'KML - GoogleEarth' : GoogleEarthLine;
'XXX - Other' : OtherLine;</code>
Otherwise i might need a large amount of the following...
<code>If OutputType.Text = 'KML -...
Is there a nice simple way for a person to copy data (for example a 4x6 table) from an Excel spreadsheet and then paste it into a similar table layout in Delphi 7?
Is there a handy little new Table kind of add-on?
Any helps would be most well helpful... :P
Delphi, Delphi, Delphi. Oi! Oi! Oi!
Thanks for that,
I'm having a bit of trouble with your code though, could you see if you find what i'm doing wrong.
sCurrLine := Memo1.Lines.Strings[a]; // current line to play with
nComma := PosEx(',',sCurrLine,1);
Column1 := copy(Memo1.Lines.Strings[a], 1, nComma - 1); // first string...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.