PDA

View Full Version : Report wizard



Wim Schimmel
3-Dec-2015, 09:30 AM
strange WebSetResponsive pbRender rmTablet to False


Object oRunButton is a cWebButton
Set psCaption to "Run Report"
Set piColumnSpan to 2


WebSetResponsive pbRender rmDesktop to True
WebSetResponsive pbRender rmTablet to False


Procedure OnClick
Send RunReport
End_Procedure
End_Object

Harm Wibier
4-Dec-2015, 10:23 AM
Yeah, that is pretty weird ;)

Can you give us a clue on what is strange here?

Wim Schimmel
7-Dec-2015, 02:39 AM
self-regulating wizard
No reports on a tablet

Vincent Oorsprong
7-Dec-2015, 05:11 AM
Wim,

This is code generated by the DataFlex Reports Integration wizard, right? In there we choose to have a "run report" option in the actiongroup menu when on a tablet and have a "run report" button when the same application is invoked from a desktop.

Harm Wibier
7-Dec-2015, 03:37 PM
Aha... I didn't really look at the topic title... Note that 'WebSetResponsive pbRender rmDesktop to True' isn't needed here as pbRender already is true.