There is no Clipper for Windows, nor a Foxpro conversion.
We used a product called XBase++ by Alaska Software. This is a new Compiler/Linker, 2-3 years in development.
It worked well for us, with minor changes we were running text based 32 bit programs. This was a matter of a couple of...
VB400 and Mike,
A little more info:
The program to be brought forward is a DOS app, therefore the title bar is constant. Something like "RUNFORM - RUNFORM".
The DOS box is not minimised. I checked this one myself. I set the property of the link to Maximized and the screen came...
Sure Thing, 2 API defines,
Public Declare Function FindWindow Lib "user32" Alias "FindWindowA" _
(ByVal lpClassName As String, ByVal lpWindowName As String) As Long
Public Declare Function SetForegroundWindow& Lib "user32" (ByVal hwnd As Long)
then
Public...
We are using the SetForeGroundWindow to pull a program to the fore front.
It works inconsistently. When it does not work it makes the icon flash.
Am I missing something?
TIA
Clyde
First a question,
Does the program have an external overlay file. This file would have an extension of .ovl.
I would also check the start in property of using a link.
I have seen this type of error when no external overlay exists when there are disconnects from the network.
HTH
Clyde
The error is casued by a lack of DOS memory.
If you go to a DOS prompt, type MEM /c , hit enter.
Look at the line that says Conventional memory Free.
Whatever it reads is too low.
Try loading things into hi memory areas.
HTH
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.