| Thread | Last Post | Replies |
|
| Dot Matrix - half page size report - VFP8/9 | 28 Nov 2007 20:19 GMT | 2 |
Trying to print a half page (5.5") size invoice on a OkiData 320 Turbo dot matrix. I have set the printer page size in windows (and report) to half page size. But it always prints the reports 7" high (half of legal?).
|
| Null values in date fields | 28 Nov 2007 15:51 GMT | 2 |
I've a date field which is empty and I do want to save an empty date in mysql. When I save the record, it went in and when I open the file again the below error appear :- Connectivity error : [MySQL][MyyODBC 5.00.11][MySQL] 1292
|
| pure vfp calendar control | 27 Nov 2007 17:35 GMT | 7 |
Can somebody recommend a calendar control written in pure vfp - ie it doesn't require MSCOMCT2.OCX or any external activex to be installed. I am having problems controlling the installation of MSCOMCT2. Some client systems already have it on their machines, and even if I do a ...
|
| VFP 9 Status Bar | 27 Nov 2007 15:55 GMT | 2 |
My VFP9 program starts with a PRG file that sets up menus. This menus give access to lots of different forms. In the PRG and in the INIT of some of those forms I call a procedure that writes some text in the status bar.
|
| Sending Reports by e-mail | 27 Nov 2007 15:28 GMT | 1 |
Is there a simple way to send a report by e-mail in VFP9? I have some reports that I would like to be able to send to some people as well as print them. Thanks in advance
|
| Project manager doesn't recognize preprocessor constants | 27 Nov 2007 07:42 GMT | 6 |
I notice that, in some cases when I defined a file name/location in a header file, the pm does not pull that file into the project when I do a build. For example, if I define a common procedure file as #DEFINE _COMMONPROCEDURES c:\vfp\...etc, even though I have a
|
| Can I add a button the a project manager or bindevents | 27 Nov 2007 01:41 GMT | 5 |
I know this is a pie-in-the-sky hope and I'm aware of what I can and can't do via project hooks and just adding stuff to the sysmenu... maybe it's icing on the cake... but is there any way to get more control over the pm than that offered in the hooks class? For the moment, I'm ...
|
| DBC Events file... where is it? | 26 Nov 2007 20:47 GMT | 1 |
I'm attempting to deploy an app over our network. The dbc uses an external events file that's included in the app's exe. Now it seems that no one can open these tables unless they are running an app that also includes the events file. This actually makes sense to me, since stored ...
|
| Negative number on report | 26 Nov 2007 20:10 GMT | 4 |
Two fields on my report and both are formatted numeric: 1. ThisForm.SayNegAmt(nOpenCr) this displays as (2,628.80) 2. Transform(nTotal,oSM.cAmtPict) this displays as -2,628.80 How do I get the first example to display as the second?
|
| File Sharing | 26 Nov 2007 16:48 GMT | 2 |
I have two computers on a wireles network. My home pc (xp) and my laptop (vista). Both computers have found each other on the file sharing workgroup network. Xp can access the files on the vista but vista can't access the files on the xp. I have file sharing and all the obviouse ...
|
| VFP9 SP2: Grid column order | 26 Nov 2007 00:57 GMT | 2 |
Grid data source is parameterized view. Is there a way to change ORDER BY statement in grid column click event and then REQUERY the view? Best, John
|
| simple demonstation of VFP mouse flakiness affecting OLE drag-and-drop | 25 Nov 2007 19:59 GMT | 5 |
I am searching for a workaround to a very annoying VFP problem that causes the mouse to become non-responsive after OLE drag-and-drop operations. I've stumbled across a very simple way to demonstrate this problem, which doesn't even require an application to reproduce:
|
| How to prevent user backspacing out of an inputbox? | 25 Nov 2007 17:05 GMT | 3 |
I have a inputbox on a form. When the user starts to type in the inputbox and accidentally hits the backspace in the leftmost area of the inputbox, the inputbox control is lost and VFP jumps the focus to the prior control. Is there any way to if the user accidentally backspaces ...
|
| Grid Refresh | 25 Nov 2007 03:44 GMT | 3 |
I have a grid in one of my forms. How can I make the grid automatically refresh every 5 seconds? Thanks in advance
|
| VFP 9 Status Bar | 25 Nov 2007 00:50 GMT | 2 |
My VFP9 program starts with a PRG file that sets up menus. This menus give access to lots of different forms. In the PRG and in the INIT of some of those forms I call a procedure that writes some text in the status bar.
|