navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

VB script FP codes

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> VB script FP codes
Page: [1]
 
sduraybito

 

Posts: 29
From: Denver, CO
Status: offline

 
VB script FP codes - 8/9/2001 20:41:00   
I'm looking for a definition of the various possible FP_ codes available under VB scripting. For example, we know <%=FP_FieldVal(fp_rs,"email")%> brings in the email address stored in a database. But I've also seen FieldUrl and FieldHTML. I've also seen <%=request(fp_rs,"xxxx")%> and <%=response.write(fp_rs,"xxxx")%>, which I suspect are just javascript passthroughs.

Where can I get more information on this subject?

------------------
Siegfried

rdouglass

 

Posts: 9228
From: Biddeford, ME USA
Status: offline

 
RE: VB script FP codes - 8/9/2001 13:13:00   
I don't know about all the codes, but I do refer to this page quite often (of course its written in typical MicroSoft fashion - good or bad).

http://support.microsoft.com/support/frontpage/fp2000/rc/datarc.asp


(in reply to sduraybito)
Spooky

 

Posts: 26599
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: VB script FP codes - 8/9/2001 16:26:00   
They are all functions which are defined in the fpdblib.inc file

FP_FieldVal = FP_HTMLEncode(FP_Field(rs, fldname))

FP_Field = rs(fldname)

FP_FieldURL = Server.URLEncode(FP_Field(rs, fldname))

FP_FieldLink = Replace(FP_Field(rs, fldname), " ", "%20")

FP_FieldHTML = FP_HTMLEncode(FP_Field(rs, fldname))

They control what format is returned to the browser.


(in reply to sduraybito)
charlie df

 

Posts: 79
From: las vegas nv USA
Status: offline

 
RE: VB script FP codes - 8/28/2001 18:01:00   
OK foolish me did not have the script between the DRW Includes. Thank you for your help I appreciate it. I have more questions but will return when I can form a coherent sentence.

(in reply to sduraybito)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> VB script FP codes
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts