Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DDDW retrieves data, but does not display it

Status
Not open for further replies.

ninapir

Programmer
Mar 10, 2006
3
US
I used dddw successfully many times in the past.
Now I am trying to display a list of values retrieved from a SQL Server table. Rows are retrieved but not displayed. In the parent datawindow this visible property for this column set to true. I tried different settings including AutoRetrieve, set retrieve in the script with using handle for child datawindow and settransobject, played with update permissions, showlist and quite a few other things and all with the same result: data in dddw is not displyed.
I am using powerbuilder 10 and SQL Server 2000.
Any suggestion? I wiil be happy to try anything to solve it.
 
I assume your display column designated in the datawindow painter has data in it?

Matt

"Nature forges everything on the anvil of time
 
Yes it does. Table has a data and I can see data in the preview window.
 
It is resolved. Tab order should be in place for dddw to show values.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top