Discussion:
DataWindow Source Painter
(too old to reply)
unknown
2009-06-25 14:46:09 UTC
Permalink
Hi,

using Infomaker 10.5 it often happens that a graphical painted
SQL is shown as text when it is opened the next time. Why
do that happen? What can I do against it?

TIA

Chris Werner
f+s software gmbh
Terry Dykstra [TeamSybase]
2009-06-25 14:54:58 UTC
Permalink
I've never encountered that problem. Is the report created by a different
user using a different database driver (e.g. OLEDB on one PC and ODBC on
the other) or different settings for ANSI syntax (e.g. PB versus ANSI)?
--
Terry Dykstra (TeamSybase)
http://powerbuilder.codeXchange.sybase.com/
http://casexpress.sybase.com
product enhancement requests:
http://my.isug.com/cgi-bin/1/c/submit_enhancement
Post by unknown
Hi,
using Infomaker 10.5 it often happens that a graphical painted
SQL is shown as text when it is opened the next time. Why
do that happen? What can I do against it?
TIA
Chris Werner
f+s software gmbh
unknown
2009-06-25 15:10:46 UTC
Permalink
Hi Terry,

thanks for your interest. I found the reason. An application changes
the SQL of that reports at runtime using

dw_report.object.datawindow.table.select = <ls_sql>

I think graphic mode needs a pbselect or that like which gets lost at
this point.

Thanks again

Chris Werner
f+s software gmbh
Post by Terry Dykstra [TeamSybase]
I've never encountered that problem. Is the report created by a different
user using a different database driver (e.g. OLEDB on one PC and ODBC on
the other) or different settings for ANSI syntax (e.g. PB versus ANSI)?
--
Terry Dykstra (TeamSybase)
http://powerbuilder.codeXchange.sybase.com/
http://casexpress.sybase.com
http://my.isug.com/cgi-bin/1/c/submit_enhancement
Post by unknown
Hi,
using Infomaker 10.5 it often happens that a graphical painted
SQL is shown as text when it is opened the next time. Why
do that happen? What can I do against it?
TIA
Chris Werner
f+s software gmbh
Loading...