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

Software Development Network >> Visual FoxPro

Visual FoxPro

New Question

ActiveX registration question
use the reccount
Registering a Visual FoxPro driver in SQL
Coming from Excel to VFP9 and need help understanding math functions on cells
table buffering mode
a child form needs 2 clicks to close
upgrading old foxpro apps
Search Form
Runing Total
Rick Schummer at LA Fox September 13

Top Answerers

Shenry
Kevgor
BillH133092
rafik el kheer
Andreas Kanon
mlewis
nredman
Olcay
Zeke19801980
Bharg
IBM DeveloperWorks:
Only Title

Answer Questions

  • code-breaker Bug in VFP 9? Adding an object to an array with AddObject.

    We have this base class that basically implements a collection (I know there are collections in VFP, but we can't change this overnight). Part of the process is to add an object to an array. This code word flawlessly on VFP6 for years. this.ItemCount = this.ItemCount + 1 Dimension this.Item[this.ItemCount] Local cItemPlace cItemPlace = "Item[" + LTrim(Str(this.ItemCount)) + "]" this.AddObject(cItemPlace, this.ItemClassName, &tInitParame ...Show All

  • Gentia TXT Files

    Hi there!!! Does anyboady knows how can i print a TXT file in foxpro I don't know what can i do, I've never used VFP before and I need to do this Thanx a lot!!! There are several ways. The simplest one is probably the old TYPE Command: TYPE FileName1 [AUTO] [WRAP] [TO PRINTER [PROMPT] | TO FILE FileName2 ] [NUMBER] http://msdn.microsoft.com/library/default.asp url=/library/en-us/dv_foxhelp9/html/7e83da43-86c1-4b0d-a00d-ea41238 ...Show All

  • Yogi Bear how can i get a array from function/procedure as return parameter?

    i wrote one function ,i put the values in a array for return,but  i can't get it . for instance. function a() return arrayname endfu b= a() At the top of the routine, put EXTERNAL ARRAY laCFGSetup Craig: thank you very much Stuart: i got that.and could u tell me what the mean of mark "@"  is in the vfp thank you very much jet hi Stuart    i can get the array now.but when i complie ...Show All

  • hans04 How to receive record ID???

    The subject is: I want to select some records from some table ("TableA", "TableB", ...) using Select SQL to a temporery table, then I will choose one record from this Temp Table. How can I know the exact position of this record on the source table "TableA". Please give me some advices!!! Thanks Hi, you can use RECNO() in your select : SELECT *, RECNO() as position FROM tableA INTO CURSOR temp Do you have a prim ...Show All

  • Chris Walters KeyPress

    Hello everyone, I was trying to use KeyPress to do the same code I have on a command button that runs a report with its preview. The problem is that when I press the key (in this case Enter) and the report execute, the preview doesn't work as when I click the command button. When I'm in the preview (using the command button) the preview show its 12 pages and I can see every single page but when I press Enter, the preview show me the first page a ...Show All

  • Onega Error Loading File - Record Number...

    I have been struggling with this for the better part of this week. When I try and load a form it gives me this error Error loading file - Record number 41. Formset <or one of its members> Parent: Function arguement value, or count is invalid. Looking in the .SCX and the Parent coloumn, the record is an empty memo field. I have very little experience in trying to fix a problem like this and could really use some help. J.Newman ...Show All

  • xBoRISx Very nice!

    Hello anyone, it's very nice to see Microsoft enhancing their community activities. Go for it! Providing a forum platform is one of the best aspects a company might offer. Thanks. I hope that this one doesn't compete the ones at Compuserve or UniversalThread. Sincerely, JoKi   Jochen Kirstaetter wrote: I hope that this one doesn't compete the ones at Compuserve or UniversalThread. But personally, I am very happy that VF ...Show All

  • johnpro Calling a report with a command button on a form

    I'm trying to call/open a report with a command button that resides on a form.  How can I do this   I'm new to VFP & I've searched the help file but found nothing. As Andy said, you can set it up in a startup program. That is a better option than hard-coding it in a Config.FPW How do you set up a startup program Create a simple text file called CONFIG.FPW (if you have one already just modify i ...Show All

  • Keith Swem Index does not match the table. Delete the index file and re-create the index (Error 114)

    How do I recreate an index file for a table after the table has been recovered   Thanks! Thanks Craig!  I was able to do your second suggestion with success.  There are a couple of options.. REINDEX is the easiest, but if the key information stored in the CDX is corrupt, it will create corrupt indeces. The best way is to DELETE TAG <tag>, th ...Show All

  • Deemad picturebutton in Foxpro 8 and 9

    Hi there, I have a maybe dumb question. I would like to use a graphic as a button with text on it that i can change. This is easy with the button object but on that i am not able to place the text over the graphic, showing only the graphic with the text on it. Text cut just be placed obove, under left and right off the graphic. I tried to use a graphic object with a text label over it,  looks good but the label blocks the mouseclick to the ...Show All

  • Tom_P SELECT statement is showing unwanted display of data and is not passing data to a table.

    I'm using a SELECT statement to pull out data from a table... that is working great. What I'm trying to do is feed the selected data to a different table using REPLACE so that it can be used by a report. All of this is triggered from a command button on a form. Here's the code for the CLICK property of the button: SELECT store, stock, year_1, make_1, model_1, auction1, transport, recon, sold_for, fees, net_check, result ; FROM wholes ...Show All

  • Recharge function argument is invalid...

    I have a problem with this message and a few similar once. When I get it I invoke the debugger and attempt to examine the variable/argument. In this particular case it is a memner of an array. I suspect that instead of a character string it got an .F. value but it is hard to prove because I cannot examine it. If I attempt to look at it in Command Window I will get the same message that it is invalid. More than that, some other related, neighbour ...Show All

  • Syed Junaid COM server problem

    I have a VFP6 project that when compiled worked great as a DLL lookup on an included table. As I no longer have access to VFP6 and the table needed updating, I tried to test out VFP9 with this project. It builds to the DLL with no errors but when I tried to register it, I got the dreaded message" DllRegisterServer in ....failed. Return code was: 0x80004005". I used Dependency Walker to profile this dll and got the following results: ...Show All

  • cyb3rb0y_gr MSComctlLib.TreeCtrl.2 Problem

    Working with the treeView Control I ran into an unexpected problem. It appears to be impossible to collapse a node branch programmatically. Collapse is an event, not a method and when I tried to use it as a method I could not get anywhere. I also tried to employ DblClick with the same negative result--the tree does not budge. Aside from Collapse I will need Expand as a method not event, although I am using it as even already. The expansion ...Show All

  • ali_khankan DELETE FOR-PACK ON BUFFERED TABLES

    I have a buffered(5-optimistic )tables in vfp 9.0.when i use delete the records arent deleted i use tableupdate but they dont get deleted.i use pack but i get a msg saying table should be in no buffered mode i then change buff to 0 (not programmatically with cursorset.. but from dataenviroment) but is still get the msg! how can i delete a record table must be in buffered mode and my second answer plz is how ca ...Show All

636465666768697071727374757677787980

©2008 Software Development Network

powered by phorum