Search found 7 matches

by edossa
Sun Jun 24, 2007 9:07 am
Forum: Support
Topic: Save rvhtmlimport in stringrid
Replies: 12
Views: 25533

ok but for being able to copy the text in table column for column?
Thanks
by edossa
Fri Jun 22, 2007 1:51 am
Forum: Support
Topic: Save rvhtmlimport in stringrid
Replies: 12
Views: 25533

I want copy only some data of RichView to stringgrid. Exists a way in order to make it? RichView is supplied of cells?
banal example:
***********
var
dato:string;
begin
dato:=richview.cell[1,10];
stringgrid.cells[1,1]:=dato;
end;
************
or in other way with same result.

thanks and sorry for ...
by edossa
Thu Jun 21, 2007 10:57 am
Forum: Support
Topic: Save rvhtmlimport in stringrid
Replies: 12
Views: 25533

Sergey thanks
Richview is divided from many cells? can be copied one cells x,y?
how I make in order to copy only some data that interest to me?
example:
12:00 CET Friendlies Indonesia - Jamaica 2-1

12:00
CET
Friendlies
Indonesia
Jamaica
2-1
by edossa
Wed Jun 20, 2007 10:12 pm
Forum: Support
Topic: Save rvhtmlimport in stringrid
Replies: 12
Views: 25533

Hello excuse for my English, is not explained to me well. I load a page web in Richview and must capture some data as I can capture them (no source html) and put them in a database or stringgrid or string? thanks
edossa
by edossa
Sat Jun 16, 2007 6:09 pm
Forum: Support
Topic: Save rvhtmlimport in stringrid
Replies: 12
Views: 25533

Hello sergey you can makes an example me as I must make in order to pass all one stringrid?
***************************
var table: TRVTableItemInfo;
MS: TMemoryStream;
begin
ms:=TMemoryStream.Create;
Memo1.Lines.LoadfromFile('F:\\dati.html');
RvHtmlImporter1.LoadHtml(memo1.Text);
ms ...
by edossa
Tue Jun 12, 2007 2:17 am
Forum: Support
Topic: Save rvhtmlimport in stringrid
Replies: 12
Views: 25533

Save rvhtmlimport in stringrid

I read a page web with rvhtmlimporter and from richview I would want to save it or in an Array or a stringgrid. thanks
by edossa
Sat Jun 09, 2007 3:52 pm
Forum: Support
Topic: Save rvhtmlimport in stringrid
Replies: 12
Views: 25533

Save rvhtmlimport in stringrid

hello
I load in richviwedit a page web with rvhtmlimport, as I can make in order to save some data that serve to me in one stringrid?
thanks
sorry my english