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...
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...
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...
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
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...
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
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
...CLOSE ALL DATABASES
public changes
changes = ''
do form frmbackup && use text box to annotate backup folder
changes = ' '+alltrim(changes)
*-- Getting the date as yyyymmdd is easy.
lcToday = DTOS(DATE())
*-- The time has colons between hours, minutes, and seconds.
*-- These are...
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...
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
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...
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
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.