Neither is the situation
I am looking directly to the table,
it is very weird I cannot find anything different compared to the other cells, I also cannot change the color of those cells, it's like they are protected or something
Hi
I'am using paradox 8 and noticed that some of the values are represented in a light blue color while all the others are 'normal' black. Anyone got an idea how/why this is ?
I can not find anything unussual.
Hi
I got 10 variable of the type Tbitmap; named bitmap1, bitmap2 .. .. bitmap10;
For initiating i want to apply the same procedure 10 times, rather than repeating myself 10 times I would like to have it in some sort of loop
e.g.
for ii:=1 to 10 do begin
(bitmap ii).free
end;
this of course...
Hi
I got 10 variables type Tbitmap
they are named bitmap1, bitmap2 .. .. bitmap10
when I write a procedure I don't want to repeat myself 10 times, but I would like to have the names changed in a loop
something like
for ii:=1 to 10 do
begin
bitmapii.free
end;
this doesn't work of course...
Hi
I have asked this question about half a year ago, did not get much response then so I'll try it again.
I am using lots and lots of images tiff-format and I want to compress them without loss. With LZW compression this is possible. Now for the question: Does anyone know about a shareware...
Well your explanation is conforming my experience
I’ve used a query to solve my problem
Query1.Active := false;
SQL.Clear;
sql.Add('SELECT DISTINCT Z, X, Y');
sql.Add('FROM "'+ Table1.TableName +'"');
sql.Add('WHERE')...
Andrew
dxy:=StrToInt(Form1.edtxysearchsize.Text);
dz:=StrToint(Form1.edtZsearchsize.Text);
with table1 do
begin
Locate('Point',Point1,[]);
xx:=fieldbyname('x').asinteger;
yy:=fieldbyname('y').asinteger;
zz:=fieldbyname('z').asinteger;
IndexName:='secxyz'...
Towerbase
What I have written in my question is the exact code:
IndexName:='secxyz'; SetRange([x-dx,y-dy,z-dz],[x+dx,y+dy,z+dz]);
I have also tried
IndexName :='secXYZ';
tblcluster.SetRange([200,300,900],[1000,1500,902]);
but again, the index only...
Hi
I've got paradox tables containing three colums with x y and z coordinates.
I want to select records in a certain area
X +/- dx
Y +/- dy
Z +/- dz
for this I've made a secondairy index with the index fields x,y,z
XYZtable.AddIndex('secXYZ','X;Y;Z',[ixCaseInsensitive]);
the index is there...
Hi
does anyone know where I can the color codes (numbers) for a logical sequence in colors. I want to make an image with some sort of distribution in false color, meaning the color represents the intensity.
looks like useful tips, but I haven't used queries nor SQl-statements before, so this is not enough information for me to put it in practice. Is there any other way withoud the use of queries to rename / delete tables ?
Hi
Question:
I've got paradox tables with indexes and secondairy indexes, in other words not just the *.db file. I would like to rename and possibly delete the table, not just the *.db file, but the whole lot. How do I do that ?
Greetz
Rene
not quite, I'am specifically looking for tiff in combination with LZW-compression and it is a bit out of my leage to write the code myself once the structure of tiff en LZW is known, but thanks anyway
Hi
I am looking for a way how to compress Tiff images, with LZW compression. My goal is to convert complete directories with Tiff images with this LZW technique.
Rene
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.