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

    Delay using more than one subroutine

    Hi, I'm using WPF with vb.net for first time, after having used always windows form till now. I have strange delay in textbox append text functionality. I'm try to summarize the issue. I'have the MainWondow xaml where i call other windows like this: Private Sub Data_Extraction_click() Dim...
  2. maccarone

    IndexOutOfRangeException of DataRow

    Hi, I'm using in memory DataTable and I would check if a specific value exist in the table (using the primary key already defined) to update a record. I have a table named Test with 2 different field: test_id and number_occurrences Dim record_to_find(() as DataRow record_to_find =...
  3. maccarone

    build a varibale name with value included into an array

    I need to use the name of a variable that I create using the character included into an array. The arrayRN contains "a,b,c,d,e,f,g,h,i,l,m,n,o,p" and with a for loop I would use each time a different value for DN and RN variable like DNa, RNa, DNb, RNb, DNc, RNc and so on for (i in...
  4. maccarone

    Using iptables for internal nattined Virtual machine

    Hi all, I need to use my RedHat Linux server to host one vmware virtual machine. I tried several configuration but I'm not able to use it correctly. This is the configuration: Linux box with 2 interfaces: eth0 (151.98.244.143) for the external network vmnet8 (192.168.190.1) for the internal...
  5. maccarone

    knowing how is booted the server (single user or multi user)

    All, Looking inside messages file I'm not able to know if boot was executed in single user mode or not, the boot sequence seems to be the same. How is possible to know if a specific boot was executed in single user mode? Moreover, all command executed in single user mode are not reported inside...
  6. maccarone

    Recovery network and password conf after reinstalling XP

    I need to reinstall Win XP Pro SP2. Before to do this I need to save network configuration and password configuration. I'm currently working in a company that uses NT logon to connect all their computers, so If i reinstall Win XP without saving these conf files I won't be able to log on in the...
  7. maccarone

    Change OS type

    Help !!! I need to install language pack (Italian) in a office 2000 in English. We use a launch.exe tools (it is a company registered office) and when I run "\\XX.XX.XX.XX\gold$\YYY\launch.exe /a=MS_Office_2000_LP1" I receive the following message error (after check OS requirements): "This...
  8. maccarone

    Hyperlink property

    I have to create an excel spreadsheet via HTML. I have no problem creating it but I don't know how is possible to use the hyperlink property that allow me to show a value into a cell and link that cell with an http URL. How is possible ?? Thanks Massimo
  9. maccarone

    Automatically insert data into memo field

    I'm using Access 2000, and I need to insert, automatically, data and user name into a memo field. In other words, each time that user modify text into memo field, I want add date and user name before the text modfication. Eg. This is the memo data: First roiw Second row .... .... ... Lats row...
  10. maccarone

    Undefined variable XXXXXX in e:\yyyy\xxxx\index.php

    I'm developing a new website for my church, and each time I use php scripts (downloaded by internet, free scripts) on my PC I get a lot of "Undefined variable" in various php file. If I upload scripts to Linux system (where the website is hosted) all will work fine. I took a look into php.ini...

Part and Inventory Search

Back
Top