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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by smaller

  1. smaller

    PB to ASP

    I insert microsoft web control in a window developed by pb, then i use ole_1.navigate(url) to browse the url, but i can't visit the control in the url to fill a value in the url automatically not by hand. can you help me, thank you very much! yours sincerely: smaller
  2. smaller

    how to visit the control in the web with pb

    Mr/Miss: Now I have to import data in program developed by pb into web,because we browse web slowly, and there are many pages. So I have the following idea: insert microsoft web control in thewindow developed by pb, then I can visit a URL, but I can't visit the control in...
  3. smaller

    How do I view HTML page inside PB created window?

    first, you can insert microsoft web control ,an ole object in the label of insert control, then you can fill the url in an edit. if you write the program "ole_1.object.Navigate( sle_1.text )", you can browse the url. but i don't know how to visit the control in a web,can you help...
  4. smaller

    Is it a bug in PowerBuilder 7.0

    I find the float in PB perhaps errors! for example, truncate(2.37,2)=2.37. In PowerBuilder, the data 2.37 is stored as 2.369999885559082, so I get the result is 2.36; round(0.35,2)=0.35. But In PowerBuilder, the data 0.35 is stored as 0.3449999988079071, so I get the result is 0.34. However I...
  5. smaller

    how to copy the same sheet in an excel file with PowerBuilder

    I program with PowerBuilder. I have an excel file in which there is only one sheet. I need copy the same sheet in the same file, i,e. the amount of the sheet in the new excel file is variational, but all the sheets is the same,not only contents, but also the wide of the row and column. If you...

Part and Inventory Search

Back
Top