Dave, You did, indeed, give me the help I needed. I actually did this.
Start up:
PUBLIC tns_DblClkSecs
tns_DblClkSecs = SECONDS()
.
.
PROCEDURE a_MouseHandler
IF SECONDS() < tns_DblClkSecs
KEYBOARD("{ENTER}")
ELSE
STORE SECONDS()+_DBLCLICK TO tns_DblClkSecs
ENDIF
Before doing browse...
Borislav, and Mike,
Thanks for all your input. The tip you have given me will, indeed, get rid of the error I was getting when I selected 'rpt', and it was not available.
What really bothers me, though, is why is 'rpt' not available? If you don't mind, look at the code I submitted above. I...
I routinely use a browse window to show a grid format of records in the active cursor. Like this.
PUSH KEY CLEAR
BROWSE
POP KEY
You can page up, page down, arrow up, arrow down, click, or double click to select a record. But, you have to press enter, escape, or click the X at the upper...
Mike, I put the fix in the program. I will cut it over tonight, and see how it goes. Since the problem does not occur every time, I will wait a few days before reporting the results back. Thanks, Jerry
Thanks for the input, but I am doing all this in a single method. Here is the code.
*********************************************************
WAIT WINDOW "Building report data; please wait..." NOWAIT
SELECT tempamerge_adults.*,;
tempamerge_adults.p01fname as adult_name...
I am using VFP 7.0 and running a VFP SELECT statement to build a cursor (rpt) for a report. When I SELECT the cursor (SELECT rpt), I occasionally get an alias not found error. Sometimes I don't get the error.
The SELECT statement to build the cursor runs correctly (i.e. the program does not...
I am using VFP 7.0 and running a VFP SELECT statement to build a cursor (rpt) for a report. When I SELECT the cursor (SELECT rpt), I occasionally get an alias not found error. Sometimes I don't get the error.
The SELECT statement to build the cursor runs correctly (i.e. the program does not...
I am using the _olecalendar class in the _datetime.vcx VFP class library in my application to provide a pop up calendar. I got the coding example from the samples. I have deployed the compiled app as an EXE to various locations.
The problem I have is on some workstations I get a class not...
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.