Search My Blog

Showing posts with label PowerBuilder. Show all posts
Showing posts with label PowerBuilder. Show all posts

Thursday, July 16, 2020

VisualExpert 2020 - Now Supports PowerBuilder R2

** Hot News **

Visual Expert 2020

Now supports PowerBuilder 2019 R1 & R2


     Novalys has just released a new version of their VisualExpert product that now supports all of the new object classes found in PB 2019 and PB 2019 R2.  For more information on the new features of VE 2020, click here!

Regards ... Chris

Wednesday, June 17, 2020

Elevate 2020 - Call for Presenters

** Hot News **

  Elevate 2020 - New Digital Conference

Join Appeon for Elevate 2020 Online

November 16 - 17, 2020

    Appeon is calling for presenters and collecting proposal submissions for the Elevate 2020 conference.  This will be a free digital conference hosted this year online so that you are no longer limited by time or physical location. Appeon hopes that you will participate as a presenter to make the Appeon community more vibrant by exchanging technical knowledge and experiences. Appeon are looking forward to seeing you online at Elevate 2020!

    Please submit any interesting topics that you are willing to share before September 30, 2020.  We welcome presentations on a broad range of topic areas, including but not limited to the following topic areas.

Featured Topic Areas
  • Desktop App Development: Sessions that are related to using PowerBuilder or InfoMaker to rapidly create client/server apps or reports.
  • Modern UI/UX: Sessions that are related to delivering a modern and effective UI/UX for your apps.
  • App Integrations & Interop: Sessions that are related to integrating with other applications or third-party services/tools.
  • Cloud Deployment: Sessions that are related to using PowerServer to deploy your client/server apps to the Cloud.
  • C# Development: Sessions that are related to using .NET DataStore to develop REST API or .NET assemblies.
  • C# Migration: Sessions that are related to using PowerScript Migrator and/or .NET DataStore to convert some or all of your application’s business logic.

To sign up as a Presenter - click here!

Regards ... Chris


Sunday, June 24, 2012

Classic or DotNet

** Hot News **
PowerBuilder Survey

      Come vote on the current PowerBuilder survey as to whether you like the Classic or .NET version of PowerBuilder best. However, I must say ... currently, PB Classic is "running away" with most of the votes!


Check out Prashant's survey on LinkedIn - Vote here!

Regards ... Chris

Tuesday, June 12, 2012

Foundation Classes

** Hot News **
Foundation Classes for PowerBuilder

(for PowerBuilder (Classic and .Net), EAServer & Appeon)


   Software Tool & Die Inc (STD) is very pleased to announce that they have just released an updated version of their Foundation Class library for both PowerBuilder and Appeon. The latest version contains the following updates and has been tested with Appeon 6.5.1 using PB 11.5.1, 12.1 and 12.5.1 official MR (maintenance) releases including PB's "Classic" and .NET versions! Testing inside of PB also included WebForm, Winform, Win32 and Smart Client deployments.

   The FC's are *free* and can be downloaded (along with an Order Entry sample application) from the SourceForge website: 


The changes to the FC's are as follows .....

Release 12.5.1 Changes ... June  11, 2012)
1) Migrated and fully unit tested the framework from PB 12.1 to 12.5.1.

Release 12.1.0 Changes ... May 22, 2012)
1)    Added new INI parameters to control DW buffer Debugging and Memory tracking
2)    Added new code the VS_DC_MASTER user object to allow data buffer introspection
3)    Added new KEY event to the VS_DC_MASTER user object to support Ctrl+Shift+F1 information screen.
4)    Added new WN_INFO_MASTER window to display run time application diagnostics.
5)    Modified the ns_APPL_CONTROLLER_MASTER to support DW buffer introspection and run time information.
6)    Added new KEY event to the WN_MASTER window object to support Ctrl+Shift+F1 information screen.

Release 12.1.0 Changes ... April 10, 2011)
1)    Changed SA database version check to work with SA12.0 as the default.
2)    Extended the "Timing" object base ancestor "ns_timing_master" to
    a) Allow an object to register itself as the Timing object's parent
    b) Fire any event of the parent objects choosing on the timer interval
3)    Added a new global function "fn_encrypt_simple" that supports basic encryption (all written in PowerScript).
4)    Added a new global function ""fn_decrypt_simple that supports basic decryption (all written in PowerScript).
5)    Revised the "fn_open_sheet_window" global function to allow an arrangement type option parameter.
6)    Revised the "fn_open_sheet_window_withParm" global function to allow an arrangement type option parameter.
7)    Added a new global function "fn_convert_packed_decimal" that supports the handling of IBM DB/2 numeric data.
8)    Added a new global function "fn_copy_transaction" that allows a new Transaction Object to be created from an active one!
9)    Added a new global function "fn_dbms_get_sysdate" that allows you to get the System date of the DBMS server.
10)    Added a new global function "fn_lookup_display_value" that gets you the displayed value from any DDDW.
11)    Added a new global function "fn_print_screen" that allows you to print any current dialog.
12)    Added a new global function "fn_remove_spaces" that allows you to remove ALL spaces from any String variable.
13)    Added a new global function "fn_validate_phone_no" that allows you validate any standard phone number.
14)    The global function "nc_crypto" was renamed to "nc_crypto_master" to be inline with FC's naming conventions
15)    A new Object "nc_cypher_master" was created that taps into the C++ Cypher and De-cypher features
16)    The Application Controller object "nc_app_controller_master" was changed to check for NULL Context values from the OS.
17)    The Application Controller object "nc_app_controller_master" was changed to only log the details of all errors.
    a) user now receives a simple alert with the option to continue.
    b) user no longer sees the actual error (unless the open the log in the Log Viewer).
17)    The Application Controller object "nc_app_controller_master" was changed to only log the details of all errors.
18)    The Application Controller object "nc_app_controller_master" was changed to support Processor Affinity.
    a) a New setting Àffinity= setting to the INI file support
    b) New method sets the CPU affinity if the new parameter in the INI file is > 0
19)    The DataWindow control base ancestor "vs_dc_master" was changed to disable moving the control when the Title bar is present.
    Note1: For some reason, this does not work in Winforms.
    Note2: The title bar is not supported in WPF.
20)     The StaticText extension object "vs_st_transparent_master" was changed to support the PB 12.x implementation of
    a transparent background colour.
21)    A new Window ancestor was added (wn_animated_save_master) that supports the new Animated Save feature!
22)    The "wn_master" base ancestor window was changed to implement the Animated Save feature.
    a) New "of_animation_required" method was added to the Base window class (wn_master) to support Animated saves.
23)    The "wn_master" base ancestor class was changed to change the way duplicate instantiated dialog's were discovered.
    a) This fixes a problem where the Win32 applications tool-bars and sheet would seem to "bounce" in the MDI frame.
    b) Corrects a Winform application where the lower tool-bars would disappear all together until a close/open.
24)    The "wn_master" base ancestor was changed to allow any Window to have a Min or Max size.
25)    The "wn_controller_master" base ancestor was changed to support a "Close All" open sheet/child window option.
26)    The base ancestor menu "mu_master" was changed to implement a new Close All menu under the "Window" pull-down menu item.
27)    The "vs_dc_list_master" DW Control extension ancestor was changed to implement a sortation icon on the heading
    a) uses a triangle drawn on to the heading text.
    b) Triangle direction show the sortation order
    c) If the heading text will interfere with the triangle, it is shifted over slightly.
    d) The shifted heading text is restored upon moving to a new column.
28)    Changed the "wn_popup_master" to centre itself to the current controller window.
    a) Allows better GUI
    b) Supports dual monitors better
29)    Changed the "wn_main_master" to centre itself to the current controller window.
    a) Allows better GUI interface
    b) Better supports a dual monitor PC
    c) Ignores this behaviour of the Controller is an MDI type window
30)    The Application Controller object "nc_app_controller_master" was changed to capture the WebForm (IIs) Session ID
    a) New *private* session ID instance variable added (is_session_id)
    b) Session ID is written to the Application's LOG file at start-up
    c) A new "of_Get_Session_Id" method was added to expose the private variable to the application
31)    The Application Controller object "nc_app_controller_master" was changed to capture the WebForm (IIs) Browser signature!
    a) New *private* instance variable added (is_browser)
    b) The Browser signature written to the Application's LOG file at start-up
    c) A new "of_get_browser" method was added to expose the current Browser's signature at any time.
32)    The Application Controller object "nc_app_controller_master" was changed to verify that the WebForm browser.
    a) If the Browser is not IE an error message appears in any browser.
    b) The application will stop on any Web browser other than IE.
33)     A new global function "fn_build_number" was added to automatically track application builds.
    a) A new INI file was added to support this functionality (STD_FC.ini).
    b) Note: currently code commented out as this crashes the PB 11.5.1 and higher IDE
        Problem reported to Sybase Engineering.
34)    The Order Entry application was changed to
    a) Use the new FlashWindow feature of Response dialogs to alert users visually (Login Dialog)
    b) The Login dialog uses the new simple encryption to save the last good password to the Application's INI file.
    c) The Employee dialog was changed to demonstrate the new fixed DW Control when a title bar is active.
    d) The Employee, Customer and Product list dialogs were changed to demonstrate the new Sort Icon.
35)    Changed SA database version check to work with SA11.0.1.2044
36)     Updated the core Message DataWindow with new message ID's
37)    Updated the French and Spanish message DW objects for new message transactions.
38)    Extended ancestor "vs_st_transparent_master" changed to support native transparency in PBNative mode.

Regards ... Chris
President: STD Inc.

Friday, June 8, 2012

Appeon Mobile Sneak Peek II


 ** Hot News **

 PowerBuilder TV .... Catch-up session


    Did you miss May's Appeon Mobile Sneak Peak (The first-ever mobility solution for the PowerBuilder community!) or have a question you're dying to ask since last session? This session Christophe Dufourmantelle will be accompanied by the CEO of Appeon Corporation Armeen Mazda with an updated PowerPoint slides.

    There is a growing demand for accessibility on-the-go, and PowerBuilder applications need to be ready. In order to meet this challenge, Appeon and Novalys will soon launch Appeon Mobile.

   From the PowerBuilder IDE, Appeon Mobile will automatically generate native mobile applications for iPhones, iPads, Android phones and tablets. DataWindows, nested reports, and many rich PowerBuilder functionalities previously unimaginable on mobile devices will be at users’ fingertips.

   This webinar will introduce a technology that will revolutionize mobile development for enterprise applications. You will discover Appeon Mobile’s main features, as well as its road map and licensing model. As usual with PowerBuilderTV Webcasts, you will have the possibility to ask questions directly to the presenters.
 

Note:  Looking for the recording of May's session? Due to updated changes to the PPT presentation for June by the Appeon team, at their request we will only be posting the recording of the second session in June in order to avoid confusion between the two presentations.



Regards ... Chris

PowerBuilder Developers Conference

** Hot News **

PowerBuilder Developers Conference @ SAP TechEd
Call for Papers Now Open!
Submit a Proposal to Present at the PowerBuilder Developers Conference

   SAP has  now announced the PowerBuilder Developers Conference! The conference will be held October 15-19, 2012 at the Venetian Hotel in Las Vegas, concurrently with SAP TechEd.


   Have you used SAP Sybase PowerBuilder to solve a business challenge, discovered a coding technique over the last year, have a bright new shiny User Experience in your apps, or simply have amassed a boatload of PowerBuilder tips and tricks over the years? If you have an accomplishment and/or a new insight into application development that you would like to share with your friends and colleagues, submit a session proposal for the PowerBuilder Developers Conference.
   
    The deadline to submit a session for consideration is June 22, 2012. Acceptance notifications will be sent out late-July. Sessions need to be educational and technically focused. The average session length will be 60 minutes. Speakers must be available to present during the entire span of the conference (October 15-19, 2012). We offer complimentary registration to the PowerBuilder Developers Conference to approved speakers. If you are selected as a presenter, your final presentation is due August 31, 2012.


Session Proposal Guidelines
  • Title - 75 characters
  • Abstract - 200 words (must be detailed and descriptive enough to catch the interest of attendees)
  • Speaker Bio - 250 characters
Important Dates
  • June 22 - Deadline for session proposal submission
  • August 31 - Final presentation slides due


    The PowerBuilder Developer Conference Team look forward to hearing from you!



Regards .... Chris

Thursday, May 10, 2012

PowerBuilder Mobile

** Hot News **
Why PB developers should consider developing for iPads, and how to get there!


 Check out this great PBDJ article by Christophe Dufourmantelle  ... PB Mobile

Regards ... Chris

Thursday, May 3, 2012

PBTools

** Hot News **

  
    PbTools is a PowerBuilder Application that includes some useful applications for PowerBuilder from version 5 to 12.5 and is written by Murat Yelkovan. A new version of the PBTools utility has just been released this month! The new build (#75) and its predecessors contain some great features for the PB developer, for example:

Grid Datawindow
  • You can list all datawindows in your application and change header band colors with one click.
Compare
  •   You can compare two libraries or targets to check if they have same objects.
Duplicate Object
  • Search for duplicate objects in your application.
Global Replace
  • You can replace one text with new one in your project.
LibraryAnalyze
You can analyze your project and see all sqls. This application will calculate which database permissions are needed to run this application.



 All this and much more! Download this free utility now by following this link:  PBTools.



Enjoy!

Regards ... Chris

Friday, April 27, 2012

FastFuncs for PowerBuilder

** Hot News **

Fast Functions for PowerBuilder!

    Jermery Lakeman has developed a set of functions designed to really optimize a number of common operations used by many PowerBuilder applications. These common functions (called FastFuncs) have been implemented using PowerBuilders internal system direct call interface to give the maximum possible performance!

  The set of FastFuncs functions include (to highlight a few): bit-wise operations, string building, string replace all, string splitting, and a function to obtain the current stack trace.


   The complete FastFuncs source code is free and available here.

Enjoy!

Regards ... Chris



Friday, April 20, 2012

ISUG Benefit Update

** Hot News **
Appeon Benefit Updated to 6.5.1

   The International Sybase User Group (ISUG) is pleased to inform their members that the Appeon for PowerBuilder benefit that is available to our Green & Gold members has been updated to the latest version 6.5.1!

   Due the size of the download, there are now four files for each version (32 or 64 bit).  These will need to be downloaded and unzipped together for a successful installation. ISUG users though should find that the download speed is much better from this mirrored location.

   If you've downloaded Appeon previously, be sure to update to this new version.  And if you tried earlier versions of Appeon but had problems, be sure to try it out again as the current product is orders of magnitude more stable and efficient than previous versions!


  If you are not an ISUG member - why not join now ... click here!


Regards ... Chris

Thursday, April 12, 2012

OSUG Meeting - May 24, 2012

** Hot News ** 
Come celebrate OSUG's 20th Birthday!

 Dear Sybase User;

     Please join us on Thursday May 24, 2012 for the next Ottawa Sybase User Group (OSUG) special event! OSUG's mission is to create a Sybase community in the National Capital area of Canada where users can share knowledge, experiences, and best practices. Users of all Sybase products, including data management, tools and mobility are welcome to attend. This meeting will feature networking opportunities, product updates and a discussion.

     The OSUG May 24, 2012 meeting will be held in Ottawa at Constitution Square in the double Board Room (down the hallway from the Queen's University MBA lecture theater). Constitution Square is located at 350 Albert Street (at Lyon) just across the street from the Crowne Plaza hotel. Bus access is right to the door and parking is available at the hotel, in Constitution Square and across the street. The Double Board room  is located on the second floor (center) and can be accessed from either the west or east elevators.

 Securely Taking Your PB Applications to the Web, Cloud, and Mobile Space!

Days Agenda (Tentative):

Time:          Topic:

7:45am       Registration and Continental Breakfast
8:45am       Introduction & welcome - Chris Pollach
9:00am       Webifying your PowerBuilder applications - Armeen Mazda
                   - Web enabling using Appeon 6.5.1
                   - Considerations for Cloud computing
                   - Appeon 7.0 road map
10:30am     Coffee Break
10:45am     PowerBuilder 15 Road Map (update) - John Strano
                  - HTML5 DataWindow Server
11:30am     Mini Q&A session before lunch

12:45am     Lunch (with a Special Birthday Surprise)

1:00pm      Sybase Unwired Platform Update - Anthony Robinson
                   - making PB applications work with SUP
 2:15pm     Coffee Break
 2:30pm     Appeon Mobile - Armeen Mazda
                  - Taking PB applications to the Tablet & Smart Phones
                   - Integrating Appeon Mobile apps with SUP
                   - Deploying Appeon Mobile apps with Afaria.
 3:15pm     Coffee Break
 3:30pm     Afaria - Anthony Antonello
                  - Securing your remote device and data.
 4:20pm     Q & A Session
 4:30pm     Wrap-up (all)

How to Register

    To register for the above event, please follow this link (click here). This will take you to the the ISUG website where the automated registration system will accept either ISUG members or non-members. Last years Canadian Technical Summit forced everyone who was registering to become a basic member (which is still free by the way). In the upgraded registration system, you now have a choice.

BTW: Everyone is welcome ... so I hope to see attendees again from Toronto, Montreal and northern New York state!

Location
   The OSUG event will be held in the double-board room located in Constitution Square at 350 Albert Street, Ottawa, Ontario. The lecture rooms are located on the center section of the second floor level. For more information on Constitution Square, please click here!

Things to do

  • If you are coming from outside the National Capital region ... Visit the Ottawa this May and see the city come alive with colour when a million tulips create an exotic mosaic throughout the city. Celebrate our rich heritage and history as you explore Canada's Capital and our Country's close ties with the Netherlands who offer a gift of 20,000 tulips each year - Ottawa Tulip Festival

------------------------------------  BIO's ------------------------------------

   Anthony Antonello

    Mr .Anthony Antonello is the Technical Director for Sybase Canada based in Ottawa, Canada.


   Armeen Mazda

    Armeen Mazda has been a key member of the initial team that founded Appeon and is currently the President & CEO of Appeon. Armeen has worked with Sybase and PowerBuilder technologies since 2000 and served various roles in Appeon, including Product Management, Business Development, and Operations. Armeen is a graduate of the Haas School of Business at U.C. Berkeley and holds 5 U.S. patents in the area of Rich Internet Application (RIA) technologies.

   Anthony Robinson

    Mr .Anthony Robinson is a Principal Systems Consultant for Sybase based in Ottawa, Canada.  Anthony has been with Sybase since 2000. He worked for Sybase's American Federal team out of Bethesda Maryland until 2004, when he then transferred to Sybase Canada. Before joining Sybase, Anthony was a sales consultant with New Era Of Networks and a functional SAP consultant for SLI Consulting Inc.

  John Strano   

    John Strano is a Sybase Technology Evangelist and a charter member of TeamSybase. He has been using PowerBuilder since 1991 and has authored articles for multiple industry periodicals. John has presented Sybase tools on an international basis since 1997. Over the last 15 years John has developed a variety of PowerBuilder applications from single-user scaling up to enterprise-class, web-based projects.

  
Regards ... Chris
OSUG - Co-Ordinator

PowerBuilderTV - May, 2012

** Hot News **

Upcoming webinars on PowerBuilderTV

Thursday April 26th 2012
at 11:00 AM EST (New York) - 17h00 CET (Paris)

How to make your application multilingual with Enable 5.0
In this webinar, you will see how to upgrade your applications to a multilingual interface with just a few, simple changes to your code.

Enable 5 allows you to translate the application and adapt the User Interface in runtime. The new version introduces the powerful Enable Designer, and interfaces with Novalys Customization Studio to allow end-user customizations.
Presenter: Gian Luca De Bonis
Register

Tuesday May 15th 2012
at 11:00 AM EST (New York) - 17h00 CET (Paris)

Appeon Mobile Sneak Peek
The first-ever mobility solution for the PowerBuilder community
There is a growing demand for accessibility on-the-go, and PowerBuilder applications need to be ready.
In order to meet this challenge, Appeon and Novalys will soon launch Appeon Mobile.
From the PowerBuilder IDE, Appeon Mobile will automatically generate native mobile applications for iPhones, iPads, Android phones and tablets. DataWindows, nested reports, and many rich PowerBuilder functionalities previously unimaginable on mobile devices will be at users’ fingertips.

This webinar will introduce a technology that will revolutionize mobile development for enterprise applications. You will discover Appeon Mobile’s main features, as well as its roadmap and licensing model. As usual with PowerBuilderTV Webcasts, you will have the possibility to ask questions directly to the presenter.
Presenter: Christophe Dufourmantelle
Register

Thursday May 24th 2012
at 11:00 AM EST (New York) - 17h00 CET (Paris)

How to develop Multithreaded applications with PowerBuilder
During this webinar, we will build multithreaded applications (with versions prior to PowerBuilder 12) so that they can be run as separate processes in order to maximize processor and memory usage. We will also explain the new features and advantages of doing multithreaded development in PowerBuilder 12.5 using PowerBuilder .NET functions.
Presenter: Bruce Armstrong
Register

Don't forget to check out the archive of past webinars!

Regards ... Chris

Sunday, March 25, 2012

PowerBuilder Mobile


Are you a PowerBuilder developer and is your organization considering developing Mobile applications?
Then your help is needed!


Who is going mobile?

Discover what PowerBuilder Projects are working on. Did you know that 70 million tablets were sold this year? By 2015, it is predicted tablet sales will surpass PC sales! A lot of PowerBuilder projects are preparing for this evolution ... Are you?


Fill this survey, and you will discover:
  • How many PowerBuilder projects are planning to go mobile
  • Which devices and OS they intend to support
  • How many user would typically access these applications  
  • How they will distribute their mobile applications
  • Etc…


Fill it in


The final results will be sent to all participants!


Many thanks in advance ... Chris
 

Saturday, February 25, 2012

PowerBuilder TV - March 2012

** Hot News **
Upcoming webinars on PowerBuilderTV 



Thursday March 8th 2012
at 09:00am CST (Ciudad de Mexico) / 16:00 CET (Madrid)

Cómo hacer aplicaciones multitarea con PowerBuilder
- Presented in Spanish -
En este webinar realizaremos aplicaciones multitarea en versiones de Powerbuilder anteriores a la 12, para que se puedan ejecutar como procesos independientes para aprovechar al máximo el procesador y la memoria. También explicarán las nuevas funcionalidades y ventajas del trabajo multiproceso en PowerBuilder 12.5 utilizando funciones de PowerBuilder.NET.
Presenter: Oscar Tobar
Register

Thursday March 22nd 2012
at 12:00 PM EST (New York) - 17h00 CET (Paris)

Introduction to Customization Studio 2012
A new approach for making changes in PowerBuilder Applications
Imagine a PowerBuilder extension that would allow end-users to modify applications themselves! Customization Studio lets them edit a window as if it were a simple MS Office document. Users modify the executable version of the application, without changing the source code, creating an immediate result.
Customization Studio 2012 features a new application called "NCS Designer"; it provides tools designed for non-technical users. In this presentation, we will see how to use these tools to customize reports, add new items in your windows, modernize the look & feel of the application and more...
Presenter: Christophe Dufourmantelle
Register

Don't forget to check out the archive of past webinars!

Regards ... Chris

Thursday, January 5, 2012

PowerBuilder TV - January 2012

** Hot News **
 
Upcoming webinars on PowerBuilderTV
January 2012

Thursday January 12th 2012
at 11am EST (New York) / 17h CET (Paris)

In-Depth Review of .NET Language Enhancements
As a .NET language, PowerBuilder 12 supports the Microsoft Common Language Specification (CLS.) We'll review the CLS, learn how to utilize external .NET resources, how to create .NET Consumer Role compatible applications using the PowerBuilder 12 Classic IDE, and how to create .NET compatible extenders using the PowerBuilder .NET IDE.
Presenter: Don Clayton
Register

Thursday January 19th 2012
at 11am EST (New York) / 17h CET (Paris)

How to migrate your PowerBuilder Applications?
Presented in FRENCH
What are the advantages of migrating to PB 12.x Classic and PB 12.x .NET? What are the costs and difficulties related to migration?
To learn step by step how to migrate your applications and in order to answer any questions you may have, join us January 19, 2012 on PowerBuilderTV.
Presenter: Bassam Tannouri
Register

Don't forget to check out the archive of past webinars!

Regards ... Chris


Monday, July 25, 2011

ISUG - Virual PB User Group, Aug 4, 2011



** Hot News **


ISUG - Virtual Meeting Announcement - PowerBuilder


    ISUG is pleased to announce that their next meeting of the North American PowerBuilder Virtual User Group will be on August  4, 2011. This meeting will feature Mr. Don Clayton from Intertech Consulting who'll be discussing Building Thoroughly Modern Systems in PowerBuilder.


    You can read all about the meeting details, time and how to register by clicking here!









Regards .... Chris

Wednesday, December 1, 2010

PB12.NET Training Day

** Hot News **

   
    The International Sybase User Group in conjunction with eLearnIt Systems is now offering a new one day PowerBuilder 12.NET training course. In this a full day of training where you will gain the knowledge and skills to prepare you to plan, perform a .NET migration and tips on re-factoring your enterprise level based PowerBuilder Classic applications.  You will able to follow-along with instructor led demonstrations using provided code examples if you bring your own notebook with verified functioning installations of PowerBuilder 12.1 Classic and .NET and SQL AnyWhere 11.



Topics include:
  •  .NET Revealed:
          * What is it?
          * What are the important features and how do they affect your PowerBuilder application?
          * Why might .NET be (or not be) important to you?
  • Migrating from Classic to .NET WPF
          See how to:
          * To plan for your own application migration by getting an overview of the .NET migration process
          * To plan for re-factoring your code to lessen the impact of not supported features
          * Performance differences between the platforms might impact your existing code
          * GUI differences between the platforms might impact your code
  • Future proofing your code, planning for today, tomorrow and beyond.
      The .NET and Classic platforms are intrinsically different. A large application that took seconds to modify and test in the IDE will takes many minutes to modify and test in the .NET IDE. In order to continue at a high productivity level you must partition your code into a series of related .NET assemblies. In this segment you will gain learn the basics of application logic partitioning and how to use the IDE to carve your application into smaller manageable pieces
  • Visual Studio IDE tips & tricks
      The new .NET IDE is similar to but different than the Classic IDE in fundamental ways. The goal of this presentation. Increase your initial and ongoing productivity by learning how to leverage many of the new features that the Visual Studio IDE offers. Included is a demonstration of configuring and working with source code control.

  • WCF and web services: Creating .NET web service client applications with examples and demonstrations
      Windows Communication Foundation is a new feature of .NET 3.5. WCF will be an imperative when SilverLight support is implemented. It is required when you migrate Classic Applications that are Web Service Clients to .NET or need to code new web service client applications in PB 12.NET. Learn the basics of WCF. Observe the process of building a Web Service Client app.




       To have this course brought to your area, please contact your local Sybase User Group to arrange a class in your locale.


Regards ... Chris




    Monday, November 1, 2010

    PBTV - November, 2010

    ** Hot News **
    PowerBuilder TV listing for the month of November!

    Tuesday November 2nd
    at 11:00am EST (New York) / 17:00 CET (Paris)

    What's new in Appeon 6.5?

    Appeon 6.5 is the latest release of the most-popular Web deployment solution for PowerBuilder. This release of Appeon boasts support for PowerBuilder 12, JBoss open-source application server, and 64-bit OS, just to name a few. We will spend 30 minutes to guide you through the key new features of Appeon 6.5.
    Presenter: Armeen Mazda
    Register





    Tuesday November 16th
    at 10:00am EST (New York) / 16:00 CET (Paris)

    Make your application customizable in a few minutes

    When users want to adapt screens or build custom reports, it generates additional costs.
    If multiple clients request different changes, it becomes even more complicated.
    Find out how to simplify that process: we'll introduce a tool to let users customize screens and reports by themselves, without any technical skill, and using only an executable copy of the application (no change to the source code).
    Presenter: Christophe Dufourmantelle
    Register





    Tuesday November 23rd
    at 12:00pm EST (New York) / 18:00 CET (Paris)

    Using PowerBuilder and Expression Blend Together

    WPF is all about creating a rich User Experience. Come see how Expression Blend, Microsoft's WPF design tool, helps you to build powerful and sophisticated PowerBuilder user interfaces.
    Presenter: John Strano
    Register


    Regards ... Chris

    Friday, August 20, 2010

    ISUG - PB 12 Extended to Memebers Benefits

    ** Hot News **

    ISUG Uses TechWave 2010 To Extend Member Services Benefits With Fully Functional Trial Version of Sybase PowerBuilder 12

    Washington, D.C., August 9, 2010 – The International Sybase User Group, a trade association representing more than six thousand members in more than sixty countries around the globe, announced today at the Sybase TechWave user conference that ISUG Green and Gold Members are now eligible to receive a one-year, fully functional trial version of PowerBuilder 12 as part of their member benefits.

    Central to ISUG's membership services remit is the responsibility to use the organization's proximity to and close relationship with Sybase itself to provide tangible user benefits that far outweigh the cost of the group's membership subscription charge.

    In return, ISUG stands open to receive member feedback on the products and services that users themselves feel they need additional support with. Be in terms of training, guidance from Sybase evangelists, user group meetings or access to actual products, ISUG constantly strives to exceed its members expectations.

    "Our members have been waiting patiently for this new benefit and we're extremely pleased to be able to offer it to them with immediate effect," commented ISUG President, Bryan Enochs. "This new benefit allows our members to experiment with PowerBuilder 12 at their own pace, something that is extremely important as it enables full exploration of all of the features and functionality that this eagerly awaited release contains."

    "We are seeing more and more PowerBuilder developers attending our user group meetings," said Mike Harrold, Executive Director for ISUG. "This confirms to us that PowerBuilder is not only still widely accepted within the IT world, but that it is also a growing developer marketplace. We hope that this shows continued commitment to the Sybase user community from both ISUG and Sybase."

    .

    Sunday, August 8, 2010

    Appeon 6.5

    ** How News **

         The new Appeon version 6.5 for PowerBuilder has just been released that supports PowerBuilder 12 Classic, JBoss application server, .NET server load balancing, and many other new features and enhancements. The edition for .NET platform was just released in August and the edition for Java platform will be available later this month.


    New Feature Highlights ...

    • Supports PowerBuilder 12 Classic.
    • Web Services can be used as the data source for DataWindows.
    • DataWindows can be saved in various formats, including PDFs and images (JPEG/GIF/BMP).
    • BYTE data type is supported and binary data can be processed as parameters.
    • FileReadEx and FileWriteEx functions are supported for handling large files.
    • Printer page size/width/length can be customized by defining the dimensions in the PB painter.
    For a complete list of features and product specifications - please see the Appeon webite!

    Regards ... Chris