Answer Questions
notnal The ability of network multi-sharing for VFP6.0
Do any expert know the multi-sharing ability of VFP6.0 .exe file Is there a limit for this Any other VFP upgrade versions produce better performance on this issue Any comment is appreciate. There are no specific limits, and I certainly know of VFP applications with hundreds, if not thousands, of users. I don't know of any specific problems with performance in VFP 6 or any other version. The usual ...Show All
Marchand Philadelphia VFP User Group--February 8
Philadelphia VFP User Group Date: Wednesday, February 8, 2006 Time: 7 PM Topic: Our Very First Open Mike Night Come with a question, a tip, or a brief description or demo of an application you’re working on. Learn from and share with your colleagues. This month’s drawings will again include a premier membership to the Universal Thread Anyone interested is also invited to meet for dinner in the mall's food court at 6 PM. ...Show All
Lizou Visual Foxpro Book Recommendations?
All, Can anyone recommend a good book for learning VFP 6.0 from scratch I've looked at SPECIAL ADDITION USING VISUAL FOXPRO 6 but it's not really helping me so far. All I am trying to do is create a simple .exe that will read amd update some records from a .dbf and insert those records into a MS SQL table. All the books on Amazon have gotten terrible reviews and MSDN has little to no info on doing thi ...Show All
12thFret Using LAN in Visual Foxpro 9.0
Hi....I'm new here and I only know the basics in Visual FoxPro. I just want to ask on how can the client computers access my monetary system when it is on the server or other computers. The whole folder of my monetary system is located on one computer and i want to have access using other computers. I'm currently using SET DEFAULT TO C:\MONETARY to set the default folder for all the tables, forms, progs and reports. What should the path in ...Show All
Nauman Raza Copying a file to EXCEL from FoxPro.
PLEASE HELP! I'm using Visual FoxPro 6.0 and EXCEL 2003. I created a query with FoxPro 6.0 and copied the data to EXCEL 2003. The Table size is 33827 records and it only copied 16384 records. It only copied half the code. Why is this Here is the code. close data all set talk on set dele on SELECT 0 USE "c:\documents and settings\bartech\my documents\fmpdata\software code\fmp reports\fmptables\line02.dbf" shared se ...Show All
iowatvman Memo File Corruption on VFP9 ONLY
I am just beginning work for a new client. This client wanted a VFP5 app upgraded to VFP9..they're using Novell (lastest version). After the conversion (very little changes needed to be made), they started getting file and memo corruption errors as well as indexing errors. I took a copy of the data and tried a recopy using SCATTER MEMO MEMVAR to a new fresh data file (using GATHER MEMO MEMVAR) in VFP90. I got the same er ...Show All
Bobby Scott Setting up relationship in prg
I need to set up a realtionship in a prg and I'm not quite sure how. table1 has fields UID1, A, B Table2 has fields UID1,UID3 Table3 has fields UID3,name the relationship from 3 to 2 is 1->many the relationship from 2 to 1 is one->one I want to look from 3 to 1, filtered on table1.A == "aflag" this is what I tried USE c :\table1. DBF SET FILTER TO A = "aflag" INDEX on uid1 TO tm ...Show All
Johnny D how could i make my main prog looks like "MY EXPLORER"
Good day to everybody, Maybe i miss this topic,..is anyone can guide me where i could find the sample for this matter. How could i make my application, that when you click the icon at the disktop it opens like you are opening the "MY COMPUTER" using 'explore' that shows drop down list, but instead of showing the drive c, cd-rom drive and e.t.c it shows all your form's name (ex. salaries, sales entry & e.t.c then a drop down f ...Show All
José Eloy Path settings in Environment Manager
I cannot get foxpro to save the path settings in the Environment Manager, every time I exit out and return the path is gone. Any ideas LOL! I think I may need to stop drinking 15 cups of coffee before noon at this end... seemed like a reasonable amount of code at the time. I just read a post by Tamar over on tek-tips that included Home(7) in it and thought "I think maybe I should just do that from now on". <g> Than ...Show All
Aparna496 REPORT error-invalid path
i have a button in a form and when its pressed it creates some select sqls which have into table and overwrite an existing table.then from the table i create report..from.. ,then i update the report and finnally i report form.the problem is that if i press the button->see the report->close the report->press again button->i get a message "invalid path or file name" if i close the program and reopen its the same press the button->se ...Show All
saffron shall I purchase Visual Fox Pro 9 ?
Hi there. I have considerable background in Visual dBase Plus which is an OO language with considerable means to create forms, tables and some windows applications but it is hard to do any networking. Thus I am trying to migrate to C#. I do have a Visual Studio .NET 2003 Pro and downloaded Visual C# 2005 Express Edition Beta 2. I have created some forms and added some functionality. Now I need to create tables and I need a table designer which I ...Show All
MikeWeaverC# Reports VFP 90 Output to Excel
Hi: VFP 90 is able to generate output to XML format. Great !! Excel is able to import file from XML format. Great !! So, we are trying to combine both tools. The problem is that VFP XML file contain the FRX table. The results in XLS format aren't the expected. But, in Data section of XML are stored our values with captions and so on. How could we obtain Excel table from XML file generate by VFP 90 Is it possible Thank you. -- Regards, Ana Madr ...Show All
Dan J how do i get a result in 4 tables in SELECT- SQL command?
good day to the experts... My transaction has 4 tables, 1 for recording the amount of loan, 1 for check payment, & 1 for cash payment, and the vendor table. Below is the tables and its corresponding fields *// vendor table 1 (FIELDS=acct_no, acct_name,address, totalamount) * // loan table table 2 (FIELDS=or_number,acct_no, loanamount, or_date) *//cash payment table ltable 3 (FIELDS=child_numb, or_number,acct_no, amountpaid, ...Show All
vmanzu_1977 Visual Foxpro Book Recommendations?
All, Can anyone recommend a good book for learning VFP 6.0 from scratch I've looked at SPECIAL ADDITION USING VISUAL FOXPRO 6 but it's not really helping me so far. All I am trying to do is create a simple .exe that will read amd update some records from a .dbf and insert those records into a MS SQL table. All the books on Amazon have gotten terrible reviews and MSDN has little to no info on doing thi ...Show All
goreckm newbie question
Hi, I have an extreem newbie question I have made a textbox and a button, when I push the button I want to fill the textbox with text. This is what happens when I push the button txtbox1.Text = "Test" but when I do this it comes with an error that the object txbox1 does not excist, withs is strange becouse its really the name. please help the problem is one of referencin ...Show All
