No announcements
Filter
:
All threads
All threads
Answered
Unanswered
Proposed answers
General discussion
No replies
Helpful
Has code
All languages
-
Proposed0Votes
When issue index command numeric overflow data was lost message appears.
up until yesterday the following index command worked without any problem. index on val(code) to test1 code is a field in the stock table, ...5 Replies | 71 Views | Created by Mohamed Siddeek Mohamed - Friday, December 06, 2013 2:34 AM | Last reply by Olaf Doschke - 12 hours 13 minutes ago -
Answered1Votes
radio buttons code
I have 2 separate reports that run perfectly from 2 different forms. I want to create 1 form with a radio buttons so the user can pick either option a or option b to run ...9 Replies | 64 Views | Created by CaleCrow - Friday, December 06, 2013 5:53 PM | Last reply by CaleCrow - Friday, December 06, 2013 11:23 PM -
Answered0Votes
Spell check
Hi, Considering that one was office installed, is there a way to use word spell check with Visual Fox 9 Text boxes? In access we can invoke de office spell ...3 Replies | 3336 Views | Created by CNT LM - Thursday, February 19, 2009 4:29 PM | Last reply by KevClark64 - Friday, December 06, 2013 10:24 PM -
Answered3Votes
Visual FoxPro and Office 2013
I have several programs written in VFP 8 that access Excel files and since upgrading to Office 2013 they no longer work. Is there any new drivers for VFP 8 that will allow it to open and use the new ...5 Replies | 240 Views | Created by JohnCoop - Tuesday, October 22, 2013 3:48 PM | Last reply by allanwg - Friday, December 06, 2013 12:24 AM -
Proposed0Votes
sql query to join header and detail record into one single cursor
Sir I have two tables stock_header co_code int_no invno gross disc tax ...4 Replies | 65 Views | Created by Lakshmi N - Thursday, December 05, 2013 6:34 AM | Last reply by Pavel Celba - Thursday, December 05, 2013 11:55 PM -
Unanswered0Votes
Copy To XLS limitations?
Hi, I have a VFP application that pulls data from a SQL server and uses Copy To XLS to quickly create an Excel workbook, then it automates Excel to do some formatting and ...11 Replies | 109 Views | Created by lkubler - Tuesday, December 03, 2013 1:39 PM | Last reply by Harmony Systems - Thursday, December 05, 2013 5:50 PM -
Unanswered0Votes
Add a nul port to a printer using a batch file
HI all, I want to add a 'NUL' port to a printer using a batch file. Can anybody help me on this? Thanks1 Replies | 52 Views | Created by Creative_Pro - Wednesday, December 04, 2013 3:50 AM | Last reply by Pavel Celba - Wednesday, December 04, 2013 11:49 PM -
Answered1Votes
Hotfix for VFP9 SP2
Greetings. I was about to update FOXYPREVIEWER to the latest build and read that a hotfix for SP2 had to be installed first. In reading ...2 Replies | 64 Views | Created by RichDay - Wednesday, December 04, 2013 4:17 PM | Last reply by RichDay - Wednesday, December 04, 2013 9:42 PM -
Answered0Votes
Calling function in .NET dll gives "Function argument value, type or count is invalid."
Hi All; I've been tasked with integrating a .NET dll into our FP app. The sample VBScript (and supplied documentation) tells me that I should do ...4 Replies | 67 Views | Created by Dwntrdr - Thursday, November 28, 2013 7:01 AM | Last reply by Dwntrdr - Wednesday, December 04, 2013 7:31 PM -
Proposed0Votes
Debug window in Debug Frame mode has disappeared off the monitor
My debug window, when my setting in Tools-Options-Debug-Environment is Debug Frame, has disappeared. I think that position properties, perhaps Top and Left, were somehow ...1 Replies | 38 Views | Created by Jim Shaughnessy - Wednesday, December 04, 2013 1:50 AM | Last reply by Tom Borgmann - Wednesday, December 04, 2013 11:56 AM -
Discussion0Votes
Philadelphia VFP User Group--Tuesday, December 10--Bazian: Web Services: How to create them and use them to share data between your web applications and Visual FoxPro
The next meeting of the Philadelphia Visual FoxPro User Group is Tuesday, December 10 at 7 PM in room 158, DeVry University, 1140 Virginia Drive, Fort Washington, PA. As usual, feel free to bring some ... -
Unanswered0Votes
Problems with Report Deigner Temporary Files in Windows 7
Have recently seen some strange behavior when using the Report Designer in VFP 9 SP1. When attempting to Edit a Report am intermittently seeing the Message: The ...4 Replies | 95 Views | Created by MarshalR - Thursday, November 28, 2013 7:18 PM | Last reply by Benny Gabel - Tuesday, December 03, 2013 2:35 PM -
Proposed1Votes
grid like excel formating condition
I create a cursor and connect between cursor and grid through record source i need every time i change the value of grid cell the color of this cell change ...1 Replies | 47 Views | Created by Alaa Mukhtar - Tuesday, December 03, 2013 4:38 AM | Last reply by Benny Gabel - Tuesday, December 03, 2013 2:22 PM -
Answered2Votes
Issue Windows 7 - VFP 9.0 SP2 ?
no viruses on pc -> the application runs already some years on this pc -> made a reinstall of VFP 9.0 and SP 2 -> no error message: ...8 Replies | 182 Views | Created by The_Sledgehammer - Wednesday, November 20, 2013 7:05 PM | Last reply by Pavel Celba - Sunday, December 01, 2013 3:47 PM -
Answered1Votes
Visual Foxpro Application And Inno Setup one-go installer into 32 bit and 64Bits Windows
We already manage to create installer for my visual foxpro application using inno setup into win 32 bit machine. Well such inno scripts can be found in internet using google ...1 Replies | 70 Views | Created by LCLIM88 - Saturday, November 30, 2013 9:29 AM | Last reply by Pavel Celba - Saturday, November 30, 2013 6:35 PM -
Unanswered0Votes
Help with SQL Update w/ Join
Hi All, I'm trying to update a table through SQL and avoid a scan-endscan loop, here is the layout: Table Orders Order_ID ...1 Replies | 58 Views | Created by ReneGarciaB - Friday, November 29, 2013 6:42 PM | Last reply by Pavel Celba - Friday, November 29, 2013 11:08 PM -
Answered2Votes
Encrypting Data
Hello All, i have an application which prepares data to be sent through the corporate mailing system. i want the data to be encrypted by the the sender and ...3 Replies | 86 Views | Created by kuuku - Thursday, November 28, 2013 3:23 PM | Last reply by Pavel Celba - Friday, November 29, 2013 4:18 PM -
Answered1Votes
Keyboard buffer dumps into a focused field.
Hi; I have a command button on my form named 'edit'. The command button turns readonly=.F. for all textboxes on the form and then sets focus to the first field which happens to be ...12 Replies | 118 Views | Created by Aleniko2 - Thursday, November 21, 2013 8:04 AM | Last reply by RavindraPatil - Friday, November 29, 2013 9:09 AM -
Answered0Votes
How to Export Table from Sql To dbf
Hi, i'm charly developer I have a SQL Server 2012 table and I want to export a query result to .DBF ...1 Replies | 81 Views | Created by diosesamor - Thursday, November 28, 2013 10:28 PM | Last reply by Pavel Celba - Thursday, November 28, 2013 11:20 PM -
Answered2Votes
Why if I replaced the data in a memo field the total size of the FPT is increased?!!
Hi Experts, I have a FPT file with size 2,000,000 KB (like 2 GB), and I need to replace the memo field of some records, but I noticed that the FPT file size increased with some ...13 Replies | 89 Views | Created by mscode_pro - Thursday, November 28, 2013 12:58 PM | Last reply by mscode_pro - Thursday, November 28, 2013 7:17 PM - Items 1 to 20 of 8808 Next ›