-
- building dll get "Allowed DO nesting or expression..." error
by LisaJong
- 2 Replies
- Last post
by LisaJong
- Hi, guys
I got a " Allowed DO nesting or expression evaluation level exceeded ." error when I tried to build a dll file. What's weird is that my co-worker using exactly the same code with me, but he can build a dll without that error.
So I think that mayby it's have something to do with foxpro's setup
I looked under Index in Help for "error messages" ... "alphabe
-
- Skip Command
by Ahsan Amin
- 9 Replies
- Last post
by LeoLems
- In a navigation form i am using skip command on a button but it's not working fine. When it comes to 2nd last recoed it does not proceed. There also some records in table marked as deleted. I am using Set deleted On on form's Init event. I have also clicked on button many times so that it could give eof error but it does not. Also record no. message on bottom of VFP's window is always same. It doe
-
- Foxpro Power!
by sanaltsk
- 9 Replies
- Last post
by Docpro777
- Hai Everybody, I jus wanted to have some sort of opinion poll from u people. IS FOXPRO ONE OF THE POWERFUL TOOL AVAILABLE NOW In my opinion its really powerful and very much useful even now i am very much found of it....
-
- vfp8 code errors in vfp9
by orderinc
- 11 Replies
- Last post
by orderinc
- The following code snippet works fine in VFP8 but the 'use (mfile)' invokes the catch code in VFP9. When running without try catch, use (mfile) simply does nothing the 1st time it is run, but does open up the file the 2nd time it is run. I am deleting the CDX file previous to this code being run.
mfile=mmomfile
select 0
try
mtagfound=.f.
use (mfile)
mi=1
milen=30
-
- How do I enable events in VFP9 with this control?
by Bernard Bout
- 0 Replies
- Last post
by Bernard Bout
- Hi As posted here : http://blogs.msdn.com/bethmassi/archive/2007/06/13/interop-forms-toolkit-your-new-best-friend.aspx CommentPosted=true#commentmessage I was testing the Interop UserControl Toolkit with VFP9. Here are the steps I followed: 1. Added a ToolStrip control Right Clicked on it and and inserted Standard items (new, open, save, print, cut,copy,paste,help and ToolStripButton1 2. In the I
-
- Private data Session for Prg Files?
by Sammy Adems
- 3 Replies
- Last post
by AndyKr
- Is it possible to set a prg file to a private data session
For most of my reports I have an associated prg file to handle
all the data processing, and then call the report to format the data the data
out on viewing\printing. I am currently using a DataSession class (basically a
form with a private datasession) that handles
theses report calls. Since the prg is called from a D
-
- 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
-
- 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.
-
- using occurs and $
by jmom
- 2 Replies
- Last post
by jmom
- Hello, could this be a syntax problem For an order, I am checking for a certain job name from <alias1> that might occur and compare it to one from another table<alias2>. Alias2 is the expression I am looking for from alias1. I use if occurs(alias2.jobname,alias1.jobname)>0, then my procedure. I even used if alias1.jobname $ alias2.jobname = .t. then a procedure. It is not finding
-
- DBF to CSV conversion
by ram_mv
- 13 Replies
- Last post
by dni
- Hi, I am converting a dbf file into csv file using C#. My program is working fine for file having fewer columns in dbf file. If the dbf file has more than 255 columns, I am getting the error "FILENAME" is not a table. I am using Visual foxpro OLEDB friver. I downloaded drivers from http://www.microsoft.com/downloads/detai ls.aspx fa milyid=e1a 87d8f-2d58 -491f-a0fa -95a3289c5 fd4&
-
- Change of Class Library ...
by Markish
- 6 Replies
- Last post
by CetinBasoz
- Hi, I have been using a base class library ( say X) for my application development. Now that I've created a new base class library (say Y). I want to change the class library for all the objects (in all forms in my project). I wrote a small program something like
Code Snippet
mscx_ct=Adir(mscx,'*.SCX') mct=1 do while mct<=mscx_ct mfnam=mscx(mct) use &mfnam repl all
-
- ocx problem
by andrew552717
- 9 Replies
- Last post
by andrew
- I'm beginer in VFP programming . I did register(regsrv32.exe) ocx file which I received with my new device. I placed icon(as activeX control) on my new form and now I'm trying to use it(communicate with device). I placed push button on this form and under command1-click few lines of code. I typed: Thisform.fk524.SetIPAddress='168.192.1.11' and when I click the button it is giving error message : &
-
- CREATE TABLE, but where is it saved on the drive?!
by Barts007
- 11 Replies
- Last post
by CetinBasoz
- I¡¯m trying to create a new free table, which is a dbf file in FoxPro, but I do not understand where is it saved on the drive.
Plus, I¡¯m getting a n error: ¡°Invalid path or file name.¡±
I¡¯m using VB.NET,:
SetConnectionString = "Provider=vfpoledb.1;Data Source=C:\VFP\myFile.dbf"
¡.
ExecuteNonQuery("CREATE TABLE 'C:\VFP\myFile.dbf' FREE (yr INT)")
What'
-
- 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.
-
- I need new version of foxtools.fll
by BIENVENIDO AYBAR
- 3 Replies
- Last post
by BIENVENIDO AYBAR
- Please, I have a serious problem
My upgrade Vfp 9.0 came with FOXTOOLS.FLL of date 12/13/2004 and this one does not have the instructions _edsave and _edclose (). It is supposed that SP2 and ¡° Sedna ¡° should have them but nevertheless it does not have them. It looks like to me a bug of Microsoft.
_wontop (), _EdSendKey (lnwhandle, 42), _Edrevert (lnwhandle) and others if they are
-
- slipstream VFP 9 with SP1 ?
by bimalr1
- 3 Replies
- Last post
by Stuart Dunkeld
- Anyone know how to slipstreaming Visual FoxPro 9 with current SP1
-
- Writing our own code for the Print Button in the Report Preview toolbar VFP 9 using report listener.
by Venkatram
- 6 Replies
- Last post
by Naomi Nosonovsky
- Hi,
I want to call my own print dialog box in the print click of the report preview toolbar in VFP 9.0 using reportlisteners.
i want to disable the base class functinality and write my own functionality in the button.
-Venkat
-
- Foxpro support library not found
by mrfitness
- 9 Replies
- Last post
by AndyKr
- I created an EXE file with Foxpro 9 ...but now I am at a new job that uses Foxpro 6. When I try to run the EXE file I get an error : Cannot locate Microsoft Visual Foxpro support library. I did some research on this error and tried to copy the following 5 (five) .dll ( Supporting ) files into the path c:\windows\system: 1. Vfp6enu.dll 2. Vfp6r.dll 3. Vfp6renu.dll 4.Vfpcab.dll 5. Vfpodbc.dll That s
-
- Problem indexing views
by Hans L
- 14 Replies
- Last post
by Hans L
- I am trying to index a view. After having created the view in a prg file, created with Gendbc, I add (in the prg file): USE vwMysoft INDEX ON cname TAG Namn OF vwMysoft USE In other words, I use the same commands I would use for a table. Okay Then, when I open a form where I need the indexed view open, I do: USE vwMysoft SET ORDER TO Namn Error message: Variable Namn is not found. Either I am m
-
- how to direct the output of the report form object type 5 to a specific location.
by ibbm
- 4 Replies
- Last post
by Garrett Fitzgerald
- Hi there,
I have a report that I want created in html. I know you can use
report form myReport.frx object type 5
but this sends it to a default directory. I would like to control where the output goes so that I can send it out programmatically.
Thanks
-
- Where is TASTRADE.APP
by Bob DuPuy
- 1 Replies
- Last post
by Vladimir Zografski
- I cannot find TASTRADE.APP anywhere in my vfp9 installation, although I do find the tastrade data. Does anyone know where I can find it
Bob DuPuy
-
- Problems faced in deletion
by SrikarGhanekar
- 2 Replies
- Last post
by MarciaAkins
- I have developed my own software to carry out bulk data processing.
I am using multiple files within the programs.
Abruptly for a certain file I see the file does not exist message. When I explore the folder the file is converted to .TMP file. It does not get restored to its original name. This happens only when I issue PACK or Sort command.
At a time nearly more than 15 files are open
-
- "Cannot find the menu-generation program."
by AlexBB
- 14 Replies
- Last post
by AlexBB
- Hi there,
I actually posted on this subject twice before and once got a satisfactory answer, the other time I simply figured out how to get this file myself.
Now it seems to be different. When I make and attempt to build a project I get this message. So, I click Add, go to Program Files\Microsoft Visual FoxPro 9\ and find a file: genmenu.prg .
Click on it and I get another error message:
-
- delete button
by honey1016
- 2 Replies
- Last post
by MarciaAkins
- Why the delete button is not work I have grid column that the records came from child table but if i click the delete button is not work What i need to do
In below, here's my sample code in delete button
sele name_child if thisformset.form1.pageframe1.page2.optiongroup1.cmdDelChild.caption="D\<elete" sele name_child DELETE =tableupdate(.t.) go top thisformset.form1
-
- Copy File Error in Visual FoxPro 7?
by Paul B Walker
- 7 Replies
- Last post
by Tamar E. Granor
- When a COPY File Command is executed and a space is in either a folder name or a file name, the instruction is unable to handle it. I have tried a technique to put in " quote marks in the manner '"<path><filename>"' but then it gives me a syntax error. Is this a bug or am I entering the full path and filename wrongly If this is a known bug, is there a patch for it If not