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 TouchToneTommy 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: 160473
  • Content: Threads
  • Order by date
  1. 160473

    Move RAID-5 drives to a new server

    Old Server: IBM X235 ServeRAID 6i 3x73,4GB , RAID5 Suse 9.1 Pro New server: IBM X236 ServerRAID 6M Is it possible to take the harddrives from the X235 and put them in the X236 and just push power button? The OS is installed on the RAID5 package... Does Suse use different drivers for the 6M...
  2. 160473

    Samba with Windows 2003 slave server

    I'm currently having a network with one Linux/Samba server acting as primary domain controller. Now I need to connect a Windows 2003 server to the network acting as a database/software server (financial software). Is it possible to have the Windows server connected to the domain as a slave...
  3. 160473

    Change CR fields at runtime

    I run a mysql query that populates as dataset. This is then used for displaying data in a Crystal Report. But now to the problem. The dataset contains many columns but only a few is used in the report. Is it possible to change the datafields in the report to show different data based on what I...
  4. 160473

    Assign keys to scrollbars

    I have dynamicly created controls on a panel. The panel has got 'autoscroll' enabled and everything works fine. The crollbars show up as they should. The only problem is that this software must operate whitout a mouse... (Kiosk mode). Are there any clever persons out there that can tell me how...
  5. 160473

    Form close when clicking outside

    A have created a form as a custom menu but I don't know how to close it if I click outside it (same behaviour as a contextmenu). The form i opened when I right-click on a datagrid.
  6. 160473

    Textbox in Contextmenu

    I have searched the whole internet for a solution... I have a listview that needs a search function. So I need to put a textbox in the contextmenu to write the search criteria in (like in access). Is this possible?
  7. 160473

    Search row in datagrid

    I have a datagrid binded to a dataset and it shows data ok. Now i need a search function... I have created a textbox where the users can write their search string. I need a function that hilights the row in the datagrid corresponding to the value they just entered in the textbox.
  8. 160473

    Events on dynamic controls.

    I have dynamicly created textboxes in a windows form. Now I need to create mouse click events to the textboxes and I'm stuck... I normal cases this would be the solution: Private Sub TextBox1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles TextBox1.Click...
  9. 160473

    Delete records from dataset.

    I have a table in a dataset. I need to delete several rows in that table. But if I do like this: For Each row In newDataTable.Rows If row(1) = 505050 Then newDataTable.Rows(linenr).Delete() End If linenr = linenr + 1 Next then...
  10. 160473

    vb.NET Datagrid vith MySql

    I have populated a datagrid with data from a MySql table in normal maners (MySqlDataAdapter, DataTable etc). Now, when I change data (rows or cells) the data in MySql must change at the same time. All information I can find is about asp.NET with a [EDIT] button. I like the datagrid to function...
  11. 160473

    Excel lookup list

    I have a excel workbook that contains 2 sheets. The first is a regular calculation and the second consists of two columns. The first coulmn is filled with Customer IDs and the second is the Costumer Names. Now I need a macro that looks up the name in the second sheet when I type the ID in the...
  12. 160473

    Virus proxy

    I'm currently using popfile as a proxyserver for fighting spam on our network. Now I wonder if there is a similar proxy server for viruschecking. It needs to be server/proxy based and must not be using a mailserver like postfix or sendmail. We are using our ISP:s mailserver.
  13. 160473

    Many updates.

    I have 2 tables. One containing data about documnets (doc_table) and one containing data about who is responsible for the document doc_owner_table). doc_table: -name -info -owner_id -bla bla bla doc_owner_table: -name -owner_id I need a query that first inserts the document name (number) into...
  14. 160473

    AutoCad 2004

    I have just migrated from Novell NetWare 5 to Samba 3. Now it seems that everytime a user opens AutoCad 2004 or opens a drawing, local or on server the server processor goes to 100%. Opening a drawing takes up to 3min (with novell 3sec!!!). Everything else is working ok, even opening large...
  15. 160473

    Auto Cad 2004

    I have just migrated from Novell NetWare 5 to Samba 3. Now it seems that everytime a user opens AutoCad 2004 or opens a drawing, local or on server the server processor goes to 100%. Opening a drawing takes up to 3min (with novell 3sec!!!). Everything else is working ok, even opening large...
  16. 160473

    Permissions on subdirectories

    I have a share on an samba PDC that is restricted by acl:s and "inherit permissions" and "hide unreadable" is set to yes in smb.conf. Acl list of share: # file: data/share1 # owner: USER-A # group: A user::rwx group::rwx group:A:rwx group:B:r-x mask::rwx other::--- The share contains several...
  17. 160473

    Update takes long time...

    I'm trying to port the backend database of a aplication from access format to MySql. But the update queries takes much longer with Mysql... If I run the following query on a access mdb-file, it takes around 30s but with mysql 5.43min... UPDATE work INNER JOIN prod ON work.num = prod.num SET...
  18. 160473

    Proxyserver forward autentication.

    Is it possible to have som proxyserver to add username:password to a http-address so I dont need to write 'http://USERNAME:PASSWORD@www.aaa.bb' to login to the site? Need it for a special application that can't handle autentication. Jan-Eric Enlund
  19. 160473

    Auth via proxyserver.

    Is it possible to have som proxyserver to add username:password to a http-address so I dont need to write http://USERNAME:PASSWORD@www.aaa.bb to login? Need it for a special application that can't handle autentication. Jan-Eric Enlund
  20. 160473

    Squid / DNS problem

    Senario: Windows 2000 server: DNS-server for local network - forwards internet requests to linux DNS server. AD-server. Linux server: DNS-server (BIND9) for internet addresses. Squid proxy server. The problem is that I want to be able to set up Squid ACL:s based upon...

Part and Inventory Search

Back
Top