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

Software Development Network >> Visual FoxPro

Visual FoxPro

New Question

Emailing attachements
data from one table1 that isn't in table2
Change output alignment in a Field control
class called
scroll bars in editboxes
Accessing FoxPro from C++
Grid headers default mouse pointers etc...
similiar fields
Use ADIR to get specific files from a folder
Urgent : Using SQLLdr with vfp 5.0 and Direct = True

Top Answerers

Guasu
mcory1
Ally
Setser
AliSyed
alex2007
Martin Butcher
Martin Nuss
SM_G
MDB51
New Technology Solutions Inc.
Only Title

Answer Questions

  • santaclause585 records disappear forom tables

    A few days ago I ran into yet another problem with Fox. i have a database where the tables were supposed to be filled with the content of some text files. Those files are dumps of my old dBase tables. I have a routine in Fox code that reads the text file, generates necessary number of records and fills the fields with the content between some delimiters in the text file. Anyway, it is not the first time I do it with almost the same code. I tr ...Show All

  • neilsanner Computer stops after loads form

    I'm facing a rather strange problem: I've got a form wich calls another form. When I call this second form, the computer (not only VFP)stops at the last comand line in the Load method. No matter what this last line is. But it only happens if I've realized some operation before I do it. Otherwise it runs Ok. I'm using VFP6.0 and SQLServer 7.0. The Load method uses "CREATE CURSOR" and "SQLEXEC" commands only. Thanks in advance for any h ...Show All

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

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

  • jaabrown scroll bars in editboxes

    Somebody can tell me why scroll bars in editboxes disappear when I run an VFP 7 application . All seems work fine in the VFP environment, but when .exe runs, no more scroll bars. I have intented all, without success. Of course text is large enough to force VFP show scrollbars. I would appreciate any comments. Thank you. >> Somebody can tell me why scroll bars in editboxes disappear when I run an VFP 7 application This w ...Show All

  • beautifoolmark Urgent : Question abt using MDI form in VFP

    Dear All, I am using VFP 5 & 6. I want to know is there VFP have MDI from function as same as VB (My boss is pushing me. >< ) I had set the form property of MDIForm to true with the parent and child form. However, it seems no different. Dose anyone have any suggestion or sample for reference Thx u very much!!!!! Ash Solid, As I understand you are a beginner. For beginners IMHO using main foxpro wind ...Show All

  • vkumarme html in textbox

    Hi How do I open an html file inside a textbox   this doesnt work               thisform.veld14.Value = c:\winvis\htmlbody.htm  or can I make some kind of field inside my form to load the html page in     Dave M. wrote: thisform.veld14.Value = FILETOSTR("c:\winvis\htmlbody.htm") I see Dave. I ...Show All

  • Jason Foster 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

  • Yann Inserting and Updating images file from VFP9 to SQL Server 2005

    i am developing a form where i am collecting personal information such as name, address and signature of the person as a bmp file........ i am saving the data in the SQL Server 2005 . My front end is VFP 9 forms. i am building a SQL query to insert the record....... the prob that i m facing is that  i cannot concatenate the image type with the SQL string that i m building the insert works fine if i dont try to insert the image the imag ...Show All

  • daggmano How to play a Windows Media Audio format (WMA) in VFP?

    Hi all, I am now trying to create a small program to play media audio files. I'm now using the MultiMedia ActiveX control (mci.ocx) to play these files but this ocx seems can not play WMA files while this type of file is getting more and more popular to music-lovers. Could anyone tell me how to play WMA files in VFP. Note:I want to play them directly in VFP with MCI control or with some API function that VFP can handle,  ...Show All

  • Barrie A Kenyon 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

  • VR6R Foxpro ODBC error

    I have a problem connecting to a free table directory, foxpro database developed in Foxpro 2.6 for DOS from an Access 2003 database (Don't ask why it's a long story). I was able to connect to this database via an ODBC connection using the visual foxpro driver (6.01.8629.01) but after installing .net and other packages I now get the error              [Microsoft ][ ODBC Visu ...Show All

  • notjosh video control

    While waiting for answers to my other post I tried to play with a video control. It gives me an error I cannot understand: cFileName = JUSTSTEM ( JUSTFNAME ( cLine )) THISFORM . O_VIDEOPLAYER1 . cfilename = cLine THISFORM . O_VIDEOPLAYER1 . playvideo ( cFileName , 100 , 100 ) cLine is the complete path to an .AVI file. The error is that "no parameter statement is found" Is anybody familiar ...Show All

  • the_lmich Needed help regarding VFP 9 Installation....

    Hi, I've installed the VFP 9.0 in a Win XP(SP 2) environment. Though I've installed I'm still unable to use any of the wizards or the sample files provided. Even i'm unable to invoke the help. When I press F1 the message " out of memory.... swtich to...." appears. When I invoke the wizards, "File corrupted...." sort of message appears. Can anyone help me out. Thanks in advance... Markish >. When ...Show All

  • VijayMSN video control

    While waiting for answers to my other post I tried to play with a video control. It gives me an error I cannot understand: cFileName = JUSTSTEM ( JUSTFNAME ( cLine )) THISFORM . O_VIDEOPLAYER1 . cfilename = cLine THISFORM . O_VIDEOPLAYER1 . playvideo ( cFileName , 100 , 100 ) cLine is the complete path to an .AVI file. The error is that "no parameter statement is found" Is anybody familiar ...Show All

67891011121314151617181920212223

©2008 Software Development Network

powered by phorum