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
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...
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...
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
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
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 <-------...
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...
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...
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
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...
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...
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...
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.