| View previous topic :: View next topic |
| Author |
Message |
denisesmchan General User

Joined: 25 Oct 2005 Posts: 6
|
Posted: Tue Oct 25, 2005 8:37 pm Post subject: Crash when using Find Record in form |
|
|
| My Base always crash when I try to use Find Record function in form. It will crash even I just start the Find Record function and close the window without doing anything. Would anyone know why? |
|
| Back to top |
|
 |
AndrewZ Moderator


Joined: 21 Jun 2004 Posts: 4140 Location: Colorado, USA
|
|
| Back to top |
|
 |
denisesmchan General User

Joined: 25 Oct 2005 Posts: 6
|
Posted: Sun Oct 30, 2005 5:36 pm Post subject: |
|
|
| I'm using JRE 1.5.0_04 in WinXP. I did error report before. But anyway, I just have another error reported |
|
| Back to top |
|
 |
DrewJensen Super User


Joined: 06 Jul 2005 Posts: 2616 Location: Cumberland, MD
|
Posted: Sun Oct 30, 2005 6:20 pm Post subject: |
|
|
I was having a lot of problems with Base also.
I was switching lots of things around though so can't be sure this is really going to do it for you, but I switched to JRE 1.4.2_07 and all seems well.
I also tried 1.5.0_05 and seemed well also, but others have said that 1.4.2_07 is better for them...(kind of heard it thru the grape vine kind of thing however)
Anyway, I am on WinXP HE Sp2 also.
Oh and I am having no problems with Find record on a form what so ever.
Drew |
|
| Back to top |
|
 |
denisesmchan General User

Joined: 25 Oct 2005 Posts: 6
|
Posted: Sun Oct 30, 2005 7:01 pm Post subject: |
|
|
I've just installed JRE 1.5.0_05 but the problem still exists.
BTW, my form contains multiple sub-forms. Would that be the problem source? |
|
| Back to top |
|
 |
DrewJensen Super User


Joined: 06 Jul 2005 Posts: 2616 Location: Cumberland, MD
|
Posted: Sun Oct 30, 2005 7:26 pm Post subject: |
|
|
hmm...not a problem with multiple sub forms. I have a few with I suppose 4 subs.
However, there is an issue it seems with FormattedField controls for integers whent he column is null.
If you have any of these try changing them the NumericField Controls. It fixed a crashing problem on a couple of my forms and at least one form for another person. |
|
| Back to top |
|
 |
denisesmchan General User

Joined: 25 Oct 2005 Posts: 6
|
Posted: Sun Oct 30, 2005 7:50 pm Post subject: |
|
|
Do you mean there would be problem if I've any field in Integer type?
I've only fields in Numeric type and Varchar type. |
|
| Back to top |
|
 |
DrewJensen Super User


Joined: 06 Jul 2005 Posts: 2616 Location: Cumberland, MD
|
Posted: Sun Oct 30, 2005 7:56 pm Post subject: |
|
|
No, I mean if you use the Form wizard to create the form and you have an Integer column or numeric column in a table the wizard created a FormattedField UI control on the form. There seems to be a problem with this control handling NULL values (actually the problem seems to be with empty tables).
If you change the UI control type from FormattedField to NumericField (or Text or Pattern for that matter) the problem goes away.
I can't say it is it for sure, but it is somethig I would look for |
|
| Back to top |
|
 |
denisesmchan General User

Joined: 25 Oct 2005 Posts: 6
|
Posted: Sun Oct 30, 2005 8:26 pm Post subject: |
|
|
I changed the fields to Text Box. But the problem still exists.
Any more idea? |
|
| Back to top |
|
 |
DrewJensen Super User


Joined: 06 Jul 2005 Posts: 2616 Location: Cumberland, MD
|
Posted: Sun Oct 30, 2005 8:36 pm Post subject: |
|
|
Not off the top of my head.
Is this a Base embedded database or ? |
|
| Back to top |
|
 |
AndrewZ Moderator


Joined: 21 Jun 2004 Posts: 4140 Location: Colorado, USA
|
Posted: Sun Oct 30, 2005 8:37 pm Post subject: |
|
|
| denisesmchan wrote: | | I'm using JRE 1.5.0_04 in WinXP. I did error report before. But anyway, I just have another error reported |
There are a few advantages to opening a bug report yourself at <http://qa.openoffice.org>.
The Crash Report tool has a button labeled something like "details" which contains an XML file that you should attach to your bug report. |
|
| Back to top |
|
 |
denisesmchan General User

Joined: 25 Oct 2005 Posts: 6
|
Posted: Sun Oct 30, 2005 8:56 pm Post subject: |
|
|
| Yes, it's a Base embedded database. |
|
| Back to top |
|
 |
|