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 Chriss Miller 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: *

  1. unborn

    Use same code for multiple drop dpwn lists

    bean, that is because you are putting a string and an int together.. try Me.Controls.Item("ddl" & x.ToString()) Running in circles is what I do best!
  2. unborn

    Login page that authenticates agains LDAP (8 forums and no luck)

    try this... i just cant get it pulling the groups their part of now :/ i found this code and it works but not completely to what i need. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>LDAP Authentication Test</title> </head> <body> <% dim submit dim...
  3. unborn

    LDAP to get users group.

    I am trying to get the users group. I got the code authorizing the user already but I need it to also check if it is part of the "InfoDirectory". I have searched high and low on google and I cannot find what I need or anything I can understand. Please help if you can :) Thanks!!! <!DOCTYPE...
  4. unborn

    Windows Authenticated Form for SQL

    This is the new form I found to authenticate through CLASSIC ASP(which is what I need) but it has no way to check against the user group I created. If I could even get that to happen I might be able to figure something else for the SQL login side out. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML...
  5. unborn

    Windows Authenticated Form for SQL

    I have tons of code I have tried so let me give my situation and see if perhaps someone can point me in the right direction. I am developing a page for the intranet. I have a user group in AD with all the users I want to have access to my site. This AD group has been placed in the database...
  6. unborn

    Ldap search withing Active Directory for authentication using ASP

    Below is the form I found today that authenticates windows great just change the domain info up top and save as an ASP page. My problem is now taking that information and authenticating it to SQL.. sigh ... i hope this helps. [code] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">...
  7. unborn

    Changing color of header from the footer

    LB im sure you have heard this plenty of times but.. Y O U ... A R E ... T H E ... M A N! Thank you so much!!!! I will now go and analyze the code so I can utilize it in future projects!! Thank you so much for your help this is awesome! If I could give you a dozen stars I would! Running in...
  8. unborn

    Changing color of header from the footer

    Hey LB, Thanks for the help, unfortunately it is still returning the doctors name even if they are not missing any documents. Running in circles is what I do best!
  9. unborn

    Changing color of header from the footer

    I can definitely see where you would be confused because I am confused on how to describe it let me try again. Selection: I have 3 statuses fields that I am actually filtering,RV_Practitioner_Facilities.Current_status and RV_Practitioner_Facilities.Status_category are 2 of them which are...
  10. unborn

    Changing color of header from the footer

    Ok my assumption, The reason the missing docs actually works is because there is more that 1 file its looking for. So its looking for 5 forms and it assumes everyone is going to have atleast 1 of the 5 forms... now that I think about it I should probably take the form "documentname" selection...
  11. unborn

    Changing color of header from the footer

    Ok awesome looking at your other example i noticed you used ( ) so i tried it out and it works.. {RV_Practitioner_Facilities.Current_status} = "Active" and {RV_Practitioner_Facilities.Status_category} = {?PracCategory} and {RV_Practitioner_Facilities.FacCode} = "SJ" and (IF {@Answer} = 1 then...
  12. unborn

    Changing color of header from the footer

    Im sorry LB I am still new and trying to grasp all the different location of this application. Active is represented as a 1 or a 3, Courtesy is represented as a 2. I was using the above formula in the Group selection. My current record select is: {RV_Practitioner_Facilities.Current_status} =...
  13. unborn

    Changing color of header from the footer

    Ok using, if {@Answer} = 1 then distinctcount({RV_Document.DocumentName},{@PractSort}) < 5 else if {@Answer} = 3 then distinctcount({RV_Document.DocumentName},{@PractSort}) < 5 else {RV_Document.DocumentName} <> "Privilege Form"; I have been able to get it to exclude them if all...
  14. unborn

    Changing color of header from the footer

    Ok, If only i had made it that easy :/ I had to modify your code to fit the departments needs. The doctors have 2 statuses, "Active" has 5 documents they need, and "Courtesy" has only 1 document they need but can have up to all 5 of them. I have modified your code so it can decide what...
  15. unborn

    Changing color of header from the footer

    I have a group that pulls the Doctors names and under that group it pulls the Forms that they are missing. This was done buy a formula that lbass helped me create. Well the documents report at the group footer of the documents what was missing if anything was. I am trying to have the Group...
  16. unborn

    Report Missing Documents

    Thanks LB! Ok.. wow.. incredible.. I have been trying to get those formulas to work all day and in doing so i have learned ALOT so thank you so much for helping me!! As I had finally given in and came here to post again for help from you on what was going on it just clicked in my head.. In...
  17. unborn

    Report Missing Documents

    I am trying to create a report that reports back what documentation is missing. Currently I have a report I created that lists all the documents that they DO have but I would like it to report specifically what they dont and I am not sure where to begin I am still pretty new to the formula side...
  18. unborn

    Display Has Large White Space!?!?

    I am having this issue as well. i am not quite sure what is adding all this white space. >.< Running in circles is what I do best!
  19. unborn

    Database help: I keep getting errors on my string..

    They were as text but i went back and changed it a while ago and made it a number type. im off to work i will try doing what ya said jsteel when i get home tonight. thanks for the fast responces i hope the solution awaits when i get home!! :) hehe thanks all! Running in circles is what I do best!
  20. unborn

    Database help: I keep getting errors on my string..

    data type mismatch in criteria expression" Is the current one im getting. with that code you see above. i made sure all the data matches as far as number and text and what not in my database. i did use the ' ' because i foudn that it wont work with numbers if you use them so i left them out but...

Part and Inventory Search

Back
Top