Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
MarkEG #1
Removing paragraph mark in a field
Hi all
I need some help please
I am trying to remove the pragraph marks ^p in a text field called
- advert.DescriptionDetails
when creating an export to a csv file from SQL Server using DTS driven from a
query
I have successfully used RTRIM to remove trailing spaces - but also want to
remove the embedded
The SQL is as follows - (abridged)~
SELECT advert.AdvertID AS VehicleID, RTRIM(advert.DescriptionDetails) AS
Description,
advert.SellingPrice AS Price, RTRIM(owner.County) AS
County, RTRIM(owner.Postcode) etc.......
FROM removed
WHERE removed
GO
Hope this is not off topic - the web site using this database was made with
Dreamweaver....
Best reagrds
Mark
MarkEG Guest
-
Removing Commas From a field
Hello I have 2 fields that are name the same in different tables. One is called : ProductGrade.GradeID and the other is Parts.GradeID. now my... -
check box to mark yes/no data type field
I've created a form where people can request samples of our product to be sent to them. I've created a list page where it lists out all of the... -
Removing characters out of a field
I have a search screen and the user will be entering an isbn number to search. Some users will enter dashes and others will not. My database field... -
To Mark Boyd
Hey Mark! Just wanted to personally thank you for your great help. I took your script and tried to make my own event handler to prompt for a go... -
Removing desktop icon from one account is removing from all accounts
Using XP Professional. I want the Guest account to have only a few icons. The other two accounts should have many more. When I remove the icon...



Reply With Quote

