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

Software Development Network >> Visual FoxPro

Visual FoxPro

New Question

Records Disappear
Using Text To Speech With Visual Foxpro 8 & 9
Excel validation
report temp file not found
FTP with VFP
help~!
How to show images(pictures) in RTF control??? (like chat...)
Vfp9 page footer report
MSChart
Hooking into VFP's compile cycle (the ultimate builder)

Top Answerers

abhi.pandey
KEM1
kxp
bk01
rschaeling
Ryan Stemen
ErikM
flw
Balmer
Rick Qually
Fabula: bi-lingual, multi-media, children's storybook software based on
Only Title

Answer Questions

  • nijen04 Preview container toolbar doesn't respond

    Hi: I'm creating a report that contains several chained reports. The obtained report is OK The problem is that I can't to do any actions with the bar. PreviewContainer. ToolbarIsVisible = .T. OK I'm able to change some properties: Caption, ZoomLevel, etc. That's also OK. I'm able to scroll pages with keyboard or mouse clicking to the Preview container screen. That's also runs OK. But the problem is that toolbar do not react anyway to a mouse cli ...Show All

  • David Veeneman Call application from program and trace Menus and Programs within

    Hello, Can anybody help me please Am trying to call an application from another, but having a problem tracing the called program's Menus and Programs. At the beginning it started by having the Encrypted checkbox automatically selected after building project and an application (the application I will be calling) while I de-check it myself. I tried creating the project from the beginning and somehow this stopped, and I could trace again, ...Show All

  • xsc Report to Excel

    How can i send a report directly to a worksheet of Excel Do you mean convert an FRX to XLS You need a tool like FRX2Any http://www.frx2any.com/ or you can write a program yourself to avoid the FRX and just pass and format the data using COM automation. The faster way (within Excel row limits) is to copy to Excel, or copy to an intermediate format like CSV or old FOX2 if you have an older driver, then open in Excel using COM Aut ...Show All

  • ewar createobject("mappoint.application)

    VFP (9.0) I am experimenting with mappoint for a stevedoring company. I am having problems with the Createobject("mappoint.application") When I execute the code I get the error message ‘Class definition MAPPOINT.APPLICATION is not found.” When I search the registry for MAPPOINT.APPLICATION I find nothing In the registry I see all kind of references to MapPoint but nothing to Mappoint.Application the ...Show All

  • shware what is the maximum field VFP9 can handle

    Good day to everybody... just a little problem with my update at VFP interface with my back-end database I dont have this problem updating my employees table in SQL2000 with 35 columns at my VFP interface, but recently I add another 3 columns at my table, that's where I encounter this problem. Inserting a new record or deleting there's no problem, but when i edit a particular record then saved the changes,the update is OK.. but after I clo ...Show All

  • unknowndeveloper object is not defined but uncatchable

    It is a very strange situation and I have tried various combinations to beat it for a few days--to no avail. The code kept getting more complicated so bear with me please. The issue here is that there is a treeView and an outside button that is supposed to trigger some action. This action (search) needs TreeView.SelectedItem.Text and Tag properties. If I forget to make a selection beforehand the Type (" SelectedItem") is Undefined (&qu ...Show All

  • Croc1986 Error 2091: Table "name" has become corrupted

    Hi again, I got this error during debugging. Of course I cannot vouch for my still problematic code because the table is filled out programmatically. Quite possible the code did something wrong. But if you have any general comments as to how handle such problems and especially what this " third party repair utility " looks like, I would appreciate it. Thanks. The error message: Visual FoxPro 9.0  Table "name" has beco ...Show All

  • Triple B include file conflict

    I just found out that if I wanted to include two .h (header) files in a form the second one kicked the first one out. Is it only my wrong perception or it is supposed to be this way Thanks. Hi Cetin, Yes, with .prg files it is simple. The forms present a more difficult problem. Thanks. Alex, You can include multiple .h in a prg, or add #include directives to one .h and only include that one etc. However when using mult ...Show All

  • dophine Unable to read .dbf file

    Folks, I'm trying to load FoxPro data into Oracle table's using Datastage ETL Tool.i got the zip file which contains the complete Foxpro Tables.I able to read one .dbf file out of 100 files.when i try to read other .dbf files through ODBC stage,its throwing this error: SQLSTATE=01000, DBMS.CODE=1295 [DataStage][SQL Client][ODBC][DataDirect][ODBC dBase driver]Table is read-only, it is part of a database: edutrans.dbc I try to change the file p ...Show All

  • woytek CA

    Hello Guys Can someone redirect me to a page where i could find a simple sample of CA (Native) or if one could send me an email. Please don't use the ca class if you would send me an email. The problem is when i use an access database, it works fine but when i use a vfp database, it shows me just one record. Please help me out with this too. Jitendra Shahani shahani.jitendra@gmail.com Jitendra: Mark McCaslan ...Show All

  • jrock2468 createobject("mappoint.application)

    VFP (9.0) I am experimenting with mappoint for a stevedoring company. I am having problems with the Createobject("mappoint.application") When I execute the code I get the error message ‘Class definition MAPPOINT.APPLICATION is not found.” When I search the registry for MAPPOINT.APPLICATION I find nothing In the registry I see all kind of references to MapPoint but nothing to Mappoint.Application the ...Show All

  • Avi_harush Undoing the changes done in a form and exit

    Hi, I'm new to VFP and need to know how to exit from a form after cancelling the changes done in a form. The form contains text boxes, which will be changed. The undo button must cancel the changes done and exit. I found that the method "RELEASE" will exit the form but the changes I'm doing are not getting reversed. Help very much appriciated. Thanks, -Set Form.DataSession to 2 (private) -Open data environm ...Show All

  • Steve Swartz OLE DB Driver for Visual Foxpro 9 on VFP 7 database

    Dear all, I wish to know whether I can use the OLE DB for VFP 9 to retrieve/update databases created in VFP7. All my databases are in VFP7. TQ Thank you so much. Shouldn't have a problem as VFP is always backwards compatible. The other way around might give a problem if you'd used newer language extensions. ...Show All

  • Alex Krawarik Preview Toolbar not enabled in EXE

    The Preview Toolbar in VFP9 is not enabled when a report is generated to Preview from a compiled EXE.  _reportbehavior is set to 90.  The 90 preveiw toolbar is displayed The application runs from a main form (modeless, as Top Level Form).  Displays all reports to a preview form that is is either modal/modeless and In top level form.  I have tried as Top Level Form and In Top Level Form.  I have created the report two dif ...Show All

  • DPaul End datasession users?

    I sharing data in LAN network, what to end datasession users Thank you! Mean, I want closedatabase and close program when an other PC asscessing (disconect users) To Dave M, thank you, but I want close shared files in VFP. What do you mean Releasing all forms using a private datasession, all session objects and close databases all would ...Show All

454647484950515253545556575859606162

©2008 Software Development Network

powered by phorum