acceder dw graph dentro dw composite
Publicado por Christian (13 intervenciones) el 12/08/2008 16:26:46
Hola, mi problema es que no se como acceder a un dw graph que esta dentro de un dw composite, necesito emplear la propiedad ObjectAtPointer para el dw graph que se encuentra dentro del composite. No se si alguien pudiera darme una solucion para mi problemita.
grObjectType ClickedObject
string ls_grgraphname="gr_1"
int li_series, li_category
ClickedObject = this.ObjectAtPointer(ls_grgraphname, li_series, &
li_category)
If ClickedObject = TypeData! Then
st_popup.text = string(this.GetData(ls_grgraphname, li_series, li_category)) &
+ " Nuevo Soles"
st_popup.x = parent.PointerX()
st_popup.y = parent.PointerY() - 65
st_popup.visible = true
End If
Gracias de Antemano.
Saludos.
grObjectType ClickedObject
string ls_grgraphname="gr_1"
int li_series, li_category
ClickedObject = this.ObjectAtPointer(ls_grgraphname, li_series, &
li_category)
If ClickedObject = TypeData! Then
st_popup.text = string(this.GetData(ls_grgraphname, li_series, li_category)) &
+ " Nuevo Soles"
st_popup.x = parent.PointerX()
st_popup.y = parent.PointerY() - 65
st_popup.visible = true
End If
Gracias de Antemano.
Saludos.
Valora esta pregunta


0