I have VFP.6 under Windows XP. When I start foxpro, and I type dir in command window, all I get is a blank screen even though I do have database files in my default directory. Also, any other command such as disp stat also does not echo to screen. What can I do ?
try the @ get and read version of using popups
the only problem is you have to remember to clear the lines
on the screen that the popup occupied.
an example follows:
CLEAR
SET TALK OFF
DEFINE POPUP TESTING FROM 10,10 TITLE 'TESTING THIS POPUP'
DEFINE BAR 1 OF TESTING PROMPT 'One'
DEFINE BAR 2...
I am working on an old foxpro 2.5 program.
When I try to modify a report, I get 'cannot find the transport program' error. The frx and frt files are from 1993 and I have them on a Windows 98 system and working from DOS. What may be causing this problem and how to fix it ?
THX
One of the computers on a network is getting this error:
a fatal exception 0D has occurred 0028:C0059820 in VXD WMCPD(01)+00000360
how can I track down the offending file or device causing this error ?
It usually occurs in the middle of a Visual Foxpro session.
The other computers using Visual...
I am doing a regular report preview and the system comes
up with a 'black' area around the top and to the left of the
previewed report. In order to see the right side I have to scroll. How can I ensure that the whole window is
occupied by the actual report with no 'black holes' ?
Before you...
I have a grid based on a cursor table and there are no
empty records.
When I scroll the vertical toot bar down, It goes past the
last record, causing it go up until it reaches the top line
in grid and stops there. This causes some problems, such as
when I click on a record, it jumps to another...
Dear Mr. Bradley,
I was using the field bound to the textbox to spell-check. Your answer got me thinking, and I changed my spell-checker to this.value and now it works great !!! thanks for the tip !!!
Hershey
I have a text-box on a form on which I made a feature to spell-check it by right-clicking on it. If I type text into this text box and I right-click without going out, foxpro
will not immediately recognize the characters I typed. I first have to go out of the box, and then when I come back in by...
I have a main MAIN.PRG calling my login form which in turn
calls my sales orders form. in my sales order form, in LOAD event, I call my files.prg which opens all my tables in separate work areas. On the next line, I issue a " select sot" statement with sot being the cursor bound to a...
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.