I am a hobby foxpro programmer...I had made a small account software
in foxprow DOS and then used it in foxprow for windows.
I want to use this in VFP 9.0 now.But I am not getting browse window colors
in VFP as I was getting in Windows Foxprow.
when I googled I got a solution from your article with the following code.
CODE
BROWSE NAME oBrowse nowait
oBrowse.BackColor = 255
But this works fine in a simple 3-4 line programme like
use xyz
BROWSE NAME oBrowse
oBrowse.BackColor = 255
But in a bigger programme the browse windows does not appear
due to "nowait" and programme moves to next line..
If I want to view Browse window I have to give
"cancel" command so that I exit from the programme and browse window
with colors remain open..
can any one give solution to me ?
with regards
Narendra
in foxprow DOS and then used it in foxprow for windows.
I want to use this in VFP 9.0 now.But I am not getting browse window colors
in VFP as I was getting in Windows Foxprow.
when I googled I got a solution from your article with the following code.
CODE
BROWSE NAME oBrowse nowait
oBrowse.BackColor = 255
But this works fine in a simple 3-4 line programme like
use xyz
BROWSE NAME oBrowse
oBrowse.BackColor = 255
But in a bigger programme the browse windows does not appear
due to "nowait" and programme moves to next line..
If I want to view Browse window I have to give
"cancel" command so that I exit from the programme and browse window
with colors remain open..
can any one give solution to me ?
with regards
Narendra