Hi i , have a directroy search, that certain result will show Bolded (special customers) which works no problem, but what i'm trying to do is, have another alternative color or font size for more special customers,
but my cfif statememnt is not outputing the right result here is my codes ...
I'm trying to copy some files while in the recovery mode, so if i try the CD command it works only on directory that consist of one word Eg : cd temp works no problem , but when i try cd Documents and settings tells me invalid peramiters ,,
any idea how to access folders like that ...
one more question reguarding the group policy,
I did created the goup policy. In the group plicy edit section (mmc) what is the different between the computer configuration and user configuration ? Does that , computer configuration , is applied to the computer the user is loggin into ? and...
hi everyone, this is really weired,
I just had a fresh windows 2000 server with domain controler, and some windows xp pro , everytime i try i logon to the domain, from the xp workstations , it takes a good 4 minutes to logon, (i stayes for a long time on the screen saying"appling your...
HI i would like to change the login screen to a classic mode, eg, i would like to see the ctrl-alt Del option just the way it looks if you are loging in to a domain , is that possible,
the reason is, i don't want to see all the user list at logon screen,
Thanks in advance
Max
Hi , i have about 8 pcs for public use by students (all xp pro), and a domain 2000 server
what is the best setup for these pcs , should they logon to the domain, or make them act as workgroups ?
Remember there is lots of students that would like to experiment with the machines, and i wanted...
Greeting all,
I would like to restrict certain users to access any properties , eg, control panel , video properties, change any view options, ..etc .. its for a public access user , so you could imagine,
Are these options duable from the local machine, or from the server ? they are part...
Hello everyone
a simple business directory search that is pulled up from an access database
Is there anywyas i could have certain business to be bold , and /or different colors from the rest of the list ? or if you have any referece i could look at that would be great ..
I do have an idea...
...the second table (tblShareValue) has 2 feild: ValueID, ShareValue
What i want to do is, to have the TotalHolding in the first table = ShareUnits * ShareValue (from the other table)
Also ShareValue, is alway a one cell, has no relation with the other Table, it will not grow.
So at the...
...name and password, check the database for
match --->
<cfquery name="qValidLogin" datasource="stock">
SELECT *
FROM tblMember
WHERE tblMember.MemberName = '#Form.username#' AND Password = '#Form.password#' </cfquery>
<!--- The user has submitted...
Carl, That did the tric, the <CFSWITCH> tags, are way better, i got the cfif working, but it was displaying the template and the values on the same page, but the cfwitch worked way better,
I'll take a look at the cflock , ( i'm still a newbie )
But thanks alot anyways,
Max
...and len(trim(form.password))>
<cfquery name="qValidLogin" datasource="stock">
SELECT *
FROM tblMember </cfquery>
<cfif not compare(trim(form.username),"#qValidLogin.MemberName#") and not...
i did these changes still no luck , but it with the original code , its wokring perfectly, all i wanted to do , is replace the static login names, and password to come from the database instead..
Any thing am i missing ?
...and len(trim(form.password))>
<cfquery name="qValidLogin" datasource="stock">
SELECT *
FROM tblMember </cfquery>
<cfif not compare(trim(form.username),"#qValidLogin.MemberName#") and not...
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.