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

    text field size

    Hi there, Can someone help me out with a text field size? Can insert a text field and use it at the same time, by now it's ok. What i cannot do is to resize that text field. I mean if i give it a height="15px" or height="15" it's resized in the preview window, if i display it in a IE window the...
  2. ofcalcul

    mdmpd: mdmpd failed and more

    Hi there, I've a Fedora core 2 installed Dell Poweredge (2cpu). Today i checked my /tail/var/log/messages and noticed this error: mdmpd: mdmpd failed and theese errors: kernel: mtrr: your processor doesn't support write-combining Jul 24 11:21:42 genial kernel: mtrr: Serverworks LE detected...
  3. ofcalcul

    Set variable datetime_format

    I have to set the datetime_format variable from "" to "%Y%m%d%H%r%s". My MySQL server's version is 4.1.14. I tried to put setvariable = datetime_format=%Y%m%d%H%r%s in the my cnf or my.ini file and it doesn't work. Do you have any suggestions? Thank you, Cristian
  4. ofcalcul

    Samba printing

    Hi there, I's using a FC2 installed server, samba on it and printing with cups. SO far so good. Today in the morning, dunno how, no windows 95,98,Me wasn't able to use the Xerox Phaser printer installed on the server. Windows XP stations had no problems printing. If i did tail /var/log/messages...
  5. ofcalcul

    Document save

    Hi there, I've got several PC's in my LAN but there are 2 from which on the first PC is a Win98 and the second is a WinXP Pro. On the WinXP i've got a map to the Win98 PC. No matter if i create a new document or open one from the win98 PC i cannot save it on this Win98 PC, i get this error: The...
  6. ofcalcul

    Search the entire maillog archive

    How can I search through the entire maillog archive for a line containing a specific word? I use "cat /var/log/maillog |grep myword" for searching in the current log but I don't know how to search through the archived logs as well. Thanks, Cristian
  7. ofcalcul

    Phaser 3420 Lan problem

    Hi there, I've bought recently a Phaser 3420 and can't get Win98/95/Me to capture printer port. I've installed my printer in the local area network, gave it an IP and managed to print on it from WinXP operating systems. Now, i need to get this printer installed on Win95/98/Me systems ( i'm...
  8. ofcalcul

    Redirect missing PHP files to a single file

    I have to redirect any link to a page that doesn't exist on my website to the /index.ph file. For the html, htm, jpg files it works fine with ErrorDocument 404 /index.php in the .htaccess file. For the PHP files it doesn't work at all, I get an 404 error message too in Internet Explorer and a...
  9. ofcalcul

    Scroll window wit jscript in iframe

    I have a webpage containing an IFRAME with a javascript in it. Using this javascript I have to make the entire window (page) to scroll up to the top. Can anyone tell me how would this be possible? How can I refer to the main window from inside the iframe?
  10. ofcalcul

    Rename network card

    I have a gateway with two NIC-s, one eth0 and the second eth1. When I inserted a third NIC kudzu detected it as dev10075 and not eth2. Can you please help me rename the third NIC to eth2? as dev10075 iptraf doesn't see it as a NIC and it's harder to manage this way.
  11. ofcalcul

    HTB question

    I have a gateway with Fedora Core 1 on it. For this it has installed three network cards: - eth0 pointing to my ISP - eth1 to a LAN with local IPs and masquerade for getting on the internet - dev10075 ponting to another LAN which has a subnet of real IPs The total bandwidth coming on eth0 is...
  12. ofcalcul

    Yes/No for a form button

    I have a form button in a webpage for deleting records in a database. For this I need the user confirmation like "Are you sure you want to delete the record?" Yes/No. Can you help me?
  13. ofcalcul

    dev10075 is an ethernet card?

    I have a Fedora Core 1 server, which I use as my internet gateway, with tho ethernet cards: one to the LAN (IPs 10.0.0.x/255.255.255.0) and the other to the Internet. Recently I added the third ethernet card - for a second LAN (IPs 10.1.0.x/255.255.255.0) which should have access to the...
  14. ofcalcul

    Link on flash banner to an URL

    I have a flash banner made in the MX version. How can I make a link on it, so that when someone clicks on the banner to go to a specific URL.
  15. ofcalcul

    Intro for a website

    I need to put a flash intro for a website. That for, I have to position that intro movie exactly in the center of the screen. I think that I can do that using a table like this: <table width="100%" height="100%"> <tr valign="middle"> <td align="center"> ...
  16. ofcalcul

    Listbox - rowsource Files - how to?

    I have a listbox control on a form which has the following properties: RowSourceType = 7 - Files RowSource = "*.csv" When I run the form, the listbox allows me to go to another directory or another disk drive to locate a file. When I select the file i need, in the List property I only found...

Part and Inventory Search

Back
Top