| Thread | Last Post | Replies |
|
| World Country & Cities Codes | 31 Jan 2005 23:49 GMT | 2 |
Is there anywhere I can download a complete list of world's country code and it's respective cities code ? Thanks in advance!
|
| There are 20000 new Visual FoxPro Users in the world (no joke) | 31 Jan 2005 23:47 GMT | 8 |
http://www.combatstats.com/
|
| HP Printing | 31 Jan 2005 23:36 GMT | 7 |
Hello and thanks in advance for the help. I have an issue with VFP and network printing to HP printers. My server OS is Win 2003 and my client OS is XP. I have an HP 4000tn printer on my network. It has three trays labeled 1, 2,
|
| Just an opinion | 31 Jan 2005 23:29 GMT | 41 |
I've been using Visual Foxpro almost a year, my friend's told me that Visual Basic is better than Visual Foxpro, and i said that it depends on the system to develop. my Question is:
|
| SQL / VFP reporting error | 31 Jan 2005 23:27 GMT | 1 |
We are getting an Foxpro error on an SQL database --- Report FORM ( tcReportName ) PREVIEW --- from a cursor that gets data going thru XML. The cursor is OK and has the correct data but when it hits the Report Form is errors.
|
| FoxPro 6.0 | 31 Jan 2005 23:20 GMT | 2 |
I have a table with a field that is a checkbox. The field is called Hide. Now when I am copying from one table to another, use this piece of code: use (newfile) zap
|
| Automating Outlook | 31 Jan 2005 19:16 GMT | 5 |
I've read everything I can find about automating outlook, but haven't come across anything that deals with my particular situation, so I've come here for help. My application needs to use either Outlook Express or Outlook for email. I
|
| fastest (easiest) record copy ? | 31 Jan 2005 19:12 GMT | 3 |
I have a table and a cursor. They both have the same structure only the cursor is indexed. How can I copy the cursor into the table ?
|
| append from xl8 query | 31 Jan 2005 19:07 GMT | 2 |
I am using vfp7 and it can append from both xls and xl8 type files. THe help lists xl8 as being Excel version 5 and 97. Can anybody confirm that APPEND FROM will also work with later versions of Excel if I use the xl8 parameter? Indeed would the XLS parameter append from all ...
|
| Sql Select from array | 31 Jan 2005 18:19 GMT | 8 |
I need to do a select statement and have the where clause be equal to the values in an array. I can think of a hard way to do this but I'm thinking there is an easy way to do this.
|
| Word Automation revisited | 31 Jan 2005 17:53 GMT | 1 |
Still playing around with Word Automation (my lunchtime project!). I am trying to fill in some fields in a fax template and can't work out how to tell word where to write the text in the table, so I thought - why not use find and replace.
|
| Capturing a "Replace" in a Browse | 31 Jan 2005 17:39 GMT | 4 |
I enable users to BROWSE the data in a program, and would like to capture whether or not users did a Table | Replace on a field. Thanks for any help!
|
| really, can no one else confirm this problem? | 31 Jan 2005 17:38 GMT | 10 |
Can anyone else confirm this problem? Or is there something wrong on my end?
>I have a very simple report, no calculations, no variables. Just simple >fields. No report listeners. |
| Starting Form | 31 Jan 2005 17:14 GMT | 4 |
I have a litle program where with : frmTest = CREATEOBJECT("Form") is created a form for interaction with user. At the and of that program is READ EVENT and that works fine. When I want to include it in main program it only blink on the screen and go away...
|
| Making a smaller exe | 31 Jan 2005 16:39 GMT | 4 |
My program is getting rather large in FoxPro. I have moved all the reports outside of the exe and have moved some prg files out of the exe and send them out as fxp files and they run fine outside the exe. I was wondering if I could do the same with classes or forms. Is there a ...
|