Error Handling Problem
Tech-Archive recommends: Fix windows errors by optimizing your registry
Why isn't this catching the error that the file is too big to display.
(2114 <database name> doesn't support the format of the file <file
name here> or is too large...) Thanks in advance.
On Error GoTo Err_CallDisplayImage
Me!txtImageNote = DisplayImage(Me!ImageFrame, Me!txtImageName)
Exit_CallDisplayImage:
Exit Sub
Err_CallDisplayImage:
Me!txtImageNote = DisplayImage(Me!ImageFrame, Me!TooBigText)
.
Relevant Pages
- Re: Mail-merging with Word, MySQL... and Perl?
... Alt+F9 to toggle off their display. ... connection to my MySQL database on my Linux box. ... Or if a couple has its anniversary listed, I'll want to format ... the Perl script directly (which would be written to generate that data in ... (microsoft.public.word.mailmerge.fields) - Re: Media Receivers for TV Display of Photos and Videos
... There seem to be a lot of digital medial receiver products available, but most reviews focus on audio issues (e.g., support for various audio formats, support for playlists, etc.), and I don't care about that. ... My primary interest is in being able to display jpeg images I took with my digital camera so that I can produce the digital equivalent of slide shows. ... format, but I don't know one MPEG format from another. ... (rec.photo.digital) - Re: Wince 50 Portrait display on Landscape LCD.
... Hardware support: some display controllers support hardware rotation of ... Rotation support of CE: ... My problem now is, when I compile a portrait display, the system will ... format the dispaly buffer in portrait format as following ... (microsoft.public.windowsce.embedded) - Re: How do you add user tips on documents and databases?
... > (without any database skills), ... By "tip format" do you mean a "tooltip" (something that pops ... display "tooltips" when the mouse hovers. ... This reply is posted in the Newsgroup; ... (microsoft.public.word.docmanagement) - Re: HTML Code Question
... Andrew you are a bit on the wrong track, so let me see if I can clarify what ... I'm able to get the information out of the database and onto a web page. ... I'm able to format it and make it look good. ... And if the line is totally blank, then I don't want it to display anything. ... (microsoft.public.frontpage.client) |
|