I'm looking for a feature that shows all the properties of EVERYTHING in a form - but only those that have changed from default.
It's so I can complete some documentation for uni. Where can I find this? I'm sure it exists.
Printable View
I'm looking for a feature that shows all the properties of EVERYTHING in a form - but only those that have changed from default.
It's so I can complete some documentation for uni. Where can I find this? I'm sure it exists.
Just the form or all controls on the form?
If it's just the form then create a new project, save it and then run windiff or similar to show the differences between your form and a default form.
You could do this for each control but it starts to get to be hard work.
Of course, the easiest way would be to just go back to your project plan which will list all the settings you're going to make to the controls :-)
Erm, yeah. If I'd done that I wouldn't be asking the question ;)
Our lecturer said to do it backwards - make it THEN document it.
I know there's a feature that does this, I just can't find it.
P.S. ALL properties for ALL elements on a form (but only where they have been changed from the default)
cant you just document what you change - then those would be the changes that were made that are not default ?
We're missing the point. Normally, yes I would. But because my lecturer told us all to produce the program before we design it (have no idea why but that's how it is) I am left without that option.
It may be a case where I have to manually view each element for things that have changed from default, but as I keep saying I'm sure there is a way to do this. Somebody has shown me before, I just can't remember who or how. :(
Right, took me a while but I found it out. If you open the FRM file with a text editor you will get all the changed (and only the changed) properties. Doddle really.