Search found 3 matches

by iarthur.ora
27.09.2005, 16:40
Forum: 6.1.5
Topic: Cannot Focus a disable or invaiible windows
Replies: 1
Views: 763

Forget Something,
Q_Employee is a TZQuery , Not a Table.

Is it possible to use post at TZQuery???
by iarthur.ora
27.09.2005, 08:10
Forum: 6.1.5
Topic: How to save jpg image
Replies: 4
Views: 7497

How to save jpg image

Part 1: Insert Image to Blob Field Database, Use Mysql 4.0.26 +zeoslib 6.15 ---------- [syntax="delphi"]with dmdbConnPool.q2 do begin SQL.clear; SQL.Add('update employee set PHOTO=:iPic'); SQL.Add('where employeeid=:iEmp'); ParamByName('iEmp').AsString:=dbEmployeeID.text; if Uppercase(Extr...
by iarthur.ora
27.09.2005, 07:50
Forum: 6.1.5
Topic: Cannot Focus a disable or invaiible windows
Replies: 1
Views: 763

Cannot Focus a disable or invaiible windows

For Example : Form 1 's button method , call dm's query ---------------------------------------------------------------------- [syntax="delphi"] with dmdbConnPool do begin with Q_EMPLOYEE do begin JPG.Assign(Image1.Picture.Graphic); JPG.SaveToStream(MS); MS.Position:=0; EDIT; TBlobField(Fi...