Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Mike1500 #1
Re-directing a page to a different address based on acriteria
Hello All,
I created an update page that once the user made the necessary changes and
click the update button that record would drop-off from the record set; The
problem is when there is no record to be updated that page would show the
following error:
ADODB.Field error '800a0bcd'
Either BOF or EOF is True, or the current record has been deleted. Requested
operation requires a current record.
/TEST/Untitled_4.asp, line 147
----I would like for it to go to a different page notifying the user there is
no record to be updated. Does anyone know how to perform this task? Please
help. Thanks.
Mike1500 Guest
-
Limiting bandwidth based on site IP address
Hi, We have a number of sites with different bandwidth capacities ranging fron 256kbps pipes to 1G. We would like to cap the bandwidth used by... -
Restrict access based on originating IP address
I have a client who has three IP address with x amount of work stations coming from each IP address. The client does not want the users to login... -
Directing server php return page
How do I have the server-side php script open up a new client window, rather than having it return to the client page that invoked the php script in... -
redirect to another page based on text in the URL of the current page
Hi JPElectron, You were looking good until you got to the code. You're trying to use client-side code for your redirects, when you should be... -
Q. on a PHP based Email Address Obfuscator for website Mailto: tags
I found a PHP based email obfuscator for use in websites, where the source HTML (PHP, actually) file doesn't contain the actual email address in ... -
Paul Whitham TMM #2
Re: Re-directing a page to a different address based on a criteria
Simply wrap the display code in a "Show region is recordset is not empty"
behavior. Then you you write a message about the no records returned in
another section of the page and wrap this is in a "Show region is recordset
is empty" behavior.
--
Regards
Paul Whitham
Macromedia Certified Professional for Dreamweaver MX2004
Valleybiz Internet Design
[url]www.valleybiz.net[/url]
Team Macromedia Volunteer for Ultradev/Dreamweaver MX
[url]www.macromedia.com/support/forums/team_macromedia[/url]
"Mike1500" <webforumsuser@macromedia.com> wrote in message
news:d5aao3$3gp$1@forums.macromedia.com...and> Hello All,
>
> I created an update page that once the user made the necessary changesThe> click the update button that record would drop-off from the record set;Requested> problem is when there is no record to be updated that page would show the
> following error:
>
> ADODB.Field error '800a0bcd'
>
> Either BOF or EOF is True, or the current record has been deleted.there is> operation requires a current record.
>
> /TEST/Untitled_4.asp, line 147
>
>
> ----I would like for it to go to a different page notifying the user> no record to be updated. Does anyone know how to perform this task? Please
> help. Thanks.
>
>
Paul Whitham TMM Guest



Reply With Quote

