Changing navigation buttons for Database

J

Jacques

In the Database Results region, at the bottom, 4 buttons are automatically
displayed (like: first, previous, next, forward). Is there a way to change
this buttons ? to put text instead or a different image ?
 
B

Bob

Try..

Look in the _fpclass folder for the file called fbdbrgn1.inc If you don't
see the _fpclass folder, go to Tools | Web Settings | Advanced | Options -
the checkbox for 'Show documents in hidden directories' needs to be checked.
Open the fpdbgrn1.inc file in a "text editor".

Here's an example:

fp_sFirstLabel = "First 5 Records "
fp_sPrevLabel = "Previous 5 Records "
fp_sNextLabel = "Next 5 Records "
fp_sLastLabel = "Last 5 Records "
fp_sDashLabel = " -- "



HTH

bob

| In the Database Results region, at the bottom, 4 buttons are automatically
| displayed (like: first, previous, next, forward). Is there a way to change
| this buttons ? to put text instead or a different image ?
 

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