Software Development Network Logo
  • Visual J#
  • Visual C++
  • Visual Basic
  • Windows Live
  • Visual C#
  • Windows Vista
  • Game Technologies
  • SQL Server
  • .NET Development
  • Smart Device
  • VS Team System
  • Architecture
  • Windows Forms
  • Visual Studio
  • Visual FoxPro

Software Development Network >> Visual FoxPro

Visual FoxPro

New Question

problems on textbox in VFP
No more multiple READ, how READ EVENTS do it?
Find Object by caption
Date problem in VFP 6.0
Data design for my application - Comments welcome
VFP 6 Table designer field length discrepancy
VFP 9.0 SQL worthless under a non client server network?
creating dll with add object inside
Inserting and Updating images file from VFP9 to SQL Server 2005
Required help for foxpro after installation

Top Answerers

vai2000
Vibhore
lfeicht
Shawn Wu
Salah_SQL
RobD
Max Lock
Carsten M. Horlacher
Michel Paulissen
Malleswar
Topix: Ella Fitzgerald
Only Title

Answer Questions

  • Alicia Rose editbox programmatic change

    I am looking for an easy way to determine if I've made interactive change in an editor box. The issue is that there are about 16 controls on a container, they are initialized from a table record thus their values at activate time generally are not trivial default. I have to save the changes with a SAVE button if I made any but I want this button's click method to quickly determine which control values have been changed. I do not want to do REPLA ...Show All

  • Eric2002 Class Related Query

    hi all, I m new to programming. Can i add methods or property to a object (e.g. Combo box) which is placed in a container class. Thank you > Can i add methods or property to a object (e.g. Combo box) which is placed in a container Actually what Don states is incorrect. You can only add methods and persistent properties to the class on which a control is based not to an object (the exception is ...Show All

  • marca how to create an exec file

    I want to create an .exe file out of a project which includes a few forms and a number of .prg files. I want to run it with a shortcut on my desktop and I do not want to see any VFP shell (main window) around the main form. I tried to read some help but could not figure out how to get beyond COMPILE command. It does not seem to be useful for this purpose Thanks for any help. Thanks you Cetin. You are always very helpful. I wil ...Show All

  • K.Rohit Converter error.

    When I open an older 2.6 Dos report in vfp9, I am getting intermitent errors by the converter. Giving it a few tries usually ends up working. Here is the error log: Fatal Error in Converter: Error: Cyclic relation. Error Number: 44 Method: allothers Offending Code: ... File being processed: c:\devel\krcb\cpo1.frx I am getting the same error when I try to do this with VFP6. Anyone got this error Thanks. ...Show All

  • jt230050 foxpro2.5 application migration from windows98 to XP (Urgent)

    Hi All, I have to migrate the existing data which is on windows98 to windows XP. My application is working fine on 98, but when I copied the files (almost all) into xp The application throws error “not a table/DBF”. When I open the same DBF file in notepad (one in 98 and other in xp) the xp file has some random characters and numbers in it where as the 98 dbf file I can read my column name. What could be reason Why the DBF file go ...Show All

  • Jiles UPDATE vs REPLACE record locking

    The VFP 9.0 Help file shows the following: UPDATE - SQL Command ,Remarks, Tip: "When updating multiple records in a table opened for shared access, SQL UPDATE uses record locking, unlike the REPLACE command." Locking Data, REPLACE: Current record and all records from aliased fields UPDATE - SQL: Entire table These statements seem to conflict. The first leads one to believe that the UPDATE - SQL command would lock records and i ...Show All

  • Vin Klassen DO FORM does not work in exec (for me)

    I have close to 50 clauses, it turns out, DO FORM in my application. They all work perfectly well in interactive mode with the browser but do not work at all in exec after I built it. By "do not work" I mean that I do not even get an error message. Those statements are completely ignored. What I've done so far is trying to find a formula under which I could call outside forms. As I mentioned, when a statement DO FORM <formName> ...Show All

  • Erick Thompson - MSFT how to send control codes via "???" to receipt printer

    Hi All, I am writing a POS system and using a receipt printer (Epson TM-U220D). Unfortunately the printer drivers from Epson didn't work & hence I resorted to using the Windows Generic/Text printer. I am using a series of to output to the printer, which works fine. My problem is that I need to do some form of simple formatting on the receipt, e.g. make company name bold, etc. My question is, how do I send the control codes to achieve t ...Show All

  • Omid Bayani VFP 6 Table designer field length discrepancy

    I have a table with 51 fields and the table designer tells me there are 51 fields with a record length of 999. However, display structure shows 51 fields and gives a total length of 1,003. If I add the individual field lengths together, this comes to 998. I believe a single character is used for the delete character so 999 would seem to be correct. However, another application I am using (PReS from Printsoft) only accepts the data when I s ...Show All

  • Mary Potapova Foxisapi permissions issue (I think)

    Windows Server 2003 IIS 6 VFP6.0 SP5 Latest copy of foxisapi.dll http://localhost/common/foxisapi.dll/STATUS displays correctly I have a testServer method that just returns a string and it doesn't work, and the COM server does not load. http://localhost/common/foxisapi.dll/myServer.class.testServer returns "The page cannot be displayed" Web site is running ok. Everyone, IUSR_ & IWAM_ are set for default launch & access per ...Show All

  • ShadowLord can't reindex 82,000 kb file

    Let me begin by thanking you for the help.  I am not a avid foxpro programmer.  I have a table in my database that has been acting up the past few weeks, but usually a reindex would fix the problem.  Today It won't let me reindex.  I type reindex and press enter and instead of getting the counter on the bottom right hand corner.  It does absolutely nothing.  If I delete the .cdx file and try -- still nothing.  ...Show All

  • astallings cannot update cursor

    I have a main form that calls a couple of other forms to make some selections. One of them opens a table and after a selection is made a mark is left in a special field that this record has been selected. Then this small form is closed and the same table is opened in the main form. The table is opened EXCLUSIVE in both forms. Before it is opened in the secondary form it is not opened in the main form. The point is that it all works well in ...Show All

  • Susanh Order a raport by a field from child table

    A have a two tables (parent table and child table). The report wizard allows order just, a raport by a field from parent table, but I need to create a raport, which is ordered by a field from a child table. I don't know how. Please someone tell me, thank you.  A second, why VFP9 don't allow to display a Query result in a Report destination   No it does work. It always worked. Just check you ...Show All

  • Gboyega editbox programmatic change

    I am looking for an easy way to determine if I've made interactive change in an editor box. The issue is that there are about 16 controls on a container, they are initialized from a table record thus their values at activate time generally are not trivial default. I have to save the changes with a SAVE button if I made any but I want this button's click method to quickly determine which control values have been changed. I do not want to do REPLA ...Show All

  • Expressmann cannot generate an exec file

    I just finished a large project and tried to generate an .exe file from it. I encountered the following problems. BUILD EXE FROM ..... issued from the Command Window gives me a series of errors. The first one is entirely unexpected. It claims that a file "inpARR" could not be found. When I click on "locate' it offers me a file dialog box to find it. I definitely do not have any reference to a file by this name anywhere in my pr ...Show All

8788899091929394959697989901234

©2008 Software Development Network

powered by phorum