User Guide
Manuals
Brands
Macromedia Manuals
Other
COLFUSION MX 7-CFML REFERENCE
271
272
273
274
275
276
277
278
279
280
280
Chapter 2: ColdFusion Tags
<cfif qSecurity.recordcount gt 0>
<cfloginuser name = "#cflogin.name#"
password = "#cflogin.password#"
roles = "#trim(qSecurity.Roles)#" >
</cfif>
1
...
...
278
279
280
281
282
...
...
1108