Re: Problem with a form SOLVED(sort of)

2007-06-29 Thread Paul Lynch
You could always leave it in with a note that it is a case study for the inquisitive into the pros and cons of reengineering? Sort of a modern version of QED. Paul On 29 Jun 2007, at 19:07, Janine Sisk wrote: On Jun 29, 2007, at 10:53 AM, Chuck Hill wrote: Ah ha! So it is a bug in the

Re: Problem with a form SOLVED(sort of)

2007-06-29 Thread Janine Sisk
On Jun 29, 2007, at 10:53 AM, Chuck Hill wrote: Ah ha! So it is a bug in the tutorial. Oh Janine :-) Congratulations, that's the first non-typo problem report. Well, actually it probably is a typo, but in a bad place. ;) I guess it's time to get a a new version released. So m

Re: Problem with a form SOLVED(sort of)

2007-06-29 Thread Chuck Hill
On Jun 29, 2007, at 4:47 AM, Sigurður E. Vilhelmsson wrote: OK, I've solved this puzzle (sort of), and it comes back to the Tutorial code. The tutorial instructs you to set the External Width of the MIME type field to 20. However, the model in the source code has it set to 200. Ah ha! So

Re: Problem with a form SOLVED(sort of)

2007-06-29 Thread Paul Lynch
On 29 Jun 2007, at 12:47, Sigurður E. Vilhelmsson wrote: The tutorial instructs you to set the External Width of the MIME type field to 20. However, the model in the source code has it set to 200. So, when you run the tutorial source, my MIME type problem doesn't come up. However, if you look

Re: Problem with a form

2007-06-29 Thread Sigurður E. Vilhelmsson
You're correct, that is the error reported. But the problem is that this happens when I don't want to update that field. With no file selected in the FileUpload field, the MIME type is still reported application/octet-stream, when it should be empty. So if I bump up the field size, the MIME typ

Re: Problem with a form

2007-06-28 Thread Eric Robinson
On Jun 28, 2007, at 12:11 PM, Sigurður E. Vilhelmsson wrote: The MIME type reported is application/octet-stream. The field should be empty, since I haven't selected a file right? > The mimeType property of Country exceeds maximum length of 20 > characters > Let me know if I'm off-base here,

Re: Problem with a form

2007-06-28 Thread Sigurður E. Vilhelmsson
I'm going to systematically dismantle my form so I can figure out what's going on. I'll report my findings. Best regards, Siggi 2007/6/28, Janine Sisk <[EMAIL PROTECTED]>: I'm right here. :) But I'm pretty sure (can never say 100%) that the code in the tutorial lets you edit an existing recor

Re: Problem with a form

2007-06-28 Thread Janine Sisk
I'm right here. :) But I'm pretty sure (can never say 100%) that the code in the tutorial lets you edit an existing record and not upload a new image without any errors. I know I tried it, and no-one else has reported it not working (so far). Of course it's always possible you've found a

Re: Problem with a form

2007-06-28 Thread Chuck Hill
On Jun 28, 2007, at 9:11 AM, Sigurður E. Vilhelmsson wrote: Thanks Chuck for your help. One more tool in the toolbelt :) The MIME type reported is application/octet-stream. The field should be empty, since I haven't selected a file right? It might not be you. :-) WOFileUpload works in od

Re: Problem with a form

2007-06-28 Thread Sigurður E. Vilhelmsson
Thanks Chuck for your help. One more tool in the toolbelt :) The MIME type reported is application/octet-stream. The field should be empty, since I haven't selected a file right? Best regards, Sigurdur 2007/6/28, Chuck Hill <[EMAIL PROTECTED]>: Add the lines below to see what is in mimeType.

Re: Problem with a form

2007-06-28 Thread Chuck Hill
Add the lines below to see what is in mimeType. That should help track down the problem. On Jun 28, 2007, at 5:00 AM, Sigurður E. Vilhelmsson wrote: Hi all, First, I'd like to thank everyone that chimed in on my WOPopUpButton problem last week. I believe I've got that covered, so on to th