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

  • Users: bitmite
  • Content: Threads
  • Order by date
  1. bitmite

    Access Slow when loading rom a shortcut

    I have a head scratcher here. when I load an Access database from a shortcut to that database navigating throught Access ie. selecting a query or a table it takes forever! if I load the db buy opening Access then going to file-> open the navigation performance is perfect. Does anyone have any...
  2. bitmite

    Seting up a day to look like a non working day

    Need to add to my Gantt Chart a day that looks like how a non-working day appears (vertical line throught the project) but I do not want it to be a non-working day as it is really just a day that an event is occurring that I want to be aware of but we can still work on those days. ie. as we are...
  3. bitmite

    assign a class at run-time

    I know there is probably and easy way to do this but I can not think of it. I would like the user to select a report then I need to assign the class acosiated with the reports so ie I have reports: reprints2005 reprints2006 then I have the code if reports = "reprints2005" then Dim cr As New...
  4. bitmite

    Virtual Server is not working

    Hi I am trying to get my vertual server to run but it apears like they are not even starting here is my code NameVirtualHost *:80 <VirtualHost *> ServerSignature email DirectoryIndex index.php index.html index.htm index.shtml LogLevel warn HostNameLookups...
  5. bitmite

    permissions problems

    I have an asp.net web form that will load a word document on the Web server then fill in some information then save the word file to a directory were the user is rediected to and the file is opened. My problem is that users are asked for a password if they are net set as administrators on the...
  6. bitmite

    permissions Problems

    I have an asp.net web form that will load a word document on the Web server then fill in some information then save the word file to a directory were the user is rediected to and the file is opened. My problem is that users are asked for a password if they are net set as administrators on the...
  7. bitmite

    change the color of the highlighting in a text box

    I am using transparency in my form and when you highlight text in the textbox the color is the same as my transparent color so it goes transparent. I need to know how to change the color of the selected text so that is does not become transparent. Brought to you By Nedaineum The Portal to Geek-tum
  8. bitmite

    554: Relay Access Denied

    I have set up a Postfix MTA with Dovecot as my pop3 server. I can send email internally ie. from me.domain.ca to me.domain.ca but I can not send to say me.yahoo.com every time I get 554 <me.yahho.com>: Relay access denied could some one please help Brought to you By Nedaineum The Portal to...
  9. bitmite

    LDAP in SQL server

    I am trying to get a list of members from a LDAP query but the list is stored in a string array. Every time I go to run the query it overflows. is there a different way to load this string array. Brought to you By Nedaineum The Portal to Geek-tum
  10. bitmite

    can not get UID

    I am able to connect and get the CN values but I am not able to ge the uid values Public Function GetAllUsers(ByVal ldapServerName As String) As Hashtable 'To retrieve list of all LDAP users 'This function returns HashTable Dim sServerName As String = "mail"...
  11. bitmite

    logging in not working properly

    So here it is I have several .net apps running from My IIS server. All of which are restricted (Annonomus User disapbled). I have also done this for the wob root of IIS. my problem is that when you load the main page that takes you to each app it does not ask for a username and password. but...
  12. bitmite

    Progress status frustration

    here it is. I have a program that sets a recordset object with a very large query ( it takes sometimes 2 minutes to set) is there a way to capture the progress so that I can put it on a progress bar so that it does not appear the program has frozen. Brought to you By Nedaineum The Portal to...
  13. bitmite

    USer security problem

    I have a database with user level security. When I move the file from the location where I created the security file I can open the database with out using the shortcut made by the security wizard. Also it does not ask me for a password and everything is unlocked. What do you thing is happening...
  14. bitmite

    ID repeating problem

    I have a Dbase IV database it hace a sequencing uniqe ID for every record. The problem we are having is the number is iradic. It will duplicatce numbers and add numbers in the middle of the sequence and then continue to repeat that number over and over again. any Thoughts Brought to you By...
  15. bitmite

    Change Access Properties

    I need to change the windows in taskbar otion in the view table in the Access options. I need to do his when a program loads then change it back for other applications. is this possible? Brought to you By Nedaineum The Portal to Geek-tum
  16. bitmite

    need control of other program

    I have an app that will load a program using a shell command. My problem is now I need to monitor that program so that if it minimizes I can make it disappear and then when they open it again it actually just makes it reapper. how do I monitor another window to see when it minimizes. Brought...
  17. bitmite

    How Do you Determin is an object is set or not

    I have an optional object parameter in a funtion I have built. I tried usinf the ismissing function but it does not work properly. Is there another way to determin if that object is set when the function is loaded.
  18. bitmite

    Hide the Subforms from Datasheet view

    I have a Form that has several subforms. I would like that when the main form goes into datashhet view that the + symble that allows you to view the subform assoicated with the main form not to be there so that they only see the main form information in data sheet view
  19. bitmite

    Center A picture inside a Bound Object Fram

    I store pictures inside the DB in a OLE field, I display them with zoom (so they are not distored). Is there a way so the picture is centered inside the bond Object Box instead of left justified.
  20. bitmite

    Sending information to an access file when opening

    When you right a program in other languages you can send arguments into that program when you run the executable. Is there a way to feed information into and Access file so that it can be retrieved once the access Database is loaded.

Part and Inventory Search

Back
Top