Quantcast
Channel: SCN: Message List - PowerBuilder Developer Center
Viewing all 7329 articles
Browse latest View live

SMTP - of_sendmail

$
0
0

Hi all,

 

We have implemented the of_sendmail smpt function from Roland's topwhiz site. Thanks Roland !

 

This works great for 2 customers. Today we tried to activate this function for the 3th customer , but our app just hangs.

 

I have enabled the smtp tracing log and this is what i get

 

 

 

of_SendMail Start: 24/02/2016 11:11:59

 

220 (blanked out) Microsoft ESMTP MAIL Service ready at Wed, 24 Feb 2016 11:12:00 +0100

 

HELO (blanked out)

 

250 (blanked out) Hello [blanked.out]

 

MAIL FROM:<our email addy comes here>

 

250 2.1.0 Sender OK

 

RCPT TO:<internal mail address comes here>

 

250 2.1.5 Recipient OK

 

DATA

 

354 Start mail input; end with <CRLF>.<CRLF>

 

 

 

 

I am far from a SMTP specialist, so any idea's , comments , ... ?

 

 

TIA

John


Re: Powerbuilder 12.6 application does not run from the CITRIX application

$
0
0

I had some issue in Window 2003 Server when deploying the PowerBuilder 12.6 application, it is reported that atl100.dll was missing. After placing this DLL in the application folder, then it is started working.

 

Hope it may some DLL missing. Are you tried to create package from PowerBuilder 12.6 and install on the application folder.

 

Could you check the application error log / event log to see any specific error logged in the Citrix Server?

 

 

Thanks

Balu

Re: extend datawindowchild

$
0
0

Hi Giuseppe;

 

  What exactly do you mean by extend

That is a pretty general statement!

 

Regards ... Chris

Re: How should be a structure to be returned by PB SOAP PB Web Service

$
0
0

Hi Chris,

 

I got it!

 

Cheers,    

Paulo

Re: How should be a structure to be returned by PB SOAP PB Web Service

$
0
0

Excellent ... have you hugged your Web Service DataWindows today!  

Re: How should be a structure to be returned by PB SOAP PB Web Service

$
0
0


Very nice presentation !

 

Congrats !

 

Cheers

Re: How should be a structure to be returned by PB SOAP PB Web Service

$
0
0

  Thank you!

 

   Hopefully, I will be able to do some more presentations after Appeon soon takes over PB and schedules the next PB Conference.

Re: How should be a structure to be returned by PB SOAP PB Web Service

$
0
0

Yes, it will be good to have presentations about Appeon Mobile & Web and PB as well.

 

I evaluated the Appeon Mobile years ago before the launch.The product did not support Android devices that time and my evaluation was restricted to iOS but I was very impressed with the product and it's announced capabilities for the future.

 

I could not follow the evolution of the product due to my obligations at work.

 

Novalys has scheduled a webinar for the next March-8, as part of the PB & Appeon road map.

 

I'll meet you there, I guess

 

Cheers,

Paulo


Re: PowerBuilder 12.5 Classic does not start in Windows 10

$
0
0

You are correct, when I disable the 'Touch Keyboard and Handwriting Panel Service' then PowerBuilder starts up normally without having to use the Task View.

 

Additionally, we were encountering issues when opening a grid datawindow with a lot of rows and columns. After displaying the results promptly, the application would hang for another 10 seconds after retrieval.  This problem disappeared when the "Touch Keyboard..." service was disabled.

Re: PowerBuilder 12.5 Classic does not start in Windows 10

$
0
0

   Yes, I thought that might be the case. Playing around with the Task Manager was only a poor workaround for the actual problem. For some reason, PB's IDE & PBVM do not interact well with those two services when active. It's a problem that I can remember being reported even back into PB v11.5.

    The problem with touch services also seems to affect the PB installation process as well. I also think that  these problems are Intel CPU related as I can't replicate these problems on my AMD processors. Very weird!

Re: Which Numeric PowerBuilder Data Types Map to the Processor Types?

$
0
0

Hi Tom;

 

  A great question!

 

AFAIK: There are no data types in PB Classic that are not mapped directly to C++ - which in turn, map directly to standard Intel & AMD processor numeric attributes.

 

I have no idea about PB.Net though in this regard.

 

Regards .. Chris

Re: PowerBuilder 11.5.1 - Menu alignment has changed

$
0
0

Hi Ronit;

 

  May I ask a "dumb" question here ... since PB 11.x is EOL long ago and not supported. Why are you not trying to upgrade to a current & supported release of PB, like 12.6?

 

  Is this behaviour while running from the PB IDE or via an EXE?

 

Regards ... Chris

Re: Which Numeric PowerBuilder Data Types Map to the Processor Types?

$
0
0

Thanks, Chris! That's actually the answer for which I hoped! Thanks, again.

Re: Can you point me to a Word website?

$
0
0

Hi Laurel;

 

  Can you tell us:

 

1) PB Version & Build

2) O/S Version & Build

3) MS-World Version & Build

4) Did this problem just start happening out-of-the-blue?

 

Regards ... Chris

Re: PowerBuilder 11.5.1 - Menu alignment has changed

$
0
0

Hello Chris.

 

This behavior occurs in PB IDE as well as on runtime.

 

As to your question -

We upgrade in phases...

first to 11.5 because other people here have done it already and have the knowledge,

and then to 12.X

 

The menu alignment has changed after the upgrade.

It's aligned to the right and we need left alignment.

 

Any ideas ?

 

 

Thanks,

Ronit.


Re: PowerBuilder 11.5.1 - Menu alignment has changed

$
0
0

I cannot say that I have ever seen that weird behaviour happen after an upgrade! 

 

What happens when you create a new Window class in PB 11.x and then attach an existing menu object. When you Preview or RUN the new Window - does the Menu still display right?

Re: How to save as text with headers that are case sensitive?

$
0
0

Hello Da,

 

Have you looked at SaveAsFormattedText()?  That will preserve the text of the headers as displayed on the DataWindow.

Re: Can you point me to a Word website?

$
0
0

Hello Laurel,

 

Is your code automating a mail-merge process?

Re: How to save as text with headers that are case sensitive?

$
0
0

Hi Da;

 

  If your running the above SQL through a DW Object - the DW definition for the column name will take precedence during the SaveAs () operation.

 

  I can not think of a setting to change this. What about writing some PowerScript to read the TXT file in and perform an UPPER ( ) or WORDCAP ( ) on the names and write it back? That would be a little PIA but, maybe a workaround for now.

 

Nice enhancement request for the SaveAs ( ) method though. The other avenue would be a new event on a DC/DS that fires when the SaveAs ( ) operation is running so that we can massage the datum during the length of the SaveAs operation?  

 

 

Regards ... Chris

Re: Calling WCF Service from PB12.5 Classic

$
0
0

Hello Arcady,

 

Thanks so much for replying.

 

Yes, I do have access to the C# assembly code (I wrote it) and I can modify it. I do have a try/catch in the assembly around the call to the web service. That is how I learned "Could not find default endpoint element that ...".


I can add error-handling to the PowerBuilder code around the point where it calls the assembly.


I think the main problem is as you suggest - I need to remove all references to the config file from the assembly code and make it accept parameters from the calling app. I wonder if you could possibly help me with this step as I am totally new to this style of programming. I am not sure which config files I need to modify nor how.

 

Thanks,

 

Larry


Viewing all 7329 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>