database error help

P

Paul Milner

I have made a search form with the results wizard
The fields to search are
Sponsorship_amount (criteria comparison= Contains)
Sponsorship type (criteria comparison= Not greater than)
both or/and are set at OR

The fields are in this order on the form. if I enter a
value into the top(Sponsorship_amount) field the search
works even with nothing in the bottom field but if I
leave out the top field it returns an error

Database Results Wizard Error
The operation failed. If this continues, please contact
your server administrator.

How can I get my search to work if either field is
entered
Thankyou
Paul M
 
P

Paul Milner

Hi
Version 2003 although I notices that the access database
that FP created is 2000 format
 
K

Kathleen Anderson [MVP - FrontPage]

To see the true error, open the hidden folder /_fpclass/ and edit the
fpdbrgn1.inc file

At about line 19, change :

fp_DEBUG = False

to :

fp_DEBUG = True
 
K

Kathleen Anderson [MVP - FrontPage]

Tools | Web Settings | Advanced | Options - the checkbox for 'Show documents
in hidden directories' needs to be checked.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top