Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: maximos
  • Order by date
  1. maximos

    cf filter not working

    Works beatifull now, Thanks alot , you deserve a star
  2. maximos

    cf filter not working

    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 ...
  3. maximos

    Recovery consol (moving inside directory)

    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 ...
  4. maximos

    login to the domain is Extremly slow !!

    perfect , it is working like a charm, Thanks for all the help Max
  5. maximos

    public computers suggestion

    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...
  6. maximos

    login to the domain is Extremly slow !!

    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...
  7. maximos

    public computers suggestion

    Thank you guys so much, :)
  8. maximos

    login screen

    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
  9. maximos

    public computers suggestion

    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...
  10. maximos

    restriciton option

    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...
  11. maximos

    Make certain output bolded

    Thanks alot Imstill, Works great
  12. maximos

    Make certain output bolded

    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...
  13. maximos

    simple query question

    ...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...
  14. maximos

    CFID, CFTOKEN contains invalid characters

    ...name and password, check the database for match ---> <cfquery name=&quot;qValidLogin&quot; datasource=&quot;stock&quot;> SELECT * FROM tblMember WHERE tblMember.MemberName = '#Form.username#' AND Password = '#Form.password#' </cfquery> <!--- The user has submitted...
  15. maximos

    Can i add can i do this, cause

    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
  16. maximos

    Can i add can i do this, cause

    ...</cfif> <!-- ends here ---> <cfif #session.userid# EQ &quot;max&quot;> <cfquery name=&quot;table_member&quot; datasource=&quot;stock&quot;> SELECT * FROM tblmember </cfquery> <cfelse> <cfquery name=&quot;table_member&quot; datasource=&quot;stock&quot;> SELECT * FROM tblmember WHERE...
  17. maximos

    replace a static name with a access database

    Thanks Carl, that helped alot
  18. maximos

    replace a static name with a access database

    ...and len(trim(form.password))> <cfquery name=&quot;qValidLogin&quot; datasource=&quot;stock&quot;> SELECT * FROM tblMember </cfquery> <cfif not compare(trim(form.username),&quot;#qValidLogin.MemberName#&quot;) and not...
  19. maximos

    filtering some querys

    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 ?
  20. maximos

    filtering some querys

    ...and len(trim(form.password))> <cfquery name=&quot;qValidLogin&quot; datasource=&quot;stock&quot;> SELECT * FROM tblMember </cfquery> <cfif not compare(trim(form.username),&quot;#qValidLogin.MemberName#&quot;) and not...

Part and Inventory Search

Back
Top