Request an Extension

  • Are you sweating over a piece of code, frying your brain and are thinking there should be an easier way to do this?
  • Are you searching for an extension that can do it for you? Can't find it anywhere?
  • Request your extension here by choosing the right category first and then clicking on the ADD NEW button (after logging in).
  • Our team from high qualified extension builders has this amazing ability to turn an idea into reality!

Explore the Request an Extension

ASP

Asp text and Memo break line

A lot of time I need to recognize the break line in a text or memo field to sostitute with <br>

At now I resolve this with this code

    <%
dim formtext
formtext=(recordset_field .value)
if formtext <> "" Then
formtext=Replace(formtext, vbcrlf, "<br>")
End if
%>
 <% =formtext %>

Two questions:

1) I need this function for more fields in the same recordset so I need to repeat this script each time with new variable

2)I adopt this solution because if the field is empty the "replace" command generate an error.

I'm sure that for your brain it should be better! (maybe with an extension!!!)

Thanks!

Guido.

 

Read More
ASP

Check if two field entries in one record exists

What I am looking for is very simple - a server behaviour similar to the "Check if username exists" server behaviour.  However, I would like to check for the existance of two field entries in a particular record and not only one - for example I would like to check for the existance of the person's username as well as the title of a particular article he would like to save to his list of favourites.  Should this particular article allready have been saved to his list of favourites, I would like to redirect him to a page that will inform him that the article allready exists in his list of saved articles.

Read More
Advanced

RSS news feed extension

Can anyone develop a DWMX extension that would make it easy to create RSS newsfeeds for Weblogs and Web site news content?

Chuck Frey
cfrey@aem.org

Read More
ASP

Reverse upload

I need an extension that will allow me to provide a facility on a site administration page to copy all the files contained in a pre-defined folder back to the local machine which the user is working on. Read More
Access

Insert Multiple Rows in Access Database

I would like an extension which would first take a parent record and then insert multiple child records based on it. Something similar to Save Cart to Table behaviour. I have seen a SQL Server tutorial with stored procedures. But i need it for Access Database Read More
Newer articles Older articles