No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Hi, this is how I acheive the kind of thing your looking for: [code=coldfusion]<cfoutput query = "getEntrees" >#Sommaire#<br/><br/></cfoutput>[/code] if you define the query within the cfoutput tag there is no need to define it in the variable. also you could try this : [code=coldfusion]<cfoutput query = "getEntrees" ><ol><li>#Sommaire#</li></ol></cfoutput>[/code] hope this …
Hi, yeah you can build login functionality using dreamweaver CS3 as a tool. Im not sure about the login wizard (if there is one, i never used it). Its not to difficult to code a simple login system using coldfusion.. are you using coldfusion?
Hi :-) Im pulling my hair out over an issue with cfreport builder 7 and the abillity to dynamically display images. I can display images dynamicaly fine using this method: application.coverimage & "/" & query.image The problem is ive no idea how to say " if there is no image …
The End.
vdog