| Thread | Last Post | Replies |
|
| VFP9 Reports - HTML output | 28 May 2005 07:52 GMT | 4 |
Just upgraded from VFP9 and find the new report features complicated. Help please to guide me to the simplest way of using an frx report file produced in VFP8 to ouput a report in HTML.
|
| Memo fields with Tabs in Reports-Alignment | 25 May 2005 20:43 GMT | 2 |
I have a memo field that I allow tabs. The user enters information like: Item Name<TAB>Qty<TAB>Cost item1<TAB>2<TAB>$4.99 item2<TAB>2<TAB>$4.99
|
| Error 1958 w/ object assisted repo form + no printer | 17 May 2005 23:10 GMT | 2 |
This msdn link: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_foxhelp9/htm l/1845aee0-11f6-4d09-bfbd-b1847476a3d1.asp says that object assisted printing will fail if there is no printer installed or the print spooler is not started in the executing environment. ...
|
| How to control the number of users running the software? | 15 May 2005 14:08 GMT | 5 |
Hi Friends How to limit the number of user running a program design using vfp?? For a one user control, what I did was using a counter to record the number of time a program run in a dbf file. If the user number is ONE, the lncounter
|
| close button in prev bar | 12 May 2005 15:12 GMT | 3 |
I have a problem about prev report. After the report prev. If user click "x" to close the prev bar and then close the prev report... The user will can't do anything...(I use menu bar for user select screen form) ANyone have idea how to fix this problem?
|
| Unable to update cursor | 10 May 2005 01:57 GMT | 4 |
Hi Friends I come across an article on How to control printer attributes for a report at run time. http://support.microsoft.com/kb/133163/EN-US/
|
| Code128 barcode print in VFP report | 05 May 2005 18:40 GMT | 1 |
Has anyone used the code128 barcode font with a VFP report? If so, can you let me know how to do it? It is not just a matter of changing the report object font to code128. Code128 requires an algorithm to create.
|
| One-2-Many | 05 May 2005 13:24 GMT | 2 |
I allow my customers to amend reports using my application. Whilst you can add new tables to a report, unfortunately there doesn't seem to be any way in runtime to set the one-2-many relationship between tables. Does anyone know how to do this using code?
|
| VFP9 & VPOS | 03 May 2005 22:35 GMT | 5 |
I have problem in VFP9 Report. When I make a new report and add new control (label or field) and when I click on properties then I see message: Variable 'VPOS' is not found.
|
| Preview & Form "In Top Level" | 03 May 2005 16:50 GMT | 3 |
I'm having a lot of trouble trying to get my "REPORT FORM myreport TO PRINTER PROMPT PREVIEW" to work as I want it and would appreciate any help or suggestions. I have set APPLICATION.VISIBLE = .F. in my main program and the form I am
|