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 strongm 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: *

  • Users: pbworld30
  • Order by date
  1. pbworld30

    event after window is open

    Thanks... I already have ue_posetopen but it does not work in a situation I have. I have important code in windows 'activate' event and it is triggred after open event, I want to trigger something automatically after activate event is fisnied. Any idea?
  2. pbworld30

    event after window is open

    Anyone can tell me what event is triggered after window is opened? Is there any event? I want to do something automatically after window is fully opened?
  3. pbworld30

    Window size issue

    This may be a simple question but somehow it is not working. I am working on an MDI application where frame window is bigger in size compare to few sheet windows. When application opens sheet window, it leavs blank spaces as it is smaller than MDI frame. Any idea how to resize the sheet window...
  4. pbworld30

    Mouseover on object

    Thanks...This worked out well. I have only 2 button but I think this way it becomes little probmatic if I have more than few buttons and if I want to highlight and de-highlight button depending on muose on the button. Any idea?
  5. pbworld30

    Mouseover on object

    I already tried using pbm_mousemove but it does not hightlight the object. If I can hightlight the object (picture button), it gives uses a visual hint to click on it. I also changed the pointer to hyperlink but it is not as good as highlighting the object. Any idea?
  6. pbworld30

    icons in DataWindow

    I am not sure I got your question but I think you can use computed column and put an expression / if condition to track row number 5.
  7. pbworld30

    Mouseover on object

    Anyone has simple solution on how to highlight an object like picture control / picture button when mouse moves over that object? Thanks,
  8. pbworld30

    MDI related

    Thanks, It works!!! Now I just need to find a way (may be datawindow or ddlb) to drop this list on a main sheet window so that the list shows up on each opened sheet (inharited from main sheet). Right? Thanks again for all your suggestions / help.
  9. pbworld30

    Datawindow Update() function always returning 1 with DB stored procs

    It appears that you are calling these stored proc using datawindow i.e. datawindow is associated to a stored procedure and datawindow is part of some application window. I am wondering, if you can check error code in dberror event of the datawindow?
  10. pbworld30

    MDI related

    Thanks, Your suggestion to look into code example was very good. I can get the list of opened sheets in array but I am not sure how to navigate from one to another since these window sheets are already open? Anu idea? By the way don't worry about English, you have usuful suggestions and that is...
  11. pbworld30

    MDI related

    Thanks... Sounds like a graat idea. Can you give some more detail? Also please note that in my applicaton froma main window, I am opening the same window (sheet) with datawindow results again and again so I am wondering if classname still works because classname will return the same name. Any...
  12. pbworld30

    Window size issue

    Yes, I did, still not working. When I check height and width of the widnow (sheet) at run time, they are smaller than what they should be. Any thoughts?
  13. pbworld30

    MDI related

    I have this regular MDI application. Like any MDI app, when I open sheets through MDI window, they are added as menu items and I can nevigate from one sheet to another sheet using menu. Is there any alternate method to do the same thing without using menu? Thanks,
  14. pbworld30

    Web like look for PB app

    Thanks acartagenas, I will go through the article. It should be useful.
  15. pbworld30

    Window size issue

    I have this strange window behaviour. I have a regular window (sheet) in my MDI application. When I run the application and open this window, it does not fully sized. It opens normally but since it is not fully sized, it hides certain objects. Any idea? Please note that this is inharited from...
  16. pbworld30

    Web like look for PB app

    Thanks thekl0wn, Really appreciate your response. Your suggestion should work. I will try and get back. Thanks again,
  17. pbworld30

    Web like look for PB app

    but Hi, we are in process of designing application which may have web like look, only using powerbuilder. In other words, we are NOT using any web development tool, but develping new app with web like look. Let me give example: A main/first window will have 2-3 command buttons / picture buttons...

Part and Inventory Search

Back
Top