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 strongm 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: jworley
  • Order by date
  1. jworley

    Excel FIND function

    Thanks - I'm working with an existing sheet. I've tried your approach but it doesn't seem to work. Any idea what I may be doing wrong? worksheet = createobject('excel.application') oExcel = worksheet.APPLICATION oExcel.Workbooks.open('C:\LAT Excel Demo\excel\test.xls',,.F.) oExcel.VISIBLE =...
  2. jworley

    Excel FIND function

    Hi, I've created a macro in Excel that uses the find function, here is the code it produces: Cells.Find(What:="Saunders", After:=ActiveCell, LookIn:=xlFormulas, _ LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, _ MatchCase:=False, SearchFormat:=False).Activate...
  3. jworley

    Grids with combos inserted - odd behaviour

    Hi, I have a 6 column grid with one combo inserted into column 3. The combo is populated with several choices that the user can make, a common scenario no doubt. At runtime, this all works fine except for the fact that the combo looks "squeezed" i.e. the row does not seem tall...
  4. jworley

    Is it possible to use the Query Designer aspart of an app?

    Hi, Does anyone know if it's possible to use the VFP Query Designer within an app, i.e. call it like a form. Am I asking too much ? I don't want to reinvent the wheel by having to write a query tool for my end users. Thanks! Jim Worley jim@aits-uk.net http://www.aits-uk.net
  5. jworley

    How to get a list of tables in a database into an array

    Hi, Please forgive me if this question is a little elementary but I have searched this forum for ages and I haven't found anything on this subject. I am writing a query form where a user can locate and open any VFP database. What I would then like to do is get a list of tables in that...
  6. jworley

    Default path for getfile() based on previously found location

    Thanks Mike, I'd like to use the path next time the program is used, this would mean that I would have to store it in a database field, and then get getfile() to look at the store path next time the program runs. Is this possible? Jim Worley jim@aits-uk.net http://www.aits-uk.net
  7. jworley

    Default path for getfile() based on previously found location

    Hi, I'm using getfile() to locate a file that the user wishes to import/export. In use, the first time the user browses to a particular location, the path seems to stay in memory until the program is terminated. I'd like to be able to store the path that the user first browsed to, and start...
  8. jworley

    Adding new fields to existing tables when executable is upgraded

    Hi, I have written an app that is installed in 30 or so locations. User input has resulted in a new version which has required changes in several tables i.e. addition of new fields. Is there an easy way of inserting the new fields into the existing tables when the upgraded executable runs for...
  9. jworley

    Outlook junk/adult mail filter

    Hi, The Outlook junk/adult mail filter is accessible in a silly little window where you can add/remove addresses. Is there a data file with these entries in it that I can manually edit in a text editor to save messing about ? Hope you can help :) Jim Worley jim@aits-uk.net http://www.aits-uk.net
  10. jworley

    print processor error 3003

    I have a HP Laserjet 4500 which is connected to a D-link print server. When I set this up, everything worked fine for a while, and then it stopped working. When trying to print a test page, I get the following message in the event log: "The document Test Page owned by administrator...
  11. jworley

    PC reboots in Word when using File/Save As to Drive A

    Hi, I have a new Toshiba Satellite portable running Win 2K, and Office 2000. When I use File/Save As and try to save to A:, it reboots immediately. It does not do this in any other application when I save to the floppy drive. I have deinstalled Office and reinstalled it, still does the same...
  12. jworley

    Administrator rights change when w/station on network

    Shriram, you are a genius !! It worked !! Jim Worley jim@aits-uk.net http://www.aits-uk.net
  13. jworley

    Administrator rights change when w/station on network

    Hi, We have an installation of 1 NT4 Server and 34 NT4 W/station clients. On one (and only one) of the clients, you can log in as administrator when the machine is not connected to the network, and you have full administrator privileges locally. Connect the machine to the network using the...
  14. jworley

    Identify a VB executable and decompile

    OK, is there any way one can identify what version of VB the exe was compiled with ? Jim Worley jim@aits-uk.net http://www.aits-uk.net
  15. jworley

    Identify a VB executable and decompile

    Hi, One of my clients had a bepoke app written, he doesn't know what language the developer used, I note that it uses an Access database and am assuming that it is VB. The company who developed it went bust and you guessed it, no source is available. Changes need to be made with it as it...
  16. jworley

    Running DOS command minimises my app

    After running a dos command using run /N, my application ends up minimised. I don't want this behaviour but can't find a way to stop it. Any ideas ? Jim Worley jim@aits-uk.net http://www.aits-uk.net
  17. jworley

    Problems with RUN/! command

    Hi, I have just had this problem myself ... The ! command doesn't seem to support parameters specified after the .exe filename for some reason (VFP6). This happened to me when I tried to run the Windows/DOS FTP program like this: run /n c:\windows\ftp.exe -s:c:\myapp\ftpscript.tmp This...
  18. jworley

    Outlook PST's, roaming profiles and laptops ..

    We have implemented roaming profiles on our LAN, and store each user's Outlook PST files in shared folders on the server. This is fine for desktop workstations, but we have outworkers with portables who want to take them home, write emails and then synchronise their office-based PST files. Of...
  19. jworley

    "Cannot access selected table" problem with cursor

    Hi, I have a listbox populated by data from a cursor that is created as a result of an SQL query. The listbox is used on a form that allows a user to select single records for deletion. Having deleted the desired record, I run the original SQL query again to update the listbox. When I wrote...
  20. jworley

    Moving Outlook rules with personal folders ?

    Problem: Want to move .pst file from desktop pc to network drive so that I can access them on my NT Terminal Server connection from my portable. Have set up LOADS of anti-spam email rules. When .pst file moved from local to network drive, everything OK except all rules disappear when I access...

Part and Inventory Search

Back
Top