| Thread | Last Post | Replies |
|
| problem with objectorder when instanciating a form | 30 Sep 2004 10:37 GMT | 7 |
I'v run into big trouble, maybe someone can help me ... I have a label class wich is dropped on a form. This form is from a class and already contains some inherited objects. The label class executes its init and try to assign a value to one of these
|
| execute the dodefault() by default? | 29 Sep 2004 16:08 GMT | 2 |
When you create a base class (eg a child of a vfp foundation class) and insert some custom code that you want to always execute in a child of the base class, you must include the dodefault() in the child class's method if cases where the child method has code to compliment
|
| Running a .BAT | 27 Sep 2004 19:49 GMT | 5 |
Hullo everybody! just a quick question - anyone remember the syntax for running an external program from VFP? We're generating scheduled tasks, as we found that the easiest way is to create a .BAT file with all of the pertinent program
|
| Object list | 17 Sep 2004 14:37 GMT | 3 |
how can I have a list of objects contained in a container? I have a container in which I add and remove some objects. Is there a function that insert in an array all the objects that name start with "MyObj"?
|