PowerBuilder Support

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

Benjamin Kemner
  • Male
  • Germany
Share 

Benjamin Kemner's Friends

Benjamin Kemner's Discussions

What tools do you use?
1 Reply

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

PB 11.5 Beta is out

Started Jun. 15, 2008

Using sockets in PB .NET
5 Replies

Started this discussion. Last reply by Jason Fenter Jun. 11, 2008.

RSS

Loading feed

 

Benjamin Kemner's Page

Gifts Received

Gift

Benjamin Kemner has not received any gifts yet

Give Benjamin Kemner a Gift

Latest Activity

Did you register the dll with "regsvr32 C:\pathtodll\ChilkatMail.dll" ?
June 27
There is no ConnectToNewObject. You have to link to the SMTP-OCX ( what ever you want to use ) to work with it. Benjamin
June 26
Hi, I think you have to write your blob to file and set the path by picturename like this: dw_1.object.p_1.picturename = "C:\TEMP\mypicture.jpg" Benjamin
June 25
I didn't find a effective way to work with winform targets. The main critical points in my opinion are: - Bad docu of the language you have to speak in the coditional code blocks - No "on-the-fly" code validation - Code validation only for generate…
May 12
Hi, I think sybase does not allow to talk about thinks you have seen in Code Camp(?) . But I would be really interested in some new infos too ;)
May 12
I seem to have gotten away without any tools so far, except for using good old CVS (with the PushOK CVS Proxy) for source code control. PushOK also has a proxy for SubVersion, which I have used with VisualStudio, and expect one could use with PB too.
March 19
Benjamin Kemner added a discussion
Hi, I would like to know what tools do you use to handle the little jobs around PB. These are the tools I use: Task: Searching in PB Code Tool: PBBrowser ( looking for alternatives, because new versions aren't stable :( ) Task: Compare Tool: PBDe…
February 9

Comment Wall (6 comments)

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

Join this Ning Network

At 9:16am on September 6, 2009, www.makemoneywith-google.com said…
I just made $541 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 5:07am on November 4, 2008, mohammed said…
hi,
its possible to send SMTP email using Power Builder?? i found that correct but when i tried to send email by this code i found some problem...>

OLEObject smtp;
smtp = CREATE OLEObject
smtp.RemoteHost = "smtp.spectec.net" // here is the problem
smtp.CustomCharSet = "8bit"
smtp.ContentType = "text/html"
string a_recv,ls_to,ls_name,lb_ans;
int i,li_pos;
ls_name='test';
a_recv = 'mohammediss@hotmail.com';
li_pos = pos( a_recv, ';' )
// DO WHILE li_pos > 0
// i ++
// ls_to = Trim( f_replace( Mid( a_recv , 1, li_pos ), ";", "" ) )
// ls_name = Trim( f_replace( Mid( ls_to, 1, pos( ls_to, '@' ) ), "@", "" ) )
// a_recv = Mid( a_recv, li_pos + 1 )

lb_ans = smtp.AddRecipient ( ls_name, a_recv )

// li_pos = pos( a_recv, ';' )

// LOOP

smtp.Live = TRUE

smtp.HtmlText = 'test'
smtp.Subject = 'test'

IF smtp.SendMail = TRUE THEN
Messagebox('OK', "Completed")
ELSE
Messagebox('ERROR', 'Failed')
END IF

i got error accsessing remote object (remotehost) lin3 in :
smtp.RemoteHost = "smtp.spectec.net"

from my current outlook i found that my remote smtp is smtp.spectec.net
Control Panel >> Email>> Email Account>> Change

please help me
At 9:19am on October 28, 2008, mohammed said…
thanks a lot its help me >>> i know that im asking too many things because im new in PB before I Used .NET but my new job in PB !!!!!!!!!!!!!!!!!

oky...
i found that RichText DW cant be nested with other report !!!! ?? what i can do to arround this ???
and if there are any way to print 2 DW together (not nested because Rich Text) "For example : heade dw is rich box DW and footer is Grid DW" i can arrange it to be looking as one report but how to print it as one report ??? its 2 DW.... any append option in printting ;;; this is the way what im thinking if you have another way please help.
At 2:14am on October 25, 2008, mohammed said…
thanks a lot, ur very helpful.
what i need is create nested datawindow by using create function dynamicly, for example i have data window with 3 dw control heade , detail and footer; is there are any way to create these nested dw by using SyntaxFromSQL and create dw.

this what im looking for.

thanks again.
At 5:07pm on October 24, 2008, mohammed said…
hi,
thanks a lot. its ok.
i have another question that is how to add information about report in header of report or footer as date or title (how we can control the dynamic datawindow), im using create function as:

select sql_statment into :new_sql from report where rep_id=:sql.rep_id;//select sql from database into new_sql

new_syntax = SQLCA.SyntaxFromSQL(new_sql, &
'Style(Type=freeform)', error_syntaxfromSQL);

dw_1.Create(new_syntax, error_create).

i want to make full control of datawindow to be report (my project is smart report or report creator).

thanks again.
At 7:18am on October 23, 2008, mohammed said…
Dear All,
its killed me and i dont found it up to now !!!!, i have project as report creator (smart report) and i want to find any way to get column name from dynamic datawindow in Power builder 9 or 10.5, i tried many way but no solution, there is function name getcolumnname() but it return column name which is active but i put tab order to be 0 , any way to help me in how to find column name from dynamic datawindo
 
 
 

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

Badges  |  Report an Issue  |  Privacy  |  Terms of Service