These are valid :
* Works nicely
Do myProc in myApp.exe
* So does this
Set procedure to myApp.exe
Do myProc
but this is not:
* Doesn't work
Do Form myForm in myApp.exe
Anyone got a technique that allows me to Do form where the form is inside an exe?
for the curious, I'm led to want to do...
I have the following:
A form showing a purchase order
A subform with a list of books on that purchase order
A checkbox on the subform with controlsource="Iif(Location=2, False, True)" which indicates whether the book is still on order (location=2) or arrived (location=3)
I want: To be able to...
I'm sure this has been solved a dozen times but:
I've just arrived at a new client site.
I've installed their brand new VFP 9 on a virgin machine.
We've put stuff in SourceSafe for the first time.
I start working.
I use VSS Diff.
And darn it, I get these huge differences where the objects are...
I am tasked with debugging a process, written 6 years ago, which no longer works.
It is an executable called from a shell script with an environment set up by a shell script called from a function in a series of shell scripts that implement a batch processor : so it's a nest of scripts that...
I want a to set a series of env variables when working on a particular project and assumed that I could simply write a script to do it:
--
#goProject1
export PS1='$USER $PWD>'
export ProjectWorkDir=path/to/proj
export $PATH=$PATH:$ProjectWorkDir/bin
cd $ProjectWorkDir
--
but when I run the...
Can anyone help ...
WritePrivateProfileString works fine- the file C:\(windir)\test.ini is correctly updated each time.
But cResult always comes back unchanged. How do I Get the setting?
I got the WinAPI signatures from VB4 help files - they both register as given, so I assume they're...
I just discovered- by way of a customer who's report refused to print- that FPW 2.6 saves your current printer name and setup, when you save the report, even if you didn't ask it to.
In this instance, it saved "LaserJet 4 on LPT3". So, customer tried to print the report - his windows...
Any takers for the following puzzle, which is a simplified version of a query that returns the wrong answer:
Run this from the command line:
set date british
create table err (datedied D, retdate D)
insert into err values ({}, {11/01/1999})
select * from err where ;
( (datedied>{1/7/1999}...
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.