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 wOOdy-Soft 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: Zycmi
  • Content: Threads
  • Order by date
  1. Zycmi

    IIS web site cannot be displayed when Norton Firewall active.

    When the firewall is down, full access to the site is available, however, once the site is up, I immediately lose all connection to the site except for those computers listed in the trusted computers section of Home Networking. I certainly do not want to allow access this way. I have also...
  2. Zycmi

    Can't view shares on network

    I haven't been able to get my computer to see the shares of 2 other computers on a larger network. I am running windows XP pro, and I cannot be seen on the network either. I need to map a network drive, so I can't do it without being able to recognize a shared folder. can anyone help? thanks.
  3. Zycmi

    Trouble connecting 2 computers across 2 Novell Servers

    I've got two specific computers on a LAN powered entirely by novell. one runs on the following setup, Tree: LU Context: Pers.PKR.LU Server: Personnel The other runs on this setup; Tree: LUL Context: Empl.LUL Server: LULDATA I would need to get these two computers to communicate via shared...
  4. Zycmi

    Call function from Form button onClick Action.

    Hi, I'm having some trouble getting a function call within an onCLick action of a Form button working. The contents of the function must be defined as vbScript as per the example below. Does anyone have any idea why it won't recognize my function? Thanks in advance. Zycmi ---------Code...
  5. Zycmi

    Day() & Month() functions return other's info

    Hi, I've tried using the Day() & Month() functions as well as the DatePart function, I've noticed that the DAY and MONTH values are sometimes switching from one-another. In the event that the date is sent as yyyy/mm/dd, the functions return the correct values, however, if the date string is...
  6. Zycmi

    Getting VBScript to read Windows regional settings for date

    Hi, I was just wondering if there is a way to get my vbscript to search my windows system for the regional settings for date. I have a date picker running on my machine, and it works wonderfully when the "/" character is used as the delimiter. however, some machines have a...
  7. Zycmi

    ASP OnClick Jscript problems (Sending variables through Function call)

    Hi, I was wondering if anyone could help me find the problem in my code. I've managed to find a good JScript Date picker calendar, where a user clicks a button to make the calendar appear, then cooses a date and it is then entered in the textbox beside it. This all works fine provided I use a...
  8. Zycmi

    VBA String to delete current record

    I've got form that has a nasty knack for creating a record with no information in it due to the fact that a user will select an item from a combobox then close the form. This throws off the totals and is unacceptable due to the fact that this database was created to take statistics.. I have...
  9. Zycmi

    Using String to Set User Password

    I am trying to create a small form with a command button that lets you change your password. I am looking for a string that could do this. i don't know the proper syntax for this, however, Here is what I am looking to do. InputBox1: Collects the old password InputBox2: Enter New Password...
  10. Zycmi

    Can't get Login window to appear on remote computer

    Hi, I've got a database I've been working on for a long time now, and I am nearly completed. I set up all the user accounts and all functions normally. when I run the database on my local machine, my login window functions properly, however, on a remote machine, it doesn`t appear... I`ve tried...
  11. Zycmi

    Automaticaly Logs in as Admin when opened via network!! :(

    I have set up and organized some user accounts with logins and passwords. The function works flawlessly on a local machine, however, every time I open the database on an other computer through the network, the login dialog box does not appear, and that individual is logged in as Admin. Can...
  12. Zycmi

    Using VBA Variables to define querry parameter value

    I'm looking to find out how to take a VBA Variable, and use it to define a search within a query. and print what it finds on a report. Is there a quick way to do this, or is there a method that could get me started on this route? Thanks Zycmi
  13. Zycmi

    Date grouping by month.

    Hi, I have a querry that currently groups all Statistics entries by weekly submissions. Thus, it reads the dates, matches them together, and sums up the statistics. This gives me Weekly totals, I now need to make a Monthly total for those statistics, and would like to simply take all the...
  14. Zycmi

    .Enabled feature for buttons on switchboard.

    I am trying to add code for the buttons to be enabled for certain users and not for others... I've got the user tables and account information already complete, however, when I place a statement such as the following in Private Sub Form_Current() If OptionLabel3.Caption = "Staff" Then...
  15. Zycmi

    Startup configuration by code.

    I wish to set all of the startup options using a command button, I have tried the following code: ------- Private Sub cmdStartupConfig_Click() Dim temp As String temp = Application.SetOption("StartUpShowDBWindow", True) End Sub ------- Yet an error message saying Expected function...
  16. Zycmi

    Opening Full menus & Database window for Admin

    Hi, I've set up a user/group accounts system for my database, as well as a startup switchboard. In the startup configuration, I have unchecked "allow Full Menus" as well as "Display Database Window". This is definately what I want, however I would like for the Admin...
  17. Zycmi

    finding Current access user name in VBA

    I am currently working with an access database, and am finally setting up user accounts. I would like to know if there is a code string which would allow me to retrieve the Current User's username, and dump it into a string. It would make my life that much easier... thanks. Zycmi
  18. Zycmi

    Cannot browse Internet, Pings work!

    When I try to access the internet, it gives me a DNS error/page cannot be reached page. I tried to ping www.google.ca, and an unknown host error appeared. however, when I typed in the actual IP address for Google.ca, (216.239.39.10) I would get a reply. My LAN is connected through a couple of...
  19. Zycmi

    Network works, Internet Doesn't

    Without having changed any configurations whatsoever, my internet connection simply stopped working and it hasn't worked ever since. (few weeks) My laptop is connected to a small serverless LAN, running windows 98 with cable internet shared though a Cable/DSL Router. Another machine is also...
  20. Zycmi

    Reading another table in Access Event Procedure

    In my current Access Form "Statistics_Entry_Form" I am running an Event Procedur on a combo box named "Staff_Member". That combo box is bound to a lookup Query called "Staff_Name_List" My database is named "ILRC.mdb" I am attempting to find a code...

Part and Inventory Search

Back
Top