Consultor Eletrônico



Kbase P15750: Progress Dynamics: 'owner_code.focus for WDO pmmocfullo not
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/28/2003
Status: Unverified

FACT(s) (Environment):

Dynamics 2.0A

SYMPTOM(s):

Using the following function:

function pmmocfullo_add(){
alert("add js");
apph.action('pmmocfullo.owner_code.focus');
}

Error: 'owner_code.focus for WDO pmmocfullo not implemented yet!' is
displayed in WEB.

CAUSE:

Bug# 20021109-001

CAUSE:

Described functionality has now been implemented.

There's also two other useful functions now available from "apph" to convert from string formatted to javascript native and vice versa, making the globalization a lot easier from js.

// datatype[dec,int,date]
formatted=apph.format(jsvalue,datatype)
jsvalue=apph.strip(formatted,datatype)

Most the regional stuff has been moved to "apph" making the reuse more efficient.

These fixes may have solved other regional settings issues because the format/strip code has received a proper "regular expression" overhaul.

FIX:

Fixed in 2.0A01