RE: Genero / Images
"Jenny Archundia " <[email protected]> Mon, 10 Apr 2006 16:37:20 +0200
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Message-ID | <[email protected]> |
Hello Could you send an email to <mailto:[email protected]> [email protected] with your environment? Please Genero version (run fpi command), Clients (GDC, GDC-Active X, GWC), and OS versions. In case of: GDC: please also send what path is set in Options/Images ? GDC-Active X (GAS), GWC: configuration file (.xcf) by default $FGLASDIR/etc/as.xcf And an example of image URI that it supposes to find and display. Please any doubts or comments write us to [email protected]. Best Regards ---------------------------------------------------------------------------- -------- Jenny Archundia Camacho Iberica Support Team <mailto:[email protected]> [email protected] Tel : +34 91 578 17 08 <http://www.4js.com> http://www.4js.com FourJ's Iberica - Genero speaks your language ---------------------------------------------------------------------------- -------- _____ De: [email protected] [mailto:[email protected]] En nombre de ?a?te??? ?????? Enviado el: lunes, 10 de abril de 2006 15:31 Para: [email protected] Asunto: [fourjs-users] Genero / Images Genero / Images question ------------------------------ I have a form with an IMAGE item in it (A form field image not a static one) The program asks the user to provide a valid image URI and displays it: PROMPT "Enter an image URI" FOR imagefile DISPLAY imagefile TO img When the user types in a valid image file, then the image is displayed normally. When the user types something that does not exists, the program clears the image field BUT (!) i cannot "catch" the fact that "imagefile" was an illegal (or notfound, or .. everything but not a normal ) image file! Is there any means to catch this?