hy
I try to use IF Can-do() then() ELSE () , with progress V8.3B and openlink.
but it’s don’t run have you some experience
tia
Listserv Archives (BOB member since 2002-06-25)
hy
I try to use IF Can-do() then() ELSE () , with progress V8.3B and openlink.
but it’s don’t run have you some experience
tia
Listserv Archives (BOB member since 2002-06-25)
On Thu, 16 Mar 2000 14:42:58 +0100, Thierry Douzal tdouzal@MIDIPARTNERS.FR wrote:
I try to use IF Can-do() then() ELSE () , with progress V8.3B and
openlink. >but it’s don’t run have you some experience _____________________________________________
Yes mixing PROGRESS constructs and SQL can get tricky at times, and it can be very dependant on which version of PROGRESS is running.
If you are asking how to setup an object in DESIGNER using CAN-DO, there is no problem:
For a CHARACTER object put this in the SELECT clause of the Object Def: if can-do(‘CC,C,CR,EA,FT’, Uom.Uom-code) then ‘true’ else ‘false’
For a Numeric object put this in the SELECT clause of the Object Def: if can-do(‘CC,C,CR,EA,FT’, Uom.Uom-code) then 1 else 0
Both work fine, and parse OK using OPENLINK ODBC drivers.
Hope this Helps.
…Rick
Listserv Archives (BOB member since 2002-06-25)