Power Builder - crear nuevos objetos en un dw

 
Vista:

crear nuevos objetos en un dw

Publicado por amilcar (327 intervenciones) el 18/10/2005 18:27:13
hola amigos, estoy haciendo un generador de reportes dinamico, vengo bien con la seleccion de tabla,campos,etc pero me encuentro con el problema de como generar un static_text en el dw que acabo de generar dinamicamente.
lo q quiero hacer es q el usuario ponga titulo, comentarios ,etc. el tema q primero tengo q generar estos static_text
saludos desde argentina
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:crear nuevos objetos en un dw

Publicado por karen (274 intervenciones) el 18/10/2005 20:23:46
debes hacer modify
dw_1.Modify("create text(band= Header" + &
" color='<a long>' alignment=' 1' border=' 1'" + &
" height.autosize=Yes pointer='<Arrow!, Cross!, HourGlass!, IBeam!, Icon!, Size!, SizeNESW!, SizeNS!, SizeNWSE!, SizeWE!, UpArrow!, or cursor filename (with path)>' moveable=<0 - False, 1 - True> resizeable=<0 - False, 1 - True> x='<an integer>' y='<an integer>' height='<an integer>' width='<an integer>' text='<string>' + &
" name=<string> tag='<string>' font.face=<name of type face (i.e., SYSTEM, COURIER)> font.height='<negative number for points, positive number for PBUs (i.e., -10 = 10 points, 10 = 10 PBUs>' font.weight='<400 - Normal, 700 - Bold>' font.family=<0 - AnyFont, 1 - Roman, 2 - Swiss, 3 - Modern, 4 - Script, 5 - Decorative> font.pitch='<0 - default, 1 - Fixed, 2 - Variable>' font.charset='<0 - Ansi, 1 - default, 2 - Symbol, 128 - Shift JIS, 255 - OEM>' font.italic='<0 - False, 1 - True>' font.strikethrough='<0 - False, 1 - True>' font.underline='<0 - False, 1 - True>' background.mode='<0 - Opaque, 1 - Transparent>' background.color='<a long>')")
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar

gracias

Publicado por amilcar (327 intervenciones) el 18/10/2005 21:51:30
gracias karen lo probare haber que resulta
un saludo desde argentina
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar