| Thread | Last Post | Replies |
|
| Printing selective pages in a Report | 31 Jan 2008 08:51 GMT | 4 |
I have VFP 9 SP2. When I generate a 20 page report, is there a way for me to print only say pages 1 to 2 (as an example) through the Print Preview / Print toolbar ? Usually even though I need just the first 2 pages of the
|
| "tempfile" is too large | 30 Jan 2008 08:58 GMT | 7 |
I got this message when running a report. File c:\docume~1\christ~2\locals~1\temp\00004nx50025.tmp is too large. when running : SELECT * FROM trl,trlservice WHERE EVALUATE(afdrukdepotfilter) INTO CURSOR
|
| Add foreign key | 30 Jan 2008 08:20 GMT | 4 |
I like to write sql code to add a 'normal' tag to a table, however the following jus generates syntax errors. What is it I don't understand? ALTER table "C:\VFP PROJECTS\UPGRADE\DATA\COASTALCENTERS.DBF" ; ADD FOREIGN KEY TIMESTAMP TAG TIMESTAMP ;
|
| How to get the name of a Popup Menu | 30 Jan 2008 04:02 GMT | 4 |
Could someone please advise on how to get hold of the Popup name, 'Shortcutsx' from the below code. I need to issue a PUSH POPUP, therefore require the name of the Popup. DEFINE PAD mnShortcut OF _MSYSMENU PROMPT "Shortcuts" COLOR SCHEME 3
|
| SQL Native Client vs SQL Server ODBC driver | 29 Jan 2008 21:35 GMT | 3 |
I am using SQL Server 2005 as a backend, and connect via SQL Native Client ODBC driver. Anybody knows whether this so-called 'native client' version is faster than conventional SQL Server client? TIA,
|
| "SET PRINTER TO NAME" not working in VFP9 | 29 Jan 2008 17:26 GMT | 4 |
I have a program that executes the following command SET PRINTER TO NAME PDFCreator In VFP8 it worked ok but not in VFP9 (with SP2). If I try the command in the command window of VFP9 it works but not in the compiled program.
|
| Prevent Group Footer Page Break | 29 Jan 2008 13:05 GMT | 4 |
Within the group footer of my report I have a couple of stretchy memo fields and a signature block. I don't mind if a page break comes during the memos, but I don't ever want it to break between my signature lines. What can I do? The group footer is not constant height, and you ...
|
| vfp and pdffactory | 29 Jan 2008 12:32 GMT | 3 |
how to implement pdffactory in vfp i dont want to show dilogbox .
|
| Sedna | 29 Jan 2008 07:59 GMT | 3 |
There are "Latest News from the Visual FoxPro Team": http://msdn2.microsoft.com/en-us/vfoxpro/bb264582.aspx WBR -Stefan
|
| What is the PJX OBJECT field for? | 29 Jan 2008 03:39 GMT | 2 |
I have a client whose VFP application falls over when windows is returning from sleep mode. It says file c:\documents and settings\david.... can not be found. (I am david). I searched the execuatble and found that this string was there.
|
| add fields to table in code? | 28 Jan 2008 21:38 GMT | 5 |
I have a table that I'd like to add two fields to from code. Can I do this? How? I need a field called tocity char 10 and a field called fromcity char 10.
|
| SQL Help | 28 Jan 2008 19:20 GMT | 2 |
My SQL is awfully rusty... I have a DBF: SSN c(9) NAME c(30)
|
| "Class not registered" for editing a report that used Foxpro | 27 Jan 2008 21:39 GMT | 2 |
I opened a report that was created in 8.5 and get a class not registered error. Do you know what files need to be registered? Also, I get an error when attempting to register it says that the DLL was was loaded but the server entry point was not found.
|
| Report problems in Vista | 27 Jan 2008 18:10 GMT | 8 |
I have a program written in VFP 6.0 and running on a Vista machine. I have a report that normally runs 3 records per page. When I use the same report in Vista it prints 2 records per page. It is essential that it print 3 records per page. Right now, my only way around this is ...
|
| Can't get REPORT FORM to work. | 27 Jan 2008 18:07 GMT | 13 |
This is VFP6 SP5. My program searches through a database and puts the records containing the key words in a "Cursor" using: SELECT NAME, ..... INTO CURSOR RESULTS ORDER BY NAME
|