Hi,
We would like try the Win CE 3.1 on XP with PB 10.0(4510) so we installed the pbdata100.dll with gacutil.exe.
When we try create a new db profile with ADO.Net the PB throw an assembly PBDATA100 was not found error.
Is there any suggetion to solve this problem?
I would be greatful for it...
I cal this:
dw_print.modify ( 'datawindow.print.preview=yes' )
job = printopen( list_name, true )
printdatawindow( job, dw_print )
printclose( job )
and at the design area I set the orientation too...
there is no problem with my printer, my printer is good. ;)
if I set orientation at the printer property it's printing good. otherside i use my notebook different places and with different printers, and it works same, so it's independent from printer.
I would like set this from application (from...
Hi,
I've got 2 dw and they are shared because the printing.
I set the orientation everywhere I can to landscape. (In main dw and in the shared dw in the designer, and from the script too before the printing), but it doesn't work, it always print in portre.
Has somebody an idea, how can I set...
Hi!
I have a little problem, and I search patch or something, but I didn't find the answer... So:
I have a pic on a window, and I load it from file. It's work well, but when I would like clear the picture, it doesn't clearing.
I use a blob variable, and I read it from file, or I set it NULL...
hi everybody!
we have got a charset problem:
we've got an arab database on mssql,and we would like use arab characters too(not only arab). but. if we insert alphabet chars it's work fine(tah,etc...),but if we insert numbers (0-9)powerbuilder display it latin format. what shoud we set ? it would...
// dw_select = " select name from customers where name like :'name what you search%'"
IF pbm.cbx_customer = TRUE THEN
dwc_clients.DataObject = "dw_customer"
dwc_clients.settransobject(sqlca)
retrieve( "name what you search" )
did anybody use treeview datawindow, yet? i would like set an recursive tree, but i think i can't it... (maybe?)
there is id, name and id_from in a row.
can i set this in treeview dw somehow?
know someboy example for this?
1. setsqlselect from help: "The following conditions would make the DataWindow not updatable:
· There is more than one table in the FROM clause
"
2. use the dw_1.object.datawindow.table="select * ...." mode to change the sql script. There is no syntax checking, but it work...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.