Hi Roger
How do I update array the Fix after a DCGET COMBO created
@ xRow+00.5,09.4 DCGET cIDUsuario PICT "@K!" ;
GETOBJECT oIDUsuario ;
KEYBLOCK {|a,b,o|aSearchName(a,b,o,@cIDUsuario,@aIDUsuario)} ;
VALID {|l| BuscarUsuario( "C-1",aApp, GetList ) } ;
COMBO ;
WIDTH 26.0 ;
HEIGHT 09 ;
DATA aIDUsuario ;
ELEMENT 1 ;
WHEN {|| !lEditar }
How do I update array the Fix after a DCGET COMBO created
How do I update array the Fix after a DCGET COMBO created
Nolberto Paulino
Regards
Regards
Re: How do I update array the Fix after a DCGET COMBO cre
Have a look at dc_vartolistbox()..
Regan Cawkwell
Real Business Applications Ltd
http://www.rbauk.com
Real Business Applications Ltd
http://www.rbauk.com
Re: How do I update array the Fix after a DCGET COMBO cre
Since the combo is a browse which is created when clicking on the button, there is no need to actualize any control. If the combo array varies, the browse will do.
Best regards,
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Re: How do I update array the Fix after a DCGET COMBO cre
Oh, yes, didn't read it closely enough (and realise he was using a DCGET combo), did I? :-)Tom wrote:Since the combo is a browse which is created when clicking on the button, there is no need to actualize any control. If the combo array varies, the browse will do.
Regan Cawkwell
Real Business Applications Ltd
http://www.rbauk.com
Real Business Applications Ltd
http://www.rbauk.com
Re: How do I update array the Fix after a DCGET COMBO cre
Hello Tom
I am using a GET with COMBO
I have already tested with DC_VarToListBox, DC_GetBrowArray and DC_GetRefresh, but this does not update the DCGET with COMBO
@ xRow+00.5,09.4 DCGET cIDUsuario PICT "@K!" ;
GETOBJECT oIDUsuario ;
KEYBLOCK {|a,b,o|aSearchName(a,b,o,@cIDUsuario,@aIDUsuario)} ;
VALID {|l| BuscarUsuario( "C-1",aApp, GetList ) } ;
COMBO ;
WIDTH 26.0 ;
HEIGHT 09 ;
DATA aIDUsuario ;
ELEMENT 1 ;
WHEN {|| !lEditar }
I am using a GET with COMBO
I have already tested with DC_VarToListBox, DC_GetBrowArray and DC_GetRefresh, but this does not update the DCGET with COMBO
@ xRow+00.5,09.4 DCGET cIDUsuario PICT "@K!" ;
GETOBJECT oIDUsuario ;
KEYBLOCK {|a,b,o|aSearchName(a,b,o,@cIDUsuario,@aIDUsuario)} ;
VALID {|l| BuscarUsuario( "C-1",aApp, GetList ) } ;
COMBO ;
WIDTH 26.0 ;
HEIGHT 09 ;
DATA aIDUsuario ;
ELEMENT 1 ;
WHEN {|| !lEditar }
reganc wrote:Oh, yes, didn't read it closely enough (and realise he was using a DCGET combo), did I?Tom wrote:Since the combo is a browse which is created when clicking on the button, there is no need to actualize any control. If the combo array varies, the browse will do.
Nolberto Paulino
Regards
Regards