this works too, just for reference... from http://www.robgt.com/ultradev/tutorials/linebreaks.asp
VBScript
<%=Replace(rsName.Fields.Item("MemoColumn").Value,chr(13),"<br>")%>
JavaScript
<%=String(rsName.Fields.Item("MemoColumn").Value).replace(/\r/g...
Hi Ivan1,
Try this. I took this from a basic html page created with Macromedia Dreamweaver 4... just changed the function name to help with readability.
The color red in the example below denotes the url/filename that you'd need to change to reflect your Flash movie.
Hope that helps...
Hello,
I am in need of some help. The following is an assignment that I need to complete for a C++ course and I am stuck. I have been working in Visual C++, and I continue to get linking errors when I compile.
I just need some direction. If somebody could help me figure this out, I would...
You might want to try exporting the Access DB to an Excel file, and then importing the Excel file through Filemaker Pro on the mac...
What is happening with the ASCII file? Is it giving you an error when you import it into Filemaker, or is the data messed up?
Kathryn,
It worked! Thank you very much for your help.
I followed your example to place the first name into the NameFirst column:
Right([info]!Name, int(len([info]!Name) - instr([info]!Name,",")-1))
- Eric
Unfortunately, I didn't design this database. It was created about a year ago in Filemaker Pro. I'm just the lucky guy who gets to modify it for use on the web!
At this point, anything is a possibility except for a loss of data. There are approximately 5400 records in this db. I've...
I'm new to SQL, so please bear with me...
database = "users"
table = "info"
field = "name"
I have a situation where data in the "name" field is in the form of:
LastName, FirstName MiddleInitial.
I need to change it to the following form...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.