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 Chriss Miller 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. powerbuilde

    searching text in blob column contains word document(ole)

    We have many word documents that have been saved as blobs via Column -ole- (longbinary(max) "blob") to the DB (SQL Server 2012). Now we need to have the ability to search text in this Blob column (such we do with "like" in varchar column ) Need to be able to do this programmatically.
  2. powerbuilde

    PB crash when calling datawindow update via Stored Procedure??PB 11.5-12-12.5 and

    i am trying to update a datawindow via stored procedure update. The stored has no input or output parameter. When i call the update method, pb crashes. any idea? i am using pb 11.5 (also tried 12-12.5 ) and sqlserver 2012 sp1 thanks in advance for any help
  3. powerbuilde

    in search window how to restrict retrieve(retrieve only one page and wait for selecting other page)

    I search in windows (that contain dw retrieve its data from sqlserver database)either by using argument or filter if there are 5000 rows(for example) that satisfy search criteria i don't want to retrieve all rows that satisfy search criteria , i want to retrieve only first 50 rows and display...
  4. powerbuilde

    retrieve top 100 and then search in all records??

    ​Hi I have window- with dw object - when i open this window i retrieve all records in the datawindow (dw_1.retriev()) when user wants to search for a specific record i put criteria he enteres in valid expression(ls_filter) then dw_1.setfilter(ls_filter) dw_1.filter() my app works fine when...
  5. powerbuilde

    connect to sql DB from net?

    Hi all My app connect to sqlserver DB in our local network Now I try to connect DB that is in web using IP of server DB is on it i make router setting , firewall inbound rules , ..... all is OK I can connect using microsoft sql server mangment with server name like "...
  6. powerbuilde

    when changes on the current row are not saved, -no scroll is allowed throuh enter,tab,pgup-uparw ...

    when changes on the current row are not saved, how can I stop the scrolling to other rows caused by using the vertical scroll bar (pageup, pagedown,arrowup, arrowdown )and enter keys
  7. powerbuilde

    Change the default values of richtext style?

    Hi, for column in datawindow , if one field is of richtext style when i on this field the richtext menus appears with some default value ( for example font is "times new roman" - size is"11" - alignment is "left to right" how can i change this default values (for example font size =14 or...
  8. powerbuilde

    how can i make the changes(insert or delete) to be displayed to all other users on differnt machine

    Hi, when two users (from different machine) run my application - each user open window w1 one user insert new record then save it to database (commit) this new record can not be displayed for the other user ( by using ScrollNextRow() or ScrollPriorRow() ) the new record display to other user...
  9. powerbuilde

    make primary key using cpu() function ??

    I read article that discuss how to make primary key using Using Autoincrementing Columns from a PowerBuilder DataWindow http://scn.sap.com/community/developer-center/powerbuilder/blog/2012/10/25/using-autoincrementing-columns-from-a-powerbuilder-datawindow can i use primary key that generate...
  10. powerbuilde

    scrolling window? not data window

    I have a window with 3 datawindow i want ro put scroll bar (vert . and horz.)in the edge of window to scroll this window how can i do this?
  11. powerbuilde

    Change the date format to dd/mm/yyy if the regional setting of computer is at another format

    i had editmask field of type datetime in formatt dd/mm/yyyy when my app is running in a machine has date format "yyyy/mm/dd" when the user tries to write 31/12/2012 or any similar date -an error message appears -as it must write 2012/12/31 how can i change the format from my app -as did from...
  12. powerbuilde

    ASE11.9 and Win7 32 bit??? - ASE15 and PB7???

    -is powerbuilder 7 can connect to DB ASE 15 - in DB profile the release available is 10.5,11 and 11.5 so when I try to connect database of type sybase 15 - it fails - note i can connect to this DB using PB 11.5 ??? Also can I install ASE 11.9 on win7 32 bit
  13. powerbuilde

    log auto. to win 2003 server when it starts?

    I had win2003 sever -there is no password for admin user I want to log to it when it open - without pressing Ctrl+_alt+Del
  14. powerbuilde

    changing the screen resolution?

    Is it possible to automate (in powerbuilder application), changing the screen resolution? For example, I wish to change the res to 768*1024 when my program starts, and back to original res when exits.
  15. powerbuilde

    how can i make setup cd?

    I use powerbuilder 7 I want to make CC contains my program exe file,database file,pbd and dll files so that the user installs it on his computer as he do when he installs Mswords or even powerbuilde thanks
  16. powerbuilde

    get the privilege of the user who runs my program?

    As the user tries to edit the registry of windows how can i ensure that the user had admin privilege?
  17. powerbuilde

    how can i open xls file from script

    I have xls file I want to open it using MsExcel when I write run("excel.exe "+ ls_path) where ls_path is the path of the file it does not work I must write run("D:\Program Files\Microsoft Office\OFFICE11\excel.exe "+ ls_path) where D:\Program Files\Microsoft Office\OFFICE11\excel.exe is the...
  18. powerbuilde

    How can I get the drive letter of CD?that the program run from it

    I want to make my app run from CD I put Exe file and database on Cd I edit the registry using RegistrySet I connect to database at CD using profile made in registry but how I know what is the correct letter for CD drive may be it is d: or e: or f: or may be the computer have more than on CD...
  19. powerbuilde

    how can I delete file from my computer using PB appl?

    I want to delte a file in a specific location on my computer my program display image at specific path specified in my database when i delete this path from database i want to delete this file physically from my computer how can i do this? thanks
  20. powerbuilde

    share folder(full access) containing images to powerbuilder winform?

    I developed winform powerbuilder-11.5 application my aplication read data on a spicific field that contain a path of jpeg image and then go to the path ,open the image the user can modify this image and save thes changes to the file the problem is .... If i run this appliction from net using...

Part and Inventory Search

Back
Top