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: wetton
  • Content: Threads
  • 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 '+'.

    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
  4. 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...
  5. 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
  6. 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
  7. 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 <-------...
  8. 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...
  9. wetton

    vfp-6 Combo filling with a stored value

    I am using a combo based on a single element array to select a path to be used in the app. I store the selected value in an ini file entry and write all used paths to a table. The array is created from the table when the app opens I want the combo to show the previously used path stored in...
  10. wetton

    VFP 6 - getting more than 1 value returned from a combo box

    Is it possible say, from showing a list of names in a combo , each of which have id numbers in another field or element in an array , to easily include the id in a variable after selection of a name in the combo. Many thanks PW
  11. wetton

    VFP 6 - SQL Guidance

    I'be been using SQL extensively in my applications for the last few years - in particular to filter a set of relational tables based on the value of a combo on a form leading to the result displaying in another combo on the same form. Sometimes there are 3 levels of filtration. My SQL is really...
  12. wetton

    VFP6 - finding table used in form

    I have generated a form using the wizard based on a single table. I have the table at \ApplicationData\Username\Myapp. In development I am able to set default to this directory on my PC - set the Data Environment with the table in that folder and all works well. Now in a distributed exe I...
  13. wetton

    VFP6 - Wizard form

    I'm using a Form generated by the Form Wizard. I've been able to change some aspects of the operations of the form using the wizbtns vcx but one that eludes me is where the code that states - 'Data has been changed. Would you like to save changes? Yes No Cancel.' I amm using my own routine to...
  14. wetton

    VFP6 - strtran() on form field

    I am outputting collected data to both a csv file and a dbf. Some of the fields can have a minus or double minus ( - or -- )at the front of a string. To allow these to show correctly in Excel I have added a "'" to the front of the string. I wish to remove these when they appear in the field...
  15. wetton

    VFP 6 string substitution

    I want to contruct a loop to process ten fields for a 1 to 10 SELECT temp2 IF !empty(temp2.addr_1) SELECT TEMP_1 REPLACE TEMP_1.Place1 with temp2.addr_1 ENDIF endfor I want the addr_n and Placen to be substituted instead of using 10 statements as at present. Many thanks PW

Part and Inventory Search

Back
Top