-
- Maximum data to handle?Connect to SQL option?
by mrfitness
- 6 Replies
- Last post
by mrfitness
- Using VFP6, I plan on working on a table with 80 million records. Is this more than VFP can handle (each record has about 20 columns). Right now the data is on a SQL servier. If VFP cannot handle the 80 million I need to know how to connect to a SQL database and get what I need done.
-
- refresh form
by NILKAMAL
- 14 Replies
- Last post
by Naomi Nosonovsky
- hi!
i create simple form with table field and i create another two textbox in sam form (which is not table field) when i go to next record the table field got refresh but other two textbox have same value of previous record so can anybody tell me how do i do to refresh all field including textbox( not table field)
thanks
-
- vfpoledb.dll access violation
by abhinaw
- 14 Replies
- Last post
by CetinBasoz
- We are using a COM+ VB component to access data. It uses Fox Pro DLL ( vfpoledb.dll dated april 2002 ). we are getting intermittent access violation errors in our application. I am posting event logs at the end. The interesting line is the last line ( vfpoledb!DllCanUnloadNow + 0x2144e ) . It shows that vfpoledb.dll thows error while trying to destroy a resource ( DllCanUnloadNow). It looks l
-
- Browse causes Fatal Exception in VFP 9 Runtime
by Jim Vahl
- 3 Replies
- Last post
by Naomi Nosonovsky
- We have a widely-distributed application written in VFP6. We are contemplating migrating to VFP 9. We're using SP2. During testing we have encountered an error which we can't get around. The same code runs fine under VFP 6 as well as in the development environment. We use this for debugging.
When using a table with +/- 1000 records and then BROWSEing that table, VFP throws a Fatal error: Except
-
- application and webdata interacting.
by Fox Me Up
- 12 Replies
- Last post
by Fox Me Up
- ok first off here is some info about my webserver: i dont no if you needed the information but maybe you do General server information:
Operating system
Linux
Kernel version
2.6.17.11-grsechg
Machine Type
i686
Apache version
1.3.37 (Unix)
PERL version
5.8
-
- Trouble getting dates in Report
by Anomaly
- 7 Replies
- Last post
by Naomi Nosonovsky
- Hi, Im creating a report and I need it to print out the from and to dates that the user has selected to search by. Do I simply put it in as the report variables Or is it more complicated then that
-
- Reporting Tools
by orderinc
- 7 Replies
- Last post
by Craig Berntson
- I need to write a bunch of new reports for a variety of reasons that:
- use data from multiple data sources (vfp, SQL, sybase's Advantage database, etc)
- output in multiple formats (pdf, xls, txt, doc)
I am somewhat proficient using vfp8 report writer. I am currently considering:
- VFP9 report writer
- eqeus' XFRX
- crystal reports
- .NET 2005 reporting options
Any
-
- arabic
by bijansaba
- 7 Replies
- Last post
by Dina Lasheen - MSFT
- hi
i want write arabic in the textbox (right to left)
what must ido
-
- Command Window in Vista
by AlexBB
- 14 Replies
- Last post
by Tamar E. Granor
- I hope Tamar Granor will read it. It seems she may be familiar with Vista.
I have touched on this problem in my previous post. In VFP 9 Management Studio under Vista, the Command WIndow behaves like the mouse cursor/pointer when you set it up in slow motion and with traces. In addition it frequently bounces back to the place it started. It is unbelievably weird. It is very very, and I mean
-
- VFP6 to VFP9 broke Dataenvironment.OpenTables
by GeofS
- 12 Replies
- Last post
by Tamar E. Granor
- The <form>.Load() code below, which used to work fine with VFP6, now generates a syntax error (Error #10) after compiling with VFP9. The error occurs on the OpenTables() line. It occurs with multiple forms, all of which have their AutoOpen and AutoClose properties set to FALSE. What has changed to break this simple code local lReturn with this if type('.dataenvironment') = 'O' * m
-
- Valid event
by dvidal
- 4 Replies
- Last post
by Tamar E. Granor
- Hi,
I need to put a validation to a textbox field. I put some code in valid event. But when users enters a wrong value appears a message generated by visual fox pro: "entrada no valida"; How can I disabled this system message and use a messagebox to display my own messages .
When user enters a wrong value, I write that valid event return false.
Thanks,
-
- ComboBox Control
by Ahsan Amin
- 14 Replies
- Last post
by Naomi Nosonovsky
- I have to to fill a combo box control with a table fiels with 'Please Select' at top.
-
- work-around for invalid path using set default to on windows server 2003 when directory tree is not browsable
by MLovely
- 4 Replies
- Last post
by MLovely
- Does anyone know a way to set the default directory when the application is running on windows server 2003 and the directory tree is not fully browseable by the user.
A client switched from Novell to Windows Server recently.
I am changing the default directory in several applications so users don't have to navigate the complex directory tree when they are selecting files. The parent
-
- Question about the string length limitation of STRCONV()...help please!
by LisaJong
- 2 Replies
- Last post
by LisaJong
- Hi,
I found that if I try to convert a string with STRCONV() I'll receive a message like "String is too long." STRCONV() seems can convert 255 characters only; but in Japanese or Korean, 255 chars equal to about 70~80 words only.
Is there any thing I can do to change this limitation of STRCONV()
Or maybe there's another function I can use to convert string
Please help me,
-
- C++ to VFP Translation?
by Cody King
- 14 Replies
- Last post
by CChalom
- First, I'll have to admit that my coding skills have been unused for several years now, but this is one thing I believe that VFP should handle no problem. Here is the setup:
This program gets data from an A to D board and it utilizes DLPORTIO.DLL to address the parallel port and go thru 8 channels. (I know.... old school...but that's why I got it!)
I've done the Declare statements t
-
- deleting VFP external table using sql DTS
by Carlos Hidalgo
- 6 Replies
- Last post
by Carlos Hidalgo
- Hello you guys!
I have created a DTS to export a list into an already created VFP table with index, im using a oledb conection "microsoft visual fox pro driver" and i can execute some command to the table as select or update, but the job of the DTS is the follwing.
I need to delete all data from that VFP table and then insert new data, i added a sql execute task to my dts w
-
- Returning Arrays And Cursors to .NET from VFP???
by AlexBB
- 14 Replies
- Last post
by CetinBasoz
- It is all about the business of Stored Procedures which I am trying to perfect. The SPs are called by my .NET C# app. A lot of the stuff I've had difficulaties initialy appears to be working now. Still there are numerous limitations and one has to get used to them. It is a new style of programming. Very austere. If you want to DELETE a record in a table and you have 15 of them and want to determin
-
- Help with expression (one more time...)?
by Littletommy
- 14 Replies
- Last post
by Littletommy
- Hello All...many thanks to all who helped with my previous post. I have hit one more 'snag' in preparing my data. Here's a sample of three fields in my table...
MRC REQUIRED DETAILS
4720-00-001-0057
ADLF HOSE OR TUBING SPEC/STD DATA MIL MIL-H-5593,SIZE 4 SPECIFICATION ADJM INNER CONVEYING TUBE MATERIAL
-
- How to disable Foxpro screen?
by Joe Au
- 14 Replies
- Last post
by AndyKr
- I have a project with one screen form only. When I run the execute, the screen form is within the foxpro's screen. How do I make the screen form as the only window form shown on screen
Thanks.
Joe.
-
- How to disable Foxpro screen?
by Joe Au
- 14 Replies
- Last post
by AndyKr
- I have a project with one screen form only. When I run the execute, the screen form is within the foxpro's screen. How do I make the screen form as the only window form shown on screen
Thanks.
Joe.
-
- Error Msg: Connection:xFoxComm is busy
by Jooooto
- 6 Replies
- Last post
by Jooooto
- the subjected message: Connection:xFoxComm is busy.
when running the Foxpro Application in SQL Server with WinXP workstation.
pls help
-
- Installation Package...
by Ferius
- 4 Replies
- Last post
by Ferius
- When installing my VFP app with installshield I install it on the "c:\Program Files\myapp" directory, and that part works fine. The problem I am having is that when the user runs the application and the application tries to write to tables (*.dbf) on a directory that is under the one I installed my application, it triggers an error saying that the user does not have access. This gets fix
-
- need help converting printing from foxpro 2.1 Unix to VFP 7.0
by Syl007
- 1 Replies
- Last post
by Tamar E. Granor
- Hi , I need to transfer a printing program from foxbase 2.1 for Unix to VFP 7.0....
The usage is the following, on the unix system, the employes are entering a 2 digit number on a client table so he can receive a specific letter
i have a client table with name, address etc...
i have a second table with the different letters each line of the letter is a field by itself
all the outpu
-
- Speed with CALCULATE
by Ed W
- 14 Replies
- Last post
by Tamar E. Granor
- I apologize in advance if my explanation and questions do not use the language and conventions of programming professionals, I'm a self-taught amateur. I've used VFP 6.0 successfully for many years and written many programs that have worked well but they certainly lack the sophistication and elegance that professionals would produce.
BACKGROUND: 6 tables are related via a common index
-
- OLE object error
by gamease
- 12 Replies
- Last post
by Naomi Nosonovsky
- Hi,
I get the error : OLE error code 0x80040154. Class is not registered. OLE Object is being ignored . I get this error when i run a form which has a pdf document in VFP 6.0.
If my computer has only installed the acrobat reader with version 6.0 or before, there will be no error occured. But when my computer has installed the acrobat reader with version 7.0 or later. The error will appear.