this is informix - of course you have to write your own!
so the date 10/31/2003 plus 4 months should equal what? 2/29/2004?
you'd think doing this would be ok:
display MDY ( month(in_date)+n_months, day(in_date), year(in_date) )
...but it's NOT ok for days that don't exist in short months...
Has anyone sucessfully called a Win API function using FrontCall?
in concept, here is what I mean:
define hwnd, ret integer
call ui.Interface.frontCall("user32","FindWindow",["","My Window Title"],[hwnd])
if hwnd is not null and hwnd > 0 then
call...
When I run any 4gl program thru a Genero desktop client, and then try to run another instance of the same program, I get the following message and my program and client crash:
"The UserInterface has been destroyed: The container 'myprog' already exists."
my question is how does one detect if 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.