| Thread | Last Post | Replies |
|
| Internal Consistency Error | 31 Oct 2003 17:13 GMT | 3 |
Can anybody tell me what some causes for this could be, and what can be done to fix them??? I have a client using a VFP5 (yes, that's VFP5) application. Over the last couple weeks they have very
|
| copying a class | 23 Oct 2003 17:41 GMT | 7 |
I created a form class which meets my initial needs. However, I now realize that I will need a slightly different version of this form class for other purposes. Rather than re-creating an entirely new class from scratch, I would like to take the original form class and do save as ...
|
| How to use _CUROBJ is VFP ? | 15 Oct 2003 18:47 GMT | 2 |
I've have 2 text fields & 1 command button. When I press the command button I want the cursor to be placed on the 1st text field. How can I do this?
|
| MSChart or MSGraph? | 09 Oct 2003 10:29 GMT | 3 |
I need a tool for doing charts in forms and in reports. What's the difference between MSChart and MSGraph?
 Signature Andrea Mariottini
|
| Documenting Wizard-like app for VFP objects? | 08 Oct 2003 11:55 GMT | 1 |
Is there a tool out there that will run through the code in my custom class and create a template document for me to fill in? I need to provide documentation on my object's interface. Thanks!
|
| Doing charts with VFP | 08 Oct 2003 11:24 GMT | 3 |
VFP7 documentation sat you can do charts using MS Graph 5.0. There is even a foundation class (autograph.vcx) to help. Documentation say you can distribute MS Graph 5.0. Now I ask: where is MS Graph 5.0?
|
| EXE source code | 07 Oct 2003 14:59 GMT | 1 |
Does anybody know why I can see the code of a class inside a exe file generated by VFP8, even if my project has the encrypt option?
|
| Set property values in a form at execution of event from COM | 03 Oct 2003 05:32 GMT | 1 |
I am instanciating a Class in a form that handles events from a COM. How can I pass info to the form when an event executes? Like setting a property in an object in the
|
| Filtering the newsgroup spam | 01 Oct 2003 19:49 GMT | 3 |
I've noticed that, despite different senders and subject lines, it's been very effective to set my spam filters to the first line in the "microsoft" pitch in the opening paragraph. It works pretty well on my system, and I just thought the moderators might
|
| Program Execution at a Later Date/Time | 01 Oct 2003 18:57 GMT | 3 |
Is there a way I can execute a VFP program, scheduled for a future date/time, without user activation. I have various routines (i.e. copy files to a certain directory, etc, etc) that I would like my computer to do when it
|
| Accessing Events from a COM object | 01 Oct 2003 17:01 GMT | 1 |
How can I access the events of a COM from VFP? Previously I have been adviced to use Implements in the Declaration of the class. I reviewed the documentation for Implements but still I can not understand how can I
|
| Problems with use of properties HeaderClass | 01 Oct 2003 01:31 GMT | 1 |
Problems with use of properties HeaderClass I create class Header_For_Smart_Grid: DEFINE CLASS Header_For_Smart_Grid AS Header IsNeedSort = .T.
|