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 Mike Lewis 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: johnbuckley
  • Order by date
  1. johnbuckley

    Date textbox error handler

    How do I create an error handler for a date formatted textbox? [textbox.value=ctod(' / / ')] VFP6. A default handler kicks in when an invalid date is entered and I can't find a way to stop it whatever code I put in the error event. I want an invalid date to generate a messagebox to conform...
  2. johnbuckley

    Can't call WScript

    I see what you mean but I'm not sure. I copied the code from numerous examples shown on Tek-Tips and they don't follow your line. Thanks anyway I'll keep looking John
  3. johnbuckley

    Can't call WScript

    I'm trying to run a function using WScript, with the line var oShell=WScript.CreateObject("WScript.shell") However this only produces the error 'WScript is not defined' Wscript is installed. If you put the function code in a text file with a .js extension it runs OK in...
  4. johnbuckley

    Using Oracle files

    Mike Many thanks. I nearly made a fool of myself but fortunately thought to ask. Tek-Tips is wonderful John
  5. johnbuckley

    Using Oracle files

    I think I'm confusing the issue by my own ignorance here, with the terms table and database. Let's try the question another way. The Sender has Oracle. Can they send me the native data from their files on a CD so that I can access it on my system which does not have Oracle installed? Presumably...
  6. johnbuckley

    Using Oracle files

    I want to copy an Oracle table via a CD onto a system which does NOT have Oracle server installed. Can I then access that table via ODBC from Foxpro? If not any ideas. I don't want to have to buy an Oracle licence just for this one job. Thanks John
  7. johnbuckley

    Grid Olebound Control Display Problem

    All the answers, quick as a flash. Thanks very much John
  8. johnbuckley

    Grid Olebound Control Display Problem

    I want to create a grid which looks exactly like the files display in Windows Explorer. So I have a table with 2 fields, one being a general field with the icon in it and one with the file name. My grid has a oleboundcontrol in the first column and the file names in the second. No grid lines...
  9. johnbuckley

    Disable download security in IE5?

    I want to run a programme on my local computer from a web page displyed in IE5. No problem to put a link on the page to the programme. But you then get the 'Do you want to run from present location or save to disk box'. There is a tick box to disable this but it's always greyed out. If you ask...
  10. johnbuckley

    Aborted Installation

    Tiffany Many thanks for the effort. At least you found it, I searched but didn't. In the end, with the speed of connection I have here (28KB on a good day,) it's easier to reformat my C drive than do the download. Thanks anyway John
  11. johnbuckley

    Aborted Installation

    No Sorry When it autoruns it tries to set up, lets me put the CD code in and starts to install. Then it stops and says 'Error 1500 a previous installation has not been completed' John
  12. johnbuckley

    Aborted Installation

    I was re-installing FP on Windows 98 when it aborted. Now I can't get it installed because it claims that a previous installation was incomplete. I have removed all the files I can find and all the FP tags in the registry but it still says there is a previous installation. Any ideas please as...
  13. johnbuckley

    Form Object not found

    I have a number of forms in a project one of which is called NOMINAL and is saved as NOMINAL.scx. When I run the project two forms appear in the screen, Nominal and another called Search. The search form has a list of names in a grid and when you click on an item in the grid the nominal form is...
  14. johnbuckley

    DBF2HTML

    I've been using DBF2HTML and GenHTML.prg to output data as a list table into a browser using code from the DoHtml sample. It works fine. However the data grid displays with a grey background and doubled lines which doesn't fit with the rest of my displays. I can change the background colour...
  15. johnbuckley

    Weird edit box in grid

    I have a grid displaying fields from a view. Most columns are text boxes but one is an edit box displaying a memo field. There is also a dynamicbackcolor on all columns. The weird thing is that if the edit box or its column are read only it does not display the text or the dynamicbackcolor. All...
  16. johnbuckley

    Can't clear Read Only attribute

    I have a directory marked Read Only copied from a CD. When I go to the properties the read only box has a green dot in it. I clear this and click apply and the box then shows clear. However if you close the property window and then re-open it the green dot is back and the directory is still read...
  17. johnbuckley

    Grouping items in a menu?

    Can I group the items in a VFP6 system menu by putting spaces or a separator between pads? I'm sure I've seen something on this here before but I can't find it. thanks John
  18. johnbuckley

    Command Button Back Color

    Scott Can I request a copy of your solution or ask you to FAQ it please. I've been trying to do this one but like FoxEgg I'm just not good enough - yet. I'm glad he had the sense to ask. Thanks John email jbhowarth@travelstained.com
  19. johnbuckley

    Enter data in web browser

    This seems to work: A simple form with a web browser control in it called WEB 1. In the form init put: ******** this.web.navigate('http://www.usps.com/shipping/trackandconfirm.htm') ********* 2. In the form activate put: *********** thisform.web.setfocus *********** 3.In the...
  20. johnbuckley

    Stop EXE file from starting more than once

    LindaRichard Looks like a lot of us use similar code. To avoid your problem I use: 1. A config.fpw containing SCREEN = OFF 2. A startup prg with the above code as the first lines 3. Next in the prg a line: _screen.visible=.f. 4. In the init of the first form _screen.visible=.t. Works for me

Part and Inventory Search

Back
Top