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

Software Development Network >> Visual FoxPro

Visual FoxPro

New Question

How to tell if cancel was clicked in the print dialog.
Foxpro Report
Very nice!
feature not found
Report that won't maximize
Oleboundcontrol
Create a Directory
How do I can make a new msde database using the command SQLEXEC()?
Scan and replace
How to get IP Address on Clien of LAN....? Help me!!!!!!

Top Answerers

Ramzee
RMan54
zombie_process
dcaton
Matt Garnham
Peter Griffith
CplusplusBeginner
Alejandro Rodriguez
opc3
Harish Ranganathan
DARPA Markup Language (DAML+OIL)
Only Title

Answer Questions

  • Arc_1 importing VFP files into ACCESS 2003

    Hello I apologise if this in the wrong forum. I am having the following error when linking to a vfp file in access 2003 The decimal field's precision is too small to accept the numeric you attempted to add Is this something that I need to adjust on the VFP side or the Access side I have the newest jet driver 9 actually ( 3.5 and 4.0 ) I can say at least it's not on VFP side (VFP's corresponding message is som ...Show All

  • optyler is it possible to automate ACDC from visul foxpro

    I am having a software for jewellery cataluge made in visual foxpro. As the number of picture increases it take lot of time to diapay . So is there any way to automate ACDC from visual foxpro so i can pass on the picutre name to ACDC and show in that Regards Raman If it's all about displaying the images and some actions upon selection then you could put them in an HTML file as image links and diplay via web browser. ie: oForm = createob ...Show All

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

  • rachakunta Source is out of date

    This is what I see when I open the debugger' Trace window . Right before I begin any execution but after the form with all the controls and all associated prg files is brought up. I want to know what source it is talking about. Is it source code In which sense is it out of date Is it my source code or FoxPro's in some way I may believe that I perhaps use some operators that have been deprecated but there is no indication where to look. I ...Show All

  • Michele Tenuti 2 more questions (VFP8)

    (1) I've made and deployed a simple app. with its own helpfile, but when deployed, nothing happens when I press F1. (It is not, that the app cannot locate the helpfile. If I rename it, I get an error when starting the program.). Any suggestions (2) The other problem is, that about one in every 4 times I close the program, the process keeps hanging and thus locking my datafiles. (When I kill the process, the datafiles are corrupted, when I start ...Show All

  • ZSTRCZ report temp file not found

    I need to create a simple report, nothing fancy. Just to preview some memo fields. This is the code I use. lcFile = "C:\VFP_Projects\Reports\MyReport.FRX" SET DIRECTORY TO "C:\VFP_Projects\TEMPORARYFILES\" CREATE REPORT (lcFile) FROM (ALIAS()) FIELDS memo1 The second line (set directory to) should be explained. I get an error that a temp file c:\\VFP_Projects\Data\...\000035e10062.tmp no found. Options are "Loca ...Show All

  • Mats Backlund How to center "Report Picture" in a FoxPro 8.0 Report

    Hi all, I was wondering if it is possible to center a "Report Picture" in FoxPro 8.0 If the picture is smaller than the frame then it starts from the top left corner and fills in and the picture is not centered and looks bad in the report. Thanks Kim I would just Scale the contents instead of clipping. Other than that it's going to get quite complex.  You could try a general field with the center in fra ...Show All

  • Mojo2000 passing parameters to vfp com servers using createobject

    Is it possible to pass a parameter to a vfp com server using CreateObject("COMServer.Class", eParameter) It seems to me that whatever I pass in eParameter it is always .F. within the INIT method and PCOUNT() always gives 0. Regards Darren Woodford Woodford Computer Systems Ltd http://www.woodfordcomputers.co.uk Darren, FWIW Init parameters limit the usefulness of the class. You ca ...Show All

  • Achiu Figured out... done...

    Hello All, Please, if anyone can let me know how to link a VFP DB to a SQL DB using 'linked servers' that would be great. I need to use the VFP tables in a SQL Server Reporting Services report. Using ODBC w/ a DSN (or even a connection string) locally works fine in .NET 2003. But when trying to use this method on the reporting server, I get some nasty error. To avoid having to write a trigger and a DTS package to populate the SQL DB with the ...Show All

  • JLuis [URGENT] help extracting FoxPro DBF Encrypted fields

    Hi everyone. I'm working with a Foxpro DBF database, but I'm not using Visual Foxpro to read the data. I'm doing this from C#.Net. In fact .. I've never really used Foxpro before. My problem is as follows: In C# and Crystal Reports .. a lot of the string fields simply return blank strings (i.e. "") When I view the table in FoxPro, they are fixed-width character fields, and browsing the table shows that they contain a bunch of special A ...Show All

  • BabyToys FoxPro won't run. Fatal Error - C0000005

    Hi I've been working away in FoxPro for the past few days and then this morning, after using it for a couple of very productive hours, I suddenly got this error when I tried to start it up. Fatal error: Exception code=C0000005 @ 05/25/06 03:28:35 PM . It gets as far as showing the menu and the various things like the command window and then gives the MSoft error message. It shows as error 1000 in the Windows error log. I'm using VFP9, S ...Show All

  • bschaldon richtext control and memo fields

    Is it possible to store full content of RichText.RichTextCtrl.1 in a memo field I tried to define it in a table as Display Class OLEboundControl but it did not help. I do have RTFControls class attached to the form. Thank you. Yes absolutely you can save RTF content in a memo field (and not only you can but you should do that way instead of using General field). You wouldn't use OleBoundControl. Instead you'd directly use RTF activ ...Show All

  • chrismclaren my SQL passthrough problem

    Good day to all, could i ask where i got wrong with this code , because when i run the .prg for this code, at first try it won't work, then the second time around it works, as if no error. Like when you open VFP, then at the command window you execute the do command, it won't work, but at the second or 3rd try it works. Please help...thanks in advance LOCAL lcConnect STORE 0 TO lcConnect STORE SQLCONNECT ('My SQL Server C ...Show All

  • Mark Zhou (Wicresoft) 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

  • E. Richards VFP 9 Tool Core References problem

    VFP 9 Tool Core References when ran from the menu runs and immediatly exits.  It leaves behind two private data sessions with tables.  Anyone know how to fix it Thanks it worked.  As soon as I got rid of the meta data in the home(7) folder it worked OK. I assume you mean Code References. It could be the tool's metadata is corrupted. Make sure Code Reference is ...Show All

262728293031323334353637383940414243

©2008 Software Development Network

powered by phorum