PC Review


Reply
Thread Tools Rate Thread

Database Results Wizard Buttons

 
 
CJ
Guest
Posts: n/a
 
      7th Apr 2004
Although I have researched this a little, I can't seem to find a way to drop
the standard "Prev" and "Next" buttons produced when a DRW region extends
past the pre-set limit for the number of records returned.

I did find out how to change the colour and text, by editing the fpdbrgn1
and fpdbrgn2 files, but I can't find out whether the buttons can be replaced
with text or custom images.

Can anyone advise?

Thanks.

CJ

--
He felt that his whole life was some kind of dream and he sometimes wondered
whose it was and whether they were enjoying it. - Douglas Adams
http://www.junction34.com


 
Reply With Quote
 
 
 
 
CJ
Guest
Posts: n/a
 
      8th Apr 2004
> Although I have researched this a little, I can't seem to find a way to
drop
> the standard "Prev" and "Next" buttons produced when a DRW region extends
> past the pre-set limit for the number of records returned.
>
> I did find out how to change the colour and text, by editing the fpdbrgn1
> and fpdbrgn2 files, but I can't find out whether the buttons can be

replaced
> with text or custom images.
>
> Can anyone advise?
>
> Thanks.
>
> CJ


Well after more and more research I still haven't found a solution!

CJ


 
Reply With Quote
 
Targa
Guest
Posts: n/a
 
      9th Apr 2004
I also looked and looked for ways to do this without any luck.
I beleive your best option is to write your own custom ASP pages.


"CJ" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> > Although I have researched this a little, I can't seem to find a way to

> drop
> > the standard "Prev" and "Next" buttons produced when a DRW region

extends
> > past the pre-set limit for the number of records returned.
> >
> > I did find out how to change the colour and text, by editing the

fpdbrgn1
> > and fpdbrgn2 files, but I can't find out whether the buttons can be

> replaced
> > with text or custom images.
> >
> > Can anyone advise?
> >
> > Thanks.
> >
> > CJ

>
> Well after more and more research I still haven't found a solution!
>
> CJ
>
>



 
Reply With Quote
 
xmas
Guest
Posts: n/a
 
      9th Apr 2004
Look Here...

http://www.spiderwebwoman.com/resour...ks.asp#buttons

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.

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

xmas
www.xmas-i-am.com
===============================
"CJ" <(E-Mail Removed)> wrote in message
news:i8GdnZC35YfooOndRVn-(E-Mail Removed)...
| Although I have researched this a little, I can't seem to find a way to
drop
| the standard "Prev" and "Next" buttons produced when a DRW region extends
| past the pre-set limit for the number of records returned.
|
| I did find out how to change the colour and text, by editing the fpdbrgn1
| and fpdbrgn2 files, but I can't find out whether the buttons can be
replaced
| with text or custom images.
|
| Can anyone advise?
|
| Thanks.
|
| CJ
|
| --
| He felt that his whole life was some kind of dream and he sometimes
wondered
| whose it was and whether they were enjoying it. - Douglas Adams
| http://www.junction34.com
|
|


 
Reply With Quote
 
CJ
Guest
Posts: n/a
 
      9th Apr 2004

> Look Here...
>
> http://www.spiderwebwoman.com/resour...ks.asp#buttons
>
> 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.
>
> 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


Thanks, I have done that, but doesn't it just show you how to change the
text / colours of the button, rather than allow you to replace the button
with text or a custom image?

CJ


 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      9th Apr 2004
I think you will have to learn how to hand code your ASP, and not use the FP database component, if
you want to use a image or text in place of a standard form button.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"CJ" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
>
> > Look Here...
> >
> > http://www.spiderwebwoman.com/resour...ks.asp#buttons
> >
> > 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.
> >
> > 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

>
> Thanks, I have done that, but doesn't it just show you how to change the
> text / colours of the button, rather than allow you to replace the button
> with text or a custom image?
>
> CJ
>
>



 
Reply With Quote
 
CJ
Guest
Posts: n/a
 
      9th Apr 2004

> I think you will have to learn how to hand code your ASP, and not use the

FP database component, if
> you want to use a image or text in place of a standard form button.


It would appear so eh. Thanks.

CJ


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
results without the Database Results Wizard-via MS-Access marc Microsoft Frontpage 0 1st Mar 2009 09:13 PM
Database Results Wizard formatting Excel results KarenM Microsoft Frontpage 10 28th Aug 2008 03:38 PM
Database Results Wizard and Record Advance Buttons mbergheiser@comcast.net Microsoft Frontpage 1 22nd Dec 2006 09:22 AM
Database results wizard and ChiliSoft ASP with MySQL database =?Utf-8?B?Qm9i?= Microsoft Frontpage 4 2nd Apr 2005 12:26 AM
How to Add an All Values Item to a Database Query by Using the FrontPage 2003 Database Results Wizard =?Utf-8?B?RGFuaWVs?= Microsoft Frontpage 4 2nd Feb 2004 05:36 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:47 AM.