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

    Cursor blinking through element

    I have the following problem specifically in IE. I have a basic html with an input control and a div. The div overlaps the input control using position:absolute. In essence covering the input control. In IE the cursor can still be seen blinking through the div element. HEre is my simple test...
  2. weedz

    Coding question, using WITH block type coding in PHP

    Is it possible to use a VB/VFP etc WITH block type coding in PHP ? Like for example: With $object ->property = value; ->property2 = value2; ->dosomething(); End with TIA.
  3. weedz

    How can I check the img.src value for a certain value

    Hi all, I am quite new to javascript so please excuse me if this is a beginners question. I need to check an images src value against a constant value. Here is what I do in words: I fill an array with paths to different images. When a user click on an image, it will be replaced by a randomly...
  4. weedz

    Using echo to export simple xml string adds an anomalous extra space

    I have made a simple routine in which I build an xml string (no schema or validation). After building the string I export it to the user using the echo function. In my header I have the following: <?php session_start(); ?> <?php header("Content-Type: text/html; charset=utf-8");?> <?php...
  5. weedz

    Graphical utility to recover rar files with par files

    Hi folks, I am very new to Linux, I just started yesterday. I have set up my system and use BNR to download from the usenet newsgroups. All works well, but I am still looking for a graphical utility to recover rar files using par files. Preferably a utility like FSRaid in Windows. I did find...
  6. weedz

    How to connect a windows OS client to internet via a linux server

    Hi Guys, I am new to linux. I did some installation of linux 4 years ago but was forced back into the windows OS, and I finally found some time to go back experimenting with linux once more. I have the following question: can anyone of you point me to a site with good info for the following...
  7. weedz

    Hi Folks, I am kind of new to VB

    Hi Folks, I am kind of new to VB (coming from Visual FoxPro). I have this project in VB that calls a dll written in C++ of which I have the sources. Is it possible to debug the c++ source from VB. So when stepping through the VB code, it switches to C++ when debugging. I use VB 6.0 sp5 and VC++...
  8. weedz

    Hi Guys, I am having trouble del

    Hi Guys, I am having trouble deleting files with DELETE FILE when the file and path has spaces in it. lcFile = &quot;C:\Document and setting\MyXMLFile.xml&quot; lnFileHandle = FOPEN(lcFile) IF lnFileHandle > 0 FCLOSE(lnFileHandle) DELETE FILE lcFile (or DELETE FILE &lcFile) ENDIF Does...
  9. weedz

    Differences SYS(100) AND SET('CONSOLE')

    Hello there, Can anyone provide me with any info regarding SYS(100) and SET('CONSOLE'), concerning any differences between these two statements ?? Both should return the 'set console' setting, according to the MSDN but in my app both show opposite values (SYS(100) shows 'OFF' as where...
  10. weedz

    VFP and OOP, your opinions...

    Hello you'all, I have been on this forum for one month now, and I must say that the readiness of helping other fellow programmers is very good if not perfect. I have been in FoxPro for 3 years now and in VFP for the last 2. So I am not that experienced as some of you but still I have this...
  11. weedz

    Tabbing controls on a form contained in a formset

    Hi you'all, I am currently using the follwing: A formset with three forms: - A toolbar a business object (invisible) - A form used to show a list - A form to show detailed data. The detailed data is shown on containers on different pages of a pageframe. I have the following odd behaviour...
  12. weedz

    Showing JPG stored in a general field using an oleboundcontrol

    Is it possible to show stored JPG files (in a general field) via an oleboundcontrol ?? Currently it automatically shows ICONS and BMP files but shows an icon indicating that it is a JPG file. Thanks, Weedz.

Part and Inventory Search

Back
Top