Recent content by SergioCavalcante

  1. S

    Blob field to icon

    Ok I'll try it! thank you very much for your help. Sergio
  2. S

    Sql builder!

    I'm here again, but to another question. When i want to do a query statement with the TQuery component, I use the SQL Builder... It's easy and fast... but in the TOracleQuery there's only an editor... this is the question : Is There an easiest way to make sql statements with the TOracleQuery...
  3. S

    Blob field to icon

    the field is Long Raw. theres a bitmap saved there. soh I just want to know the comand to add the bitmap from the field do the imagelist. like this that I tried unfortunatelly : BM : TBitmap; ImageList.Add(BM.Assign(Query1.Field('fieldname'))); if Exists a command that works, answer to me
  4. S

    Blob field to icon

    sorry about my poor english, I speak portuguese... I'm having a little problem that is driving me mad.I have to fill a image list with some icons from a blob field in my table, at run-time, and I don't know how to do that with the Oracle Query. I've tried to use the Lob Locator, using the Help...
Back
Top