Appeon Comunidad

Preguntas y Respuestas Comunidad de Appeon
Appeon Community
  1. The version information will display in the Windows property, but how does one access this to display it in a Power Builder window? Using the GetContextService for the ContextInformation returns version information for Power Builder itself and not the application.

  2. Hi, any example to work a window with header datawindow and detail datawindow in STD Framerowk?

  3. Hello

    Here's an interesting seemingly simple question:

    Is the IP address 172.18.13.127 between 172.17.0.0 and 172.19.0.0  ?   (note the comparison values can change)

    more generally stated is IP address1 between IP address2 and IP address3

    An IP address is a binary number -

    how to convert the IP string to a binary and then do a binary comparison in PowerScript?

    Thanks

    ==Yakov

     

     

  4. I was at PowerBuilder Version 2022 Build 1878 when we received the update about that there was a vulnerability when using ADO.NET database connection in a newer update.  I stayed at my current version.  I did not perform a PowerBuilder update until now, when it was said that Build 3356 resolved this issue.  I have performed the updates to get to Build 3356.  Now when I try to connect to the SQL Database, I get the error:

     A connection was successfully established with the server, but then error occurred during the login process. (provider: SSL Provider, error: 0 - The target principal name is incorrect.)

    SQLDBCODE= -2146893022

     

    Just trying to understand what has changed in this latest PowerBuilder upgrade that now gives me an error when connecting to the SQL Server database.

  5. Hi

    We are converting from our old SMTP object (Rolands) to the new SMTPClient and we seem to be missing functionality. We are adding images in an email that are inline, but there is no option in the new smtp object to achieve this.

     

    Looking at the old code it used 'Content-Disposition: inline;' as apposed to 'Content-Disposition: attachment;' to denote the different methods of inclusion. It also uses 'Content-ID: <attach.' + filename + '>' 

    Am I missing something in the new smtp object or has this functionalty been missed and I need to ask for an enhancment?

    Thanks

    David