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...
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
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.