| Thread | Last Post | Replies |
|
| VFP 9 & pictures | 31 Mar 2005 00:39 GMT | 3 |
I am currently using VFP 6 & have a problem with pictures. I have a picture in a Group Footer. It is defined using DBF->FieldName, and only prints when the Field is not empty.
|
| Memory problem with VFP report printing | 30 Mar 2005 13:02 GMT | 5 |
I have a batch printing application running to print 5000 report a day. Occasionally the application comes up with "Out Of Memory" message, and the application is just dying. Is there any known issue with VFP reporting with regard to memory problem?
|
| Stretch with Overflow | 30 Mar 2005 02:51 GMT | 2 |
I have a report running in VFP 8.0, with two columns. First column is a label and the second column is a field. I have set the field control (second column) to stretch according to the amount of information it contains - "Stretch with overflow" check box is
|
| htmllistener output to string from com object | 28 Mar 2005 13:01 GMT | 2 |
I have a vfp 9.0 program that opens some dbfs, exectutes "REPO FORM myreport OBJECT TYPE 5" and creates a nice html file. I want to modify this code a little so the output of the "REPO FORM.." command is saved as a string of HTML code rather then to a file. I can do this with ...
|
| Strange behavior faxing | 27 Mar 2005 12:09 GMT | 5 |
I created a simple app consisting of 3 reports to be faxed out by "WinFax". What seem unreasonable is the app routes out report1 correctly to Winfax and the document is sent out fine. But when report2
|
| Problem with dimension gaprinters(3,2) | 25 Mar 2005 09:55 GMT | 1 |
I use example: dimension gaprinters(3,2) =aprinters(gaprinters)
|
| using VFP 9 reporting features from VB.NET | 24 Mar 2005 18:11 GMT | 4 |
The organization i work for has ported a couple of its VFP apps into .NET..... & now that VFP9 has come out with its brilliant reporting features, the .NET geeks here,
|
| Cannot use report command in a COM dll | 24 Mar 2005 18:03 GMT | 2 |
I created a OLEPUBLIC class, compile to DLL, when I use the DLL in VB, the printing function does not work, errored out : cannot load print driver. But the class works in VFP code without problem. Is there anything I can do to fix the problem? I was using the following
|
| ALIGNING OF NUMBER TO THE RIGHT IN LISTBOX? | 24 Mar 2005 03:03 GMT | 2 |
Anyone can help? I have been trying to align numbers to the right in listbox. My instruction is SELECT cCustNo, cOrder, nAmount FROM records ORDER BY cCustNo INTO CURSOR cABC
|
| third-party software | 22 Mar 2005 21:32 GMT | 2 |
It is possible to run third-party software within foxpro program? I had create a report designed by crystal report. I need this report into foxpro, so that when users click the command button, this report show.
|
| Page footer to print right after detail line | 21 Mar 2005 10:14 GMT | 2 |
Say I'm printing an invoice with just one item on it on a "Letter" design page. I would like to have the "Page Footer" to print right after the item not the way it prints leaving a big empty space between the line item and the "Page Footer".
|
| combining multiple reports, invoice and detail | 17 Mar 2005 22:31 GMT | 4 |
i am sure this is a very common situation. which people use every month. every month we send our user an invoice based on invoice.frx and detail of charges based on Charges.frx right now how we do it.
|
| Floating fields | 15 Mar 2005 08:39 GMT | 1 |
For a POS receipt I have a big empty space between the last detail line and the footer - like this: HHHHHHHHHHHHH (Header) DDDDDDDDDDDDD (Detail)
|
| VFP 9.0 - Reports Switching to Default Datasession | 14 Mar 2005 23:06 GMT | 3 |
I was trying our reports with the new vfp 9.0 beta and it seems that right after the REPORT FORM call, vfp switches the datasession to the Default datasession instead of the calling form's private datasession. I must be missing something here, this can't be default behaviour, can ...
|
| Place Reports In A DLL | 14 Mar 2005 22:30 GMT | 7 |
I have a number of reports I would like to distribute with my application but instead of 1) compiling them into my EXE or b) distributing them separately I wondered if I could in some way complile them in to a DLL that I could then call from my main EXE. This would make it a lot ...
|