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

  • Users: Tentacle
  • Content: Threads
  • Order by date
  1. Tentacle

    Need to send e-mail with PowerBuilder

    Hi all, I wonder if someone can help me, I’m using PB10 and would like to send e-mail with an application I wrote but using MAPI is not good enough unless someone knows how to specifically tell the MAPI command that I want to use a certain account on outlook express as it seems to always look...
  2. Tentacle

    Maximize a window after open?

    I'm using PB 6.5 and when I open 2 windows over each other. How do I maximize the one window when I close the other one with code. Does anyone know as I can't find anything in PB help. Thanx Tentacle
  3. Tentacle

    The Modifed event only fires after I tab off the edit mask control?

    I have a numeric edit mask on my window with a spin control. However I can’t seem to find the correct event that executes every time a user clicks on one of the spin control up or down arrows. I want a text field to update with a value every time the spin control is clicked and the value is...
  4. Tentacle

    What is the equivalent in Interbase for Isnull in SQL server?

    Hi all I think an example will explain my problem the best. I have the following SQL select statement: select (sum(sold) - sum(paid)) as duty from clients join sold on sold.client_id=clients.id join paid on paid.client_id=clients.id where clients.id=<whatever> The obvous problem is that if a...
  5. Tentacle

    How do I Initiate MS Windows Shutdown With PB Script

    Hi all. I’m using PB 6.5 at the moment and have an application I wrote that need to shutdown Microsoft windows when I click the close button on my application. Does anyone know how to have windows shutdown automatically without asking the user whether they want to or not after clicking a button...
  6. Tentacle

    Creating an object dynamically

    I'm using PB 6.5, and want to create an object or objects in a datawindow at runtime. In other words let's say I want to place 4 round rectangles on a datawindow (I have the x, y, height and width values of each) but they have to be created on the datawindow at run time and is not predefined on...
  7. Tentacle

    How do I display a User Object outside a window's borders?

    I'm using PB 6.5 and created a date user object. Basically what it does is when you click on a button it increases the size of the user object to reveal a calendar from which the user can select a date. The problem I have is that if the window I place the use object on is smaller than the user...
  8. Tentacle

    How do I print the contents of the OCX control?

    OK I'm using the Microsoft Web Browser OCX control that comes with Internet Explorer. And its working fine in displaying the HTML files inside it on my window. But how do I print the contents of the OCX control? It doesn't seem to have a print function and ole_1.print() doesn't work. Really...
  9. Tentacle

    How do I view HTML page inside PB created window?

    Hi all Does anyone know how to view html files within a powerbuilder app. So is there any way I can open an html file in my program without opening the web browser, but display my html file directly on my PB created window. I'm using PB8 but if this is possible on any previous version of PB it...

Part and Inventory Search

Back
Top