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 SkipVought 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: wetton
  • Order by date
  1. wetton

    vfp6 - getting Windows Title for an image.

    In the right Click properties menu for an image - on the (Simple) Summary Tab I can enter several values including Title. Can VFP access these values via an API? I am already able to access the EXIF vales shown on the Advanced Button Thanks PW
  2. wetton

    vfp6 - filling a combo box on starting a form

    I have a path selection combo on a form that is filled from an array. On first run the array contains only one entry filled by the app. When the form opens I get the list to drop down to show the entry but I want the combo itself to be showing that value - as a click on a [Next] button causes...
  3. wetton

    VFP6 adding a ' to any chr field starting with a '+'.

    Thanks to you both... Testing in my app now.. PW
  4. wetton

    VFP6 adding a ' to any chr field starting with a '+'.

    I need to scan through a table and add a ' to any chr field starting with a '+'. Any help with some code please. Thanks PW
  5. wetton

    VFP 6 OLE field in grid on form

    Thanks Guys, I should have said I am opening another apps tables and have no control over their structure. My app provides detailed facilities not available in the "host" program. EG it presents the tables' data in different ways. That program has no restrictions on what OLE connections are...
  6. wetton

    VFP 6 OLE field in grid on form

    I have a number of forms with a grid - produced via a prg file. Some of the fields are 'editable' and I have various controls on those columns. Most controls run a separate procedure. On two of the grids I have a General field containing an OLE object. Is there any code for a 'viewer' control...
  7. wetton

    Fox and the Processor

    Scott, Looking forward to your report - this will be a real boon in my app. PW
  8. wetton

    Viewing a text file within an app

    Mike, I explained in a previous post that that only gave a quarter size window. The suggested code changes didn't have the desired effect. Rick's option is grand Thanks PW
  9. wetton

    Fox and the Processor

    Scott, I'm very interested in this process. I have tried the code referred to and I am not getting a change in the process values although the thread values are set correctly. Changed from -2 to 2 To investigate I have added the PID column to Task Manager and the first thing I notice is that...
  10. wetton

    Viewing a text file within an app

    Rick Big star for you my friend many thanks PW
  11. wetton

    Viewing a text file within an app

    I note and have used faq184-4268 to allow an HTML file to be shown in a window. Is there a way to convert that to show a simple text file in the window? My attempts at getting modi file to open in a larger window have failed. Thanks PW
  12. wetton

    Opening file on button click

    I write a log file during my app's operation. Under a [Show Log]button on the Main Screen I have modi log.dat This opens nicely but the window is only a portion of the underlying app screen. Can I somehow make this screen open to the main screen's full size. THanks PW
  13. wetton

    Backup routine after WINXP reinstall

    Mike After the new install my resource file was back in the \App Dev folder instaed of 1 level above in Projects. I thought I recognised the error - I guess I had it before and solved it myself but I'm older now <G> PW
  14. wetton

    Backup routine after WINXP reinstall

    Further - I should have added that an error message appears OLE error code 0x800a0046 Unknown COM status code Thanks PW
  15. wetton

    Backup routine after WINXP reinstall

    I have the follwomh backup routine prg gleaned form these pages some time ago. I have been using it many times a day as my app progresses. I had to reinstall WINXP two days ago. The routine still runs and copies some of the files in the folder then the debugger opens on the line marked <-------...
  16. wetton

    VFP - not seeing an opened form in Debugger

    Thanks to the other posters. I was able to set a breakpoint and see the objects in the form but the .parent wasn't available so I was non the wiser. And I was looking in both the Watch and Trace windows. The name did show on the Call Stack with the correct form name. With Mike's suggestion I...
  17. wetton

    VFP - not seeing an opened form in Debugger

    Mike, Once again Mike you have put me on the straight and narrow. Many thanks PW
  18. wetton

    VFP - not seeing an opened form in Debugger

    Thanks guys for good info. THe nub of the matter was I want to use a prg file to interrogate check boxes on the FORM to control further processing and I cant find the correct object name. Any more help - or will one of the methods above help me? PW
  19. wetton

    VFP - not seeing an opened form in Debugger

    I cannot see an opened form in the debugger in my app possibly due to its depth in the parent object . Is it possible to create a file listing of objects at the time the file is called eg - when the form is opened. I have tried the name method after do FORM xyz Name abc The form is opened from...
  20. wetton

    VFP6 - strtran() on form field

    Thanks Scott, Instead of removing a ' I need to add one to any chr field starting with a '+'. Help with modifying the code would be appreciated. Thanks PW

Part and Inventory Search

Back
Top