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 strongm 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: anubis7000
  • Order by date
  1. anubis7000

    Problem with data not being displayed

    Hi everyone, Sorry for the late reply. I got reassigned to another project, and this is why it has taken me so long to get back. I am still having the same problem. I looked at the underlying query, and all the data (a total of 15 rows) are there. I tried putting a text box whose control...
  2. anubis7000

    Problem with data not being displayed

    The code for the report is below. Before continuing, it should be known that my report does not have "PET" and "SHOT" tables, as I was trying to be as simple as possible. In my report, the data actually comes from two tables: CONTACT which contains contact information about people and...
  3. anubis7000

    Problem with data not being displayed

    Hi, I am having a problem with dynamically sorting/grouping data in my report at runtime. My problem is that when the report is run using sorting/grouping I am missing data. Specifically, my situation is that I have a query that contains results from 2 tables that have a one to many...
  4. anubis7000

    Network latency causes multi record locking

    Hi, I have a question in regards to multi user access. My situation is that I have an access database on a novell network drive. I am using forms that are set to “Edited Record” locking. I have noticed that if I have two people have the database open at once, and that the first one edits 2...
  5. anubis7000

    Binding a template column to a dataset column

    Hi, I have a question regarding how to bind a column in a dataset to a templated column in a gridview. Pretty much I have created, filled and bound my dataset to my gridview using the page_load function. My current situation is that when I run the webpage, the gridview will display the...
  6. anubis7000

    Populating a Typed Dataset

    Ok, just to clarify, my typed dataset is already connected to my backend database, so do I still need to fill it? When I preview the data, using xsd editor in vs2005, i can see the data. I am using the following two lines of code to try to bind the datagrid to the dataset...
  7. anubis7000

    Populating a Typed Dataset

    Hi, I am attempting to populate or fill a typed dataset using the data from my back end ms access database. I am using this website as a template: http://www.dotnetjohn.com/articles.aspx?articleid=83 I am stuck at the initilize data function, which is called in the page_load() function. The...
  8. anubis7000

    Problem with Delete Button

    Hi, I am trying to create a delete button on my ASP.net webpage. I am using a ms access db as my backend. Here is my code: Protected Sub DELETE_BTN_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles DELETE_BTN.Click 'PET_GRID is the name of my datagrid...
  9. anubis7000

    Set focus to an existing browser window

    Greetings, Is there a way to select or set the focus to an open browser window? Currently, I have used the following code: Dim ie As Object Dim ieForm As Object Dim WebPage As String ie = CreateObject("InternetExplorer.Application") WebPage = "http://www.google.com/" ie.Visible = True...
  10. anubis7000

    Wait function in VB.NET

    Greetings, Is there a “wait” function that can be used in visual basic? I am using visual studio 2005. Basically, I want to be able to send a keystroke to the keyboard and then wait 2 seconds (using wait or sleep), and then send another keystroke. I know in Access (vba) there is a wait...
  11. anubis7000

    Update command problem

    Hi, I am using visual studio 2005 to build a form that is connected to a mysql backend. I am able to bind datagrids and text boxes to the database, however, if I add a new record in the form, the data is not saved. I have read that I can use the dataadapter.update method to save changes...
  12. anubis7000

    Send all traffic through the ISA server

    Greetings, I am quite new at this so please forgive my ignorance ahead of time. I have tried to read up, but I have seen conflicting advice and I am seeking a definitive answer. I have successfully configured ISA 2004 to work as a web proxy. I have configured the clients to use ISA via ie...
  13. anubis7000

    Configuring win2k3 server as a proxy

    thnx fr the reply however, how would i config win2k3 to do packet filtering as a proxy? thnx
  14. anubis7000

    Configuring win2k3 server as a proxy

    Hi, I have a newbie question about win2k3 server. Can i config win2k3 server as a fully functional proxy server (packet inspection, caching, etc.) or do I need ISA? If it can be done can someone post some general methods of configuration? thnx
  15. anubis7000

    Firewall for one adapter and not the other

    Hi, If you have two network cards with two different IPs, is it possible to configure the firewall for one card and not the other? These cards are part of a windows server machine-one card is on the domain, one is on the public network. I am using IPsec for the domain, and would like to use...
  16. anubis7000

    Firewall for one adapter and not the other

    Hi, If you have two network cards with two different IPs, is it possible to configure the firewall for one card and not the other? These cards are part of a windows server machine-one card is on the domain, one is on the public network. I am using IPsec for the domain, and would like to use...
  17. anubis7000

    Network scanning using spoofed addesses

    Hi, I'm trying to test the security of a serever on our domain, however my scanning cpu and server on on the same subnet. I wanted to know if there is a way to spoof you IP in nessus? I am using windows version 3.0 This link seemed to have the answer...
  18. anubis7000

    mySQL gui

    Hi, I'm fairly new to mySQL and would like to know which gui clients are used the most and which are the best. Right now I am using SQLyog, but that does not seem to be very widely used. thnx
  19. anubis7000

    Double PC bandwith

    Hi, I am not sure if this is the rigt forum, but I have a question in regards to the bandwith of my pc. Right now my computer is connected to my ethernet using a netgear 100 baseT adapter. I wanted to know is there a way of doubling my bandwith? One thought I had was to install another...

Part and Inventory Search

Back
Top