Hi,
I have a little problem and it seems so simple that it doesn't work. I have a grid that has a Sql statement as RecordSource and the data returned inside my grid is fine.
I have a button on my form that need to interact with the grid. So I need the ActiveRow of the grid and for that I...
Hi
I have a form with a listbox that contains a SQL statement. In the init of the form, there's the code
Thisform.lsttHERMOS.RowSourceType = 3
SELECT 107
USE N:\APPS\PAL_NOVA SHARED
thisform.lstthermos.RowSource = "SELECT NOM FROM " + DBF(107) + " INTO CURSOR mylist"
THISFORM.LSTthermos.Requery...
Hi
I have a form with a combobox with 8 elements in it.
Now, in the interactivechange of this combobox, it calls a form(named frmMoreInfo) for more information on the choice.
I want frmMoreInfo to be called anytime I click on one of the choice in the combobox EVEN if it's the same item that...
Hi
I'm trying to pass a variable that is a string in my code to my report, but I saw that we can't do that with REPORT FORM.
So I was wondering if there's a way to do that, because it must be possible with some trick. I created a variable on my report, but I don't know how to assign my value to...
Hi,
In the company I work for, we thought that it would be helpful to have a Source control software. Because there are more programmers in the company now.
On MSDN, it says what is it, how to enable it and how to use it. But it doesn't say what software can be added to VFP.
I saw...
Hi,
I have one weird problem now and that's that I can't open the file having the name choixass.dbf (it was working fine before)
To see the errors I have see :
http://www.freeimagehosting.net/0f626
If I rename the file any other name like why_error.dbf, I can open it. But this particular...
Hi,
I'm working on Visual FoxPro for several months and I'm tired to always close the Command Window when I open FoxPro to edit my project or a form or anything else except when editing dbf.
I found the command "HIDE COMMAND WINDOW", but I have no idea here to put it.
I know the config.fpw...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.