PowerBuilder Support

Accelerate development with PowerBuilder, the market’s favorite 4GL RAD tool.

mohammed
  • Male
  • uae dubai
  • United Arab Emirates
Share 

Mohammed's Friends

mohammed's Discussions

POP3 using powerbuilder
1 Reply

Started this discussion. Last reply by Dan Cooperstock Mar 19.

barcode function in powerbilder
2 Replies

Started this discussion. Last reply by Jeff Wayt May 22.

 

mohammed's Page

Latest Activity

There are many true-type fonts freely available on the internet. I use 3 of 9 with these restrictions: *12345* must start & stop with the asterisk. Spaces are NOT allowed as TTF will not render space as a symbol. You must install the font on the w...
May 22
I'm planning to use the ActiveX control from www.chilkatsoft.com for various email tasks, though I admit I haven't used it yet. It's inexpensive and seems pretty reliable. Their support is good, or at least seemed so in my testing phase a while back.
March 19

Comment Wall (8 comments)

You need to be a member of PowerBuilder Support to add comments!

Join this Ning Network

At 9:15am on September 6, 2009, www.makemoneywith-google.com said…
I just made $1112 this week working from home for google. I cant believe how easy this is. Im recommending this to everyone, check out this guys google blog makemoneywith-google.com
At 3:32am on November 10, 2008, Benjamin Kemner said…
Hi,

your smtp problem

OLEObject smtp;
smtp = CREATE OLEObject

You have to use connectToOleObject ( ... ) to create the instance of the ocx you want to use.
At 12:39am on October 29, 2008, mohammed said…
Thanks for help.
i will try to find the latest version of powerbuilder ..

thanks a gain
At 5:09pm on October 28, 2008, Benjamin Kemner said…
.... and welcome to powerbuilder world ;)
At 4:45pm on October 28, 2008, Benjamin Kemner said…
In PB 11.5 you can use richtext fields. That feature gives you the ability to mix rtf and none rtf columns.
At 2:17pm on October 26, 2008, Benjamin Kemner said…
you should have a look at the datawindow syntax tool ( new->Tool->Datawindow Syntax ). Select "create" from the menu ( Syntax->Modify->Create ) and "report" from the object dropdown. The Tool displays the syntax how to add a nested report dynamicly with modify.

regards

Benjamin
At 7:00pm on October 24, 2008, Benjamin Kemner said…
Maybe you could add a computed field to the report by using modify and "create"

means

// create it
modify ( 'create compute(name=c_printdate expression=~'today()~' band=header x=10 y=10 width=...' )

// destroy it
modify ( 'desroy c_printdate' )

it's just the way ... no warranty for correct syntax :)

greetings

Benjamin
At 4:16am on October 24, 2008, Benjamin Kemner said…
not proofed ;)

LONG ll_col, ll_colCount

ll_colCount = dw_1.object.datawindow.column.count
FOR ll_col = 1 TO ll_colCount
MessageBox ( "The Column", dw_1.describe ( "#" + string ( ll_col ) + ".name" ) )
NEXT

find a column by Pointer?
try "getObjectAtPointer ( )"

regards

Benjamin

Profile Information

About Me:
Programmer
 
 

About

Jason Fenter Jason Fenter created this Ning Network.
 

© 2009   Created by Jason Fenter on Ning.   Create a Ning Network!

Badges  |  Report an Issue  |  Privacy  |  Terms of Service