| Thread | Last Post | Replies |
|
| Other Discussion Groups, Newsgroups other than MSDN | 14 Jul 2008 22:08 GMT | 3 |
No offense here, but MSDN Newsgroup here for Microsoft Visual FoxPro is a little weak...and understandable now that Microsoft has pulled the plug on it. Does anyone know of any other Microsoft Visual FoxPro Discussion Groups, Newsgroups out on the Internet other than MSDN???
|
| Network Workstation Q. | 14 Jul 2008 15:58 GMT | 2 |
Can anyone tell me me how to return the Network and Workstation name off the computer I am sitting at? Is there a SYS() command that will return that? Cheers, J Morningstar
|
| delete directory | 14 Jul 2008 11:27 GMT | 3 |
Group, How can you delete a directory in code if it has files in it? (vfp6) Wade
|
| Using a SQL Cursor to INSERT into another Table | 14 Jul 2008 10:21 GMT | 5 |
I have a SQL SELECT into a Cursor. Can I use the cursor results as a host variable and INSERT this data into another table??? SELECT column1, column2,
|
| vfp 9 printer setup overrides printer driver | 14 Jul 2008 08:56 GMT | 3 |
i am trying to print lables. in doing this, i need to print them portrait 180. i set this up in the printer driver this way, but in foxpro it shows and prints portrait. is there a patch for this? thannks,
|
| Declaring Variables | 12 Jul 2008 04:34 GMT | 8 |
How come sometimes I see LOCAL variables being explicitly defined and then other times I don't...they seem like they're being defined on the fly. Is this bad coding discipline??? Arrrrrrgggggggghhhhhhhhh
|
| limitation on string of 255 bytes??? | 12 Jul 2008 00:39 GMT | 23 |
i can't create a string of more than 255 bytes.... what is happening...? this don't occurred before... bye, thanks
|
| HELP -Outlook Express | 11 Jul 2008 15:34 GMT | 1 |
Hi - I really hope you can help me. I use Outlook Express 6 and when I click on send for an e-mail sometimes it is absolutely fine and other times it just sticks in my outbox and just keeps sending until I delete it out of there!!
|
| excel automation datatype | 11 Jul 2008 09:48 GMT | 2 |
I'm pushing a table into an excel work sheet by iterating through the table, doing a scatter .... <to array> and .Cell[row,col].Value = array[col] etc... Using this method, however, vfp date types seem to be converted to characters like "mm/dd/yy" instead of an excel date type (if ...
|
| SMS gives winlogon.exe - application error to clients | 10 Jul 2008 21:43 GMT | 1 |
I created a bat file on a CD to deploy Activclient version 6.0 to several of my client computers (all Windows XP with SP2) If I install the software directly from CD or over a network share to the clients it installs and operates just fine, no problems at all. If I install the ...
|
| New VFP8 installation - problems | 10 Jul 2008 18:42 GMT | 3 |
Recently I changed PC's - from an old to new. I reinstalled VFP8 and VFP9. But then VFP8 all the properties/methods on a form do not show - nor can add any components on a form. When I open the form in VFP9 everything is there.
|
| VFP column type using SQL | 10 Jul 2008 17:18 GMT | 2 |
I have a situation where I am doing a SQL query within a FoxPro .prg. The program is assuming the data attributes from SQL and I'm specifically going after an INT column type. And I have to pass back a <blank> in this field rather than the value.
|
| Error only reports "click" | 10 Jul 2008 17:07 GMT | 1 |
I have an application with an error handler that saves information on errors. For some errors, though, instead of reporting the form and/or function that caused the error, Exception.Procedure only returns "click". This makes it very difficult to track the error.
|
| VFP 9.0 report template returns printer to default | 10 Jul 2008 13:38 GMT | 2 |
I have a third party application that uses vfp9.0. When i try to save a printer to the report template, it goes back to the default printer. i am unable to save the non default printer. we use this application to print labels using a datamax printer. we need to be able to ...
|
| Shortcut or Popup menus on top level forms | 09 Jul 2008 19:41 GMT | 3 |
VFP8 SP1 on XP Pro SP2 I have a form with ShowWindow=2 (As top level form). I am using the MenuLib class in the Utility.vcx library to dynamically create and show a popup menu when a certain control is Right-clicked on.
|