Simplicty and flexibility!


CDF OpenForm & FormOpenRelated


Started by Marco Marchesi
Search
You will need to Sign In to be able to add or comment on the forum!

CDF OpenForm & FormOpenRelated

I've just migrated from 6.52 to 8 and i didn't found the CDF OpenForm and FormOpenRelated already present in DFW. Why?

I used this function in 6.52 in many OMLs and in many databases. Please see  an example below.

I've simply add this function with the correct dll to the custom function table in DE8?

Why they are removed?

Example   

define "a" number .
if count of TamvTamtNECLAIMS > 0 then
a := FormOpenRelated ("TamvTamtNECLAIMS , TamtVTopCustCheckUpd") .
else
message "Nessuna valutazione ancora da valutare per i CLAIMS" window .
end .


Written by Marco Marchesi 06/05/14 at 15:47:45 Dataease [{8}]FIVE

Re:CDF OpenForm

In 6.x there was developed a library called DFWACTS.DLL i.e. DataEase Actions as CDFs.

In 7.x these functions was included in the core product and no longer need to be defined as CDFs.


As a result of this every script/derivation that use these functions need to be rebuilt/recompiled as the function number internally is now different even though the syntax etc. is the same.


Written by DataEase 07/05/14 at 07:01:33 Dataease [{8}]FIVE
DG3_ForumList