Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 10 of 10 total
Thread TImage bound to BLOB field
Mon, Sep 16 2013 5:14 PMPermanent Link

Paul Waegemans

IMS bvba

Avatar

I have a table where I keep the pictures of the members in a BLOB field.

If I use a TImage control bound to the BLOB field of the dataset containing the pictures this control does not show the picture (and I have no Error).

What could be wrong? (See the picture in my Delphi BackOffice part hereby enclosed)


Tim,
Do you already have a solution for the problem with  D'Hollander (D')  and for  Örtiz  (Ö)

I have now about 15.000 registrations in my webapp and I would like to get rid of these syntax problems

Paul Waegemans



Attachments: Pasfoto.jpg
Tue, Sep 17 2013 2:03 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Paul,

<< What could be wrong? (See the picture in my Delphi BackOffice part hereby
enclosed) >>

I would start by running the application in FireFox, etc. with the developer
tools (F12) turned on.  Check the network tab to see if there is any
indication of whether the web server is sending a response to the image
requests, or whether there are image requests being made at all.  Then
report back here with what you see.

<< Do you already have a solution for the problem with  D'Hollander (D')
and for  Örtiz  (Ö) >>

I should have something available soon.

Tim Young
Elevate Software
www.elevatesoft.com
Tue, Sep 17 2013 5:39 PMPermanent Link

Paul Waegemans

IMS bvba

Avatar

"Tim Young [Elevate Software]" wrote:

Paul,

<< What could be wrong? (See the picture in my Delphi BackOffice part hereby
enclosed) >>

I would start by running the application in FireFox, etc. with the developer
tools (F12) turned on.  Check the network tab to see if there is any
indication of whether the web server is sending a response to the image
requests, or whether there are image requests being made at all.  Then
report back here with what you see.

See attachment.



Attachments: PasFotos.jpg
Sat, Sep 21 2013 6:33 AMPermanent Link

Paul Waegemans

IMS bvba

Avatar

After I renewed the pictures (ctrlC / CtrlV)  in my Delpi App and then open the membersaccount in the WebApp the pictures are shown correctly (see attachment).

In the table (DBISAM) the picture field was originally a Graphic field that I altered afterwards in a BLOB field.  In Delphi I did not have problems after making this change.  The WebApp did have a problem.  It is solved now by simply pasting the pictures once again.

Now this problem is solved I would like the user to be able to change his picture himself.
Is there a way that I can let the user change his picture by a more recent one in the WebApp?

CtrlV does not work.



Attachments: PasFotos1.jpg
Tue, Oct 8 2013 8:04 AMPermanent Link

Paul Waegemans

IMS bvba

Avatar

Is it possible to make TImage editable and if so is this in the planning?
Tue, Oct 8 2013 3:40 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Paul,

<< Is it possible to make TImage editable and if so is this in the planning?
>>

Editable in what way ?  Like a drawing application ?  If so, then you can do
so, but you'll have to code it using a TPaint control and handle the mouse,
etc.  It's not a trivial amount of code, but it's also not as hard as it
might seem.

Tim Young
Elevate Software
www.elevatesoft.com
Fri, Nov 15 2013 7:11 AMPermanent Link

Paul Waegemans

IMS bvba

Avatar

"Tim Young [Elevate Software]" wrote:

<< Do you already have a solution for the problem with  D'Hollander (D')
and for  Örtiz  (Ö) >>

I should have something available soon.

Tim Young
Elevate Software
www.elevatesoft.com

Is there already a solution for the problem with  D'Hollander (D')  and for  Örtiz  (Ö) and BAVRÉ (É)

I have now about 15.000 registrations in my webapp and I would like to get rid of these syntax problems

Paul Waegemans
Fri, Nov 15 2013 4:58 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Paul,

<< Is there already a solution for the problem with  D'Hollander (D')  and
for  Örtiz  (Ö) and BAVRÉ (É) >>

It's fixed now - it was an issue with the web server and Unicode URL
parameters.  The fix will be in 1.03, which is coming out early next week.

Tim Young
Elevate Software
www.elevatesoft.com
Fri, Jan 3 2014 10:00 AMPermanent Link

Paul Waegemans

IMS bvba

Avatar

Any idea when de 1.03 will be released?

Paul.


"Tim Young [Elevate Software]" wrote:

Paul,

<< Is there already a solution for the problem with  D'Hollander (D')  and
for  Örtiz  (Ö) and BAVRÉ (É) >>

It's fixed now - it was an issue with the web server and Unicode URL
parameters.  The fix will be in 1.03, which is coming out early next week.

Tim Young
Elevate Software
www.elevatesoft.com
Mon, Jan 6 2014 1:21 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Paul,

<< Any idea when de 1.03 will be released? >>

ElevateDB 2.15 is out now, so 1.03 is next.  It shouldn't be later than
Friday.

Tim Young
Elevate Software
www.elevatesoft.com
Image