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

Software Development Network >> Visual FoxPro

Visual FoxPro

New Question

cannot open up a form-- BIG TROUBLE
visionpace website
object execel, word with vfoxpro
HOW TO START AUTOMATICALLY A .prg FILE!
Adding Charts and Graphs to FRX....
Data design for my application - Comments welcome
Problem Installing VFP 9.0
Need solution for complex query
Hyperlink to launch VFP8 executable program with parameters
SELECT - SQL COMMAND again

Top Answerers

NetSoft
peterMarshall106
Grigori Somin
lifeforms
MarcGrushcow
BostonZZZ
jonnyO
Ilpo Juvander
mhouston23
AlfWall
Kelly, Jimi
Only Title

Answer Questions

  • Kaul Need experts opinion VFP 9.0 multiuser network app.

    Hi   We have hired a programmer to help me get up to speed on FoxPro 9.0. We are designing a replacement app for our old Clipper based DOS app. We have run into a problem and I would like a few opinons from you experts to see if we are on the right track.   This app will be based on a foxpro 9.0 database located on our LAN. It will have multiple users accessing it at the same time.   The general way we were setting up our clien ...Show All

  • David M. Kean VFP 8.0 and Acrobat PDF Writer

    Hi, We have an application developed in VFP 8.0. Our clients are having a problem while printing reports to normal printer AFTER they have printed to an Acrobat PDF writer and created a PDF file. The reports print fine when they send it to a normal printer without sending it to a PDF writer. Subsequent to sending it to a PDF writer and creating a PDF file, the reports throw an error saying "File Not Found" when printed to a normal printer. This ...Show All

  • MamboJoel 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

  • Andrew Tregonning 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

  • farkalit 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

  • Bret Grinslade Http Post

    I need to simulate an http post and retrieve the Resulting Html source Code. How can I do this Thanks, Sammy I Tryed X = CREATEOBJECT("MSXML.XmlHttpRequest") I get "class definition MSXML.XmlHttpRequest not found" Please advise Thanks Sammy i also tried poster = CreateObject("Microsoft.XMLHTTP") and poster = CreateObjec ...Show All

  • Michel Péres Fatal Error when writing to excel

    Hi, The version of Foxpro is 6.0.  The application I am buliding is to write data into Excel 2003.  There are times when I am getting a Fatal Error at a stage when I am writing the data into the cells.  Prior to this step I have other processes where I add more sheets and rename them, setup the borders and page setup and all works fine. I try to debug the application and it runs fine.  The problem is that the message is ...Show All

  • poppy33611 which is safer to use table or view?

    Opening a native table is very vulnirable to sudden power failure. So which is safer of the two; Using directly the table or make a view of that certain table before using it I feel for you, I have a similar problem but on a larger scale.  I design racing software that is used on about 5000 customer computers at racetracks all around the world.  They run on generators which are always shutting down. Since I cannot control t ...Show All

  • Shaun M. Treeview stops answering

    Hi, all. I'm needing some help with a rather strange problem: I have a form with aTreeview (ActiveX Control) in it. There's a routine that calls another form. Funny thing is: if I trace this routine and form (using the SET STEP ON command) it works perfect. On the other hand, if I run it normally, when I lose the second form, the Treeview stops responding to the mouse, I.E it doesn't scroll or allow the user to click a node. I have no ...Show All

  • SAM SAM OWC11.PivotTable

    I've tried to play with MSGraph for some time and after not getting very far yet (although I got some graphs) I downloaded MS Office Pro 2003 enterprise Edition and found out that there seem to be richer controls out there. In particular I am trying to work with OWC11.ChartSpace , OWC11.PivotTable and OWC11.SprreadSheet . I have resigned to the fact that I would have to use MS Excel Spreadsheet as an interim container between my tables and the g ...Show All

  • DeanHuff Delete record from grid

    Dear Experts I have a table abcd index on date field I use following codes to show data in grid SELECT abcd GO top thisform .grid1. recordsource = "abcd" thisform .grid1.column1. controlsource = "abcd.date" thisform .grid1.column2. controlsource = "abcd.gswt" thisform .grid1.column3. controlsource = "abcd.ntwt" When cursor is in some row, is it possible to delete same row/record by pressing Ctrl+D. Please Help >> ...Show All

  • Dahl Berg Downloading and uploading file from URL

    Hi. First task : How to download a file from internert via FoxPro Second task : How to upload a file in Foxpro via ftp Thanks That is completely different than what you originally asked for. Why didn't you explain that in the question You are asking for a non standard procedure that is not a normal windows behavior. You will need to write something custom. I have no idea how you would go about it ...Show All

  • MattAster Cannot updat the cursor FOXRESOURCE, since it is read only.

    Dear experts, I've VFP6 & 9 installed in the same win2000 professional. in VFP9, when I tried to close take pane manager it shows the above message. Also Set As Default button is greyed in Options so I needed to set it every time I start VFP or avoid to quit. Is there any way to fix it Thanks. Don't try to share a FoxUser file between different versions of VFP. Make sure SET RESOURCE ...Show All

  • Deadly Trev foxpro exe and dbf's, fpt's, bak's, tbk's, but now prgs etc.

    foxpro exe and dbf's, fpt's, bak's, tbk's, but now prgs etc. I was given a foxpro program and i would like to see the code (the formulas)... i'm not sure how to do this... thank you...   thank you... that's my problem...i have no prgs or frms to look at... thank you. OK, there are programs that can decompile (ReFox and others) if the EXE has not been protected. Access sucks in Networks, has ...Show All

  • Gabriel Rdz =SYS(1037) on VFP90 no longer allows printer changes

    Can anyone tell me how to work around the changes in SYS(1037)   I used to call this with =SYS(1037) before printing in a batch (checks and invoices) and it no longer allows my customers to change the printer in VFP90 (no 'apply' button).  The 'prompt' option in REPORT FORM works just perfect too, but I don't want to call it in a loop (too repetative.)  Any ideas Thanks The problem was solved by removing ALL references to t ...Show All

123456789101112131415161718

©2008 Software Development Network

powered by phorum