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!

Search results for query: *

  1. eri232323

    Win CE 3.1 and Powerbuilder

    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...
  2. eri232323

    problem with print orientation

    Wow! Miguel! You are a real professional! Thank you wery much! I give you a star ;)
  3. eri232323

    problem with print orientation

    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...
  4. eri232323

    problem with print orientation

    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...
  5. eri232323

    problem with print orientation

    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...
  6. eri232323

    attribute value in a column of DW dynamics

    dwname.object.columnname[rownumber] = value
  7. eri232323

    I can't clear the picture.

    Fine! It's work! Thank you verrrrry mutch! :)
  8. eri232323

    I can't clear the picture.

    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...
  9. eri232323

    charset problem

    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...
  10. eri232323

    treeview resize.

    Hi everybody! Is there any mode to make treeview resizeable like datawindow? It haven't got resizable property.... Thanks every tip... -erie-
  11. eri232323

    Some questions about programming

    // 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" )
  12. eri232323

    treeview datawindow

    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?
  13. eri232323

    To update a datawindow having multiple table

    there is an other question about it... http://www.tek-tips.com/viewthread.cfm?qid=1444648&page=1
  14. eri232323

    To read DBF file

    create a transaction for dbase file, and use it for datawindow...
  15. eri232323

    Datawindow updation error

    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...
  16. eri232323

    Change pipeline source dynamic

    :) i did it, and it's work ! thanks! (a little late-sorry)
  17. eri232323

    Change pipeline source dynamic

    Hi everybody, I have many dbf with same structure, and i would like load all datas into an sybase table. I wouldn't like make 50 pipeline, beacuse I'm lazy :) I tired to set the source dbf name but I can't... What is the syntax for it? I would like change the source name and the statement. but...
  18. eri232323

    Open the default email program

    HKEY_LOCAL_MACHINE\Software\Clients\Mail the default...
  19. eri232323

    store datas between two database

    Hi, It's cool!!! (2000 row 50 sec. If I used pipe it was more than 10 minute!) I never try changing the transaction object under the living "data". So many thanks!!! Professional :-))) -eri-
  20. eri232323

    store datas between two database

    Hi Everybody, I need store some data from a database into an other. I try pipeline, rowscopy, and step row by row, but it's so slow i think. Does anyone know something what is faster like these? (Pipeline was the best slower) erie

Part and Inventory Search

Back
Top