| Thread | Last Post | Replies |
|
| Passing report listener between forms - VFP9 | 19 Oct 2005 17:08 GMT | 5 |
I can't seem to figure out how to pass a report lister object to a form. The calling form has the data needed for the report to run. I want to created the listener of type 3, run my report to object and then pass it to my pop up form for display. Thanks.
|
| Form session not being released when nopageeject used - VFP9 | 19 Oct 2005 07:15 GMT | 6 |
I have two top level forms, FormA and FormB. FormA gets the data in the proper cursors and then calls FormB to display a preview of the report which uses the cursors opened by FormA. FormA uses a private datasession and FormB uses the default datasession. When FormB comes up it ...
|
| Kleine Notiz zu IT-Governance | 17 Oct 2005 12:56 GMT | 1 |
http://www.heise.de/newsticker/meldung/64983 Interessant für Dich ich wohl eher der 2. Absatz. Gruß Bernhard
|
| Print preview with top level forms - VFP9 | 14 Oct 2005 23:29 GMT | 3 |
My application uses a single top level form and the screen is not shown. I want to be able to show the preview of a report as a stand-alone top level form. I customized the default print preview container, but when it comes up it automatically loads the _screen. How can I avoid the ...
|
| How to programatically add tables to the VFoxPro DE | 12 Oct 2005 23:03 GMT | 1 |
I want to add tables that I create in a method to the Visual FoxPro DE. To do this, do I call the addobject method of the DE ? I'm using Visual FDoxPro 7.0. Any help will appreciated !!!
|
| Custom object cursor property | 12 Oct 2005 06:07 GMT | 3 |
I have a custom class. I want to add properties to this class. One of these properties I would like it to be a cursor, or a pointer to a cursor.
|
| Copying text file to print | 08 Oct 2005 22:35 GMT | 3 |
I am trying to print the contents of a text file that is created by printing a report to a text file. I'm doing this so I can print the report at a later time. My problem is that I can't figure out how to print this report at a later time.
|
| Opening Form Object | 06 Oct 2005 17:23 GMT | 4 |
I have a form that is in a vcx file. It inherits from a baseform within that vcx file. When I run my application as an exe I have a main program that starts everything up, displays the menu and reads events. One of the menu options is to open the form. I open the form this way:
|