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

Software Development Network >> Visual FoxPro

Visual FoxPro

New Question

Use ADIR to get specific files from a folder
lan/wan difference
File acces
Grid headers default mouse pointers etc...
Fonts, Fonts and more Fonts.
REPORT error-invalid path
.net And Visual FoxPro
error registrated COM object as MULTI-THREADED COM SERVER DLL
How to set up a Nightly Batch export in Foxpro
Report problem

Top Answerers

williamwon
jojolimited
The Dwarf
Bard7
SabariRajan
Juerg
fikry
TP Robinson
fan
Jason Whatever
Telegraph: All-singing, All-dancing, All-smoking
Only Title

Answer Questions

  • Auris connecting to foxpro table from asp or php

    I am having a problem and I can't seem to find any info on the internets to help me.  I'm trying to connect to a VFP free table that is on a separate machine on the network.  I want to do it inside of either PHP or ASP.NET.  Doesn't matter which at this point.  I seem to be able to establish a connection with the table, but I get an error when I execute the query.  Example php code: < php include('adodb.inc.php'); in ...Show All

  • szabti cannot update cursor < > since it is read-only

    I am getting this error message at RUNTIME ONLY in startMode = 4. In interactive mode (starMode = 0) everything works fine. This message comes from a secondary form that I use to select email addresses. They are stored in a table with a few fields. I dedicated one of them as a markup field meaning that if that address is selected in a combobox it is marked, the table is updated as TABLEUPDATE (1). I mean, it is supposed to be updated. It is not ...Show All

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

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

  • Aicos can i use SQL sort by special expression?

    my user want the data is sort by the field's content. the content is "I","E","C","A" and BLANK if just ascending and desc ,it's easy. but now they want sort by this sequence "I","C","E","A" then blank so how can i do it thank you SELECT * ;       , at ( data, "ICEA " ) as _ORDER  ;     FROM table  ;    ORDER BY _order I ...Show All

  • Carlos Guzm&amp;#225;n &amp;#193;lvarez how can we connect to a server which is connected to a modem router?

    I have here also a question for the experts regarding also our server connection which is connected to a dsl line. I have no problem connecting to our server using dial-up, but if I try to connect via internet by supplying the remote with the static IP address for that server. it won't work. I contacted and explain my problem to the personnel responsible at our I.S.P. here, he just told me that the problem is in the APPLICATION i am using. he sa ...Show All

  • Anthony D. Green HOW TO GO TO SECOND PAGE OF RTF OLEBOX

    I am experimenting a form with OLE box containing RTF Text. The content of this is from a memo field. I copied this screen from the Samples\Solutions\Ole TEXT.SCX My question is : When I open the screen, HOW DO I GO DIRECTLY LET'S SAY TO THE MIDDLE OF THE MEMO FIELD WHICH IS THE SECOND PAGE OF THE BOX. INITIALLY IT GOES TO THE FIRST CHARACTER OF THE MEMO FIELD THAT IS DISPLAYED. Kindly help and thank you for your previous help extended. ...Show All

  • espltd Excel Automation - Charts.

    Hello Guys The code below works fine (complete code). The problem is, how can one set the number of rows in the following lines. These two lines sets the chart data parameters. Although one can use "oSheet.UsedRange.Rows.Count" but how to encorporate it in the code. Please complete the following 2 lines. oExcel.ActiveChart.SetSourceData(oSheet.Range("A2:A16,E2:E16"), xlColumns) oExcel.ActiveChart.SeriesCollection(1).XValues = "=History!R2C1:R16C ...Show All

  • rgbigel Zip Folder

    Dear Experts, How I zip the folder using FoxPro Thanks a lots. EEVA ZIPMASTER is for free and documentation with examples is in ZIP file you download from posted link. I am using libraries from this site :  http://www.eetasoft.ee/zipmaster.htm Dear Expert, Can I know are you have any example to run the zip libraries That all need to pay the money... Can I know have any ...Show All

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

  • Anonymousxxx 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 Thanks Guys. ...Show All

  • Mike Zimmerman a child form needs 2 clicks to close

    I have a form calling a secondary form. In order to close the latter I have to click twice the button that has the following statements in the CLICK method: ACTIVATE SCREEN "CLICK fired " THISFORM . Deactivate () THISFORM . Destroy () THISFORM . Hide () THISFORM . Release () 4 statements are there out of desperation. I tried them separately and in many combinations. I see on the SCREEN that the event fir ...Show All

  • _scoot_ feature not found

    This is the fourth inning. I am still struggling with an exec build. No luck so far. Now there is some help in the form of the error reporting authority of the error control. Unfortunately, for some strange reason only a small fraction of runtime errors are in the log file. I cannot understand why. But what I have seen so far is very revealing. The error message is "feature is not available" and the line in the source code is idenfi ...Show All

  • CalvinK delete record

    this question seems to be ... but I tried many times to do it but I couldn't . I'm using VFP 6.0 . I created a form and take data from mytable . After that I created Del button and wrote a small code in Click event . This is my code : if messagebox("Do you want to del this record ",36,"Notice")=6 delete thisform.refresh and the result is 0 record deleted . I don't know why . Is this related to "primary key" from mytable . If someboby ...Show All

  • Onisama Report Window

    I have designed a form which includes a preview button, when I click the preview button, the report preview is working, but it was showed behind of the form, how would I do to show the report window front of the form can anyone help Thanks a lot. What is the setting of the form's AlwaysOnTop property Yes, the right suggestion for my question, because i have set the form is always on top. now I have solved the problem al ...Show All

101112131415161718192021222324252627

©2008 Software Development Network

powered by phorum