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

Software Development Network >> Visual FoxPro

Visual FoxPro

New Question

Unexpected disconnecting of remote connections under VFP 9 SP1
MSChart
Determining nXYCOORDINATES for the Typing Cursor (Insertion Point) in myEditBox.Selstart
Scan and replace
DBclick
unsorted records in grid control
VFP & Pocket PC
Problem with SUM() function?
Convert month to numeric
OWC11.PivotTable

Top Answerers

saynotoms
Gane
None007
grbz
Kaligero
Andy Tso
miguelagg
parlance
Christoph De Baene
il0vehim.
Gilbane Report
Only Title

Answer Questions

  • davidhhhhhhhhhhhhhh Clearing a cursor

    I am working with a cursor that I use to import XML information to. When I am done with the XML information, I want to clear the cursor for other input from the same area; however, I am unsure as how to go about this. Any ideas If it's not readwrite first make readwrite then: zap Is there a reason you're not simply calling your "import" routine again (in other words couldn't clearly understand what you're doing) ...Show All

  • Ruben Edna Combo control in Grids

    Hi every body. can some body tell me the way that how to add combobox in grid. Thanks Marcia Akins has an article " How to Put a Combo Box in a Grid " posted at her website http://www.tightlinecomputers.com/Downloads.htm It covers the topic in more detail than we can here how to add combobox in grid The article that Andy referred you to also comes with classes and sample forms that sjow you how ...Show All

  • Faraz_Ahmed [noob questions] Arrays..

    Aaaaaaaaaaaaaaaarrrrgggghhhhhgadsfhasdjhf 1. Is foxpro incapable of returning an array from a function by using the return statement  2. Does foxpro have a function that merges 2 arrays 3. How do you pass an array as an argument to a function in a class when the array is a class variable For example: define class test as Custom     dimension Arr(1)        procedure asdf(tmpArray, tmp ...Show All

  • Emoir newbie here...

    hi to all... i have a form named customers and i have txtboxes to input all information i needed. i have a grid that shows all the records in the table customer. works fine on loading. now, i have 2 buttons previous and next respectively. my codes are as follows: Previous Button: USE customer if not BOF() skip -1 thisform.refresh() if BOF() go top endif endif Next Button: USE customer if not EOF() skip thisform.refr ...Show All

  • Rachel J Cursor Adapter

    Good afternoon gentlemen.  First, it forgives me the weak inlges.  I speak of Brazil.  It would like to know, if it goes to exist updates in the one in the Adapter Cursor.  A SP(n) for example.  I felt lack of the possibility of being able to make relationships between the cursors to adapter.  Thanks, Itamar Bom dia senhores. Gostaria de saber, se ja existe, ou vai existir, algum update para o Cursor Adapte ...Show All

  • Laith Murad programmatic registration of com.exe

    I want to registrate a Com.exe by program (like "run xx.exe /regserver"). I found only a solution for registrating Dlls (with "DllRegisterServer"). May be I could use "CoRegisterClassObject". Has anyone a code-example You can use ShellExecute. declare long ShellExecute in "shell32.dll" ; long hwnd, string lpszOp, ; string lpszFile, string lpszParams, ; string lpszDi ...Show All

  • themadmax Obtaining a web page's title

    I'd like to get the titles of web pages, and would prefer not to do this by loading all the web pages into a webbrowser, because that seems a bit heavy handed. In VB6 I used some APIs to achieve this, but I'm not having any luck in getting it to work in .net. Here's the code I'm trying: Module Module2 Private Const INTERNET_FLAG_RELOAD = &H80000000 Private Declare Auto Function InternetOpenUrl Lib "wininet" Alia ...Show All

  • Stoyko Kostov small form failure

    I have created a small form to display messages from a larger major app form. It is supposed to display a message for 3 seconds and then disappear. It took me 5 min to make it. It can display its face no problem when run from a browser. The next step was to invoke if programmatically from the main app. I use SET PROCEDURE TO "C:\.....\formName.sct" command. It must be a compiled form file. This statement did not accept anything else, like *.s ...Show All

  • bumz Primary Index/ascending order

    Hi there, It is nice to be back. This is my question for today. I am using CREATE TABLE command. It seems I can define a field as having PRIMARY KEY quality which is the same, in essence, as to say that I am assigning an 'INDEX ON' the field with some additional quality of this index being primary . The way I see it there is a great deal of confusion as to what primary means. Perhaps it is only confusion in my head, so please hel ...Show All

  • Chris Donnelly pack table in a grid

    <--- VFP 9 newbie We have a grid on the form that views a table opened exclusively on form init.  The table is called from the grid builder and we want to manipulate it.  Below the grid is a button that is 'suppose' to clear off all items in the table.  On button _click event we select the table, delete all, then pack.  Now the grid is void of the table and grid line.  Futhur reference to that table is now invalid. Ho ...Show All

  • dba upgrading to visual foxpro 9

    Hello everyone, My employer recently started asking me about visual foxpro 9. I am a network administrator who has very little programming abilities. I am wondering how hard it would be to upgrade our current system, on foxpro 2.6, to visual foxpro 9. I told her it might require some schooling. Time is not an issue, we are not looking to upgrade immediately. How hard is it to do and what steps do you go through Is it simplying useing the ...Show All

  • Glenn Vassallo How to set automatically start project folder?

    Hi! I add a picture, in my project, but, when I change my project directory, or when I rename my folder, fox, asked me if I want to change the home directory of my project! I choose yes, and my project run correctly, but, it can't find my picture! I must write getdir( ) at the beginning, to set my start folder, if I want that the project run correctly with my picture! I try the curdir( ) or the home( ) but, this don't recognize correctly my p ...Show All

  • fedeburin shall I purchase Visual Fox Pro 9 ?

    Hi there. I have considerable background in Visual dBase Plus which is an OO language with considerable means to create forms, tables and some windows applications but it is hard to do any networking. Thus I am trying to migrate to C#. I do have a Visual Studio .NET 2003 Pro and downloaded Visual C# 2005 Express Edition Beta 2. I have created some forms and added some functionality. Now I need to create tables and I need a table designer which I ...Show All

  • C#TURK how do i get a result in 4 tables in SELECT- SQL command?

    good day to the experts... My transaction has 4 tables, 1 for recording the amount of loan, 1 for check payment, & 1 for cash payment, and the vendor table. Below is the tables and its corresponding fields *// vendor table 1 (FIELDS=acct_no, acct_name,address, totalamount) * // loan table table 2 (FIELDS=or_number,acct_no, loanamount, or_date) *//cash payment table ltable 3 (FIELDS=child_numb, or_number,acct_no, amountpaid, ...Show All

  • jianglinchun Unexpected disconnecting of remote connections under VFP 9 SP1

    I have problem with unexpected disconnecting of remote connections under VFP 9 SP1 runtimes (only under SP1 runtimes). For example, using _VFP object to access forms will cause this and I am analysing other situations. Using _SCREEN object does not cause this. Does anyone found this too and in what situations   Hi Is this the Public Beta of SP1 [What VFP build number are you using (output from VERSION() will tell us)] Meanwhile, ...Show All

12345678

©2008 Software Development Network

powered by phorum