ADS BY GOOGLE
SOA World Conference
Virtualization Conference
$200 Savings Expire May 16, 2008... – Register Today!

DIGITAL EDITION

A New Year and a New Direction
I received an e-mail from a loyal reader recently
SYS-CON.TV

2007 West
GOLD SPONSORS:
Active Endpoints
Your SOA Needs BPEL for Orchestration
BEA
Virtualized SOA: Adaptive Infrastructure for Demanding Applications
Nexaweb
Overcoming Bandwidth Challenges with Nexaweb
TIBCO
What is Service Virtualization?
SILVER SPONSORS:
WSO2
Using Web Services Technologies and FOSS Solutions
Click For 2007 East
Event Webcasts

2008 East
PLATINUM SPONSORS:
Appcelerator
Think Fast: Accelerate AJAX Development with Appcelerator
GOLD SPONSORS:
DreamFace Interactive
The Ultimate Framework for Creating Personalized Web 2.0 Mashups
ICEsoft
AJAX and Social Computing for the Enterprise
Kaazing
Enterprise Comet: Real–Time, Real–Time, or Real–Time Web 2.0?
Nexaweb
Now Playing: Desktop Apps in the Browser!
Sun
jMaki as an AJAX Mashup Framework
POWER PANELS:
The Business Value
of RIAs
What Lies Beyond AJAX?
KEYNOTES:
Douglas Crockford
Can We Fix the Web?
Anthony Franco
2008: The Year of the RIA
Click For 2007 Event Webcasts
POWERBUILDER LINKS YOU MUST CLICK ON

Pages: 1 2 3 4 5 6 7 8 9 10 Next »

PBDJ Blogger Chris Pollach Reaches 150,000 Reader Mark
I just wanted to acknowledge the tremendous increase in the amount of Blog activity that I have received over the past year. I think (and hope) that this is because many Sybase professionals out there have come to visit my site for latest information on the Sybase scene. Since I started my Blog in August of 2005 I have seen a steady increase in unique visits to my site. This whole Blog experience of course is Reed Shilt's fault. Reed is the development manager for PocketBuilder and started the whole thing off by opening his own Blog within PBDJ, then sending me an invitation to join him in this new venue. At that point in time, Blogging was a whole new experience for me and in fact, I had not even heard the term until I received Reed's email.
Dynamic SQL with Sybase's Open Client
PowerBuilder offers some dynamic querying capabilities. For simple scenarios it works quite well. But what if your scenario isn't simple? What if you wanted to write a database-querying tool that provides stored procedure compilation, ShowPlan display, or the execution of large complicated batch scripts?
PowerBuilder - The ClassDefinition Object
In the first article we presented a some theories about the ClassDefinition object and were able to show the libraries of a PB application in a treeview control. This month we'll read the objects from the libraries and inspect their content. When a user expands an entry in the treeview, we check to see if it was expanded once already. If it was, we don't take any action.
Integrate Real-Time GPS Data Into Your PowerBuilder Applications
We begin this article by asking the question: Why would you want to integrate real-time GPS data into your PowerBuilder applications anyway? After all, it's not likely you are going to connect a GPS receiver to your desktop computer and ask yourself where you are currently located. (At least I hope not!)
Custom Common Dialogs Using SetWindowsHookEx
PowerBuilder contains a number of built-in common dialogs that can be used within your own applications. What do you do when one of these dialogs meets most, but not quite all, of the functionality you need? Do you simply accept the limited functionality? Do you write your own dialog from scratch to replicate them and add the additional functionality (a maintenance headache)? There is a third option. You can simply use the dialog that PowerBuilder provides and modify it at runtime to provide just the additional functionality that you need. The dialogs PowerBuilder provides include: The GetFileOpenName, GetFileSaveName, ChooseColor, GetFolder, PrintSetup, and PrintSetupPrinter system function dialogs The DataWindow Control SaveAs, SetFilter, and SetSort function dialogs The DataWindow object DataWindow.Print.Prompt attribute dialog The ubiquitous MessageBox dialog. For the purposes of this article we're going to use the DataWindow control SaveAs dialog, but the technique can be used to customize any common dialog.
SQL Anywhere Studio 9 Developer's Guide
As a PowerBuilder developer I'm sure you have already used SQL Anywhere a few times, but did you know that SQL Anywhere owns over 70% of the mobile database market? This is because it's easy to use, easy to administer, and doesn't take up too much space.
Working with the Enterprise Portal
An enterprise portal is the converged 'hub' of multiple, complementary information management solutions, including document and content management, information search and retrieval, knowledge management, team collaboration, workflow, and business intelligence.
PowerBuilder News
POWERBUILDER PB2XLS 1.2 7/07 – Desta announced the release of PB2XLS 1.2. PB2XLS is a component for PowerBuilder applications that allows the developer to create Excel files, write information into cells and worksheets, and format cells and worksheets. www.desta.com.ua/pb2xls/
PowerBuilder News
Sybase announced the general availability of Pocket PowerBuilder, the new integrated application development environment designed to simplify and speed the creation of mobile and wireless enterprise applications.
Fixing Ugly Grid Borders
It's an aesthetic thing. When you click on a grid DataWindow label and change an attribute, it acquires what are formally termed UGBs - Ugly Grid Borders.
PowerBuilder News
Sybase announced second quarter 2003 total revenues of $192.0 million, including license fees of $63.9 million, exceeding First Call consensus revenue estimates of $186.5 million.
'Bag O' Tricks'
With Halloween just around the corner, I thought I'd give you some of the 'tricks and treats' that I've collected over the years for PowerBuilder, InfoMaker, and Sybase ASE.
Refactoring Techniques in PB
In early versions of PowerBuilder, development primarily consisted of three types: composing graphic objects by adding visual controls; coding functions and events using PowerBuilder's native language, PowerScript; and creating DataWindow objects.
PowerBuilder News
Sybase announced it has entered into a long-term strategic partnership with Appeon Corporation to deliver a revolutionary solution to generate rich Web applications from PowerBuilder client/server applications.
PowerBuilder Goes MP3
In this article I'll show you how to play MP3 files with your own 'sound machine' written in PowerBuilder. But before we start to implement it, you should first understand what MP3 is.
'Rubbin' Sticks Reporting (RSR)'
Myth: 'Creating reports with InfoMaker is easy,' a partially accurate statement, on the surface. Reality: Let's change that to: 'Formatting your report with the InfoMaker tool is easy, once you've figured out the data to be reported.'
Boosting Performance on DataWindow Retrieval in n-Tier Environments
When I started using distributed DataWindows, the slow performance frightened me, usually when the middle server and the client were in separate computers. At that time I was using a PIII 500 desktop computer, and a PIII 800 database server over a 10MB network. Although it's not the top-of-the-line hardware environment, it's still the best some customers can get.
PowerBuilder News
Sybase announced the availability of EAServer 4.2, an open application server that has been selected by a growing number of state and regional governments for its uncompromising performance and support for secure Web services within an 'open-choice' development and deployment environment. As evidenced by forward-thinking customers including Hennepin County, Minnesota; the Texas Workforce Commission; and Wellington City Council, New Zealand, government agencies and enterprises alike are increasingly turning to Sybase EAServer for the technology infrastructure to help them unlock the value of their existing data and to quickly develop and deploy new services and applications.
Context-Sensitive Help
'The tag property takes a string value.' That's what PB Help tells us about the tag property. Not much considering all or at least most PB objects have a 'tag' property. What's its mission in life? Anything we want it to be.
DDDW Tips and Tricks
The DropDownDataWindow (DDDW) edit style is one of PowerBuilder's outstanding features. Yes, I know there are a lot of new and exciting capabilities in the upcoming release of PowerBuilder, but in this article I'll try to solve some of the current problems with the existing features that are popping up in nearly every project I've seen.
Wallpaper Setter in PowerBuilder
My son is only 18-months old but I have taken more pictures of him than I can count. Thanks to digital cameras it's so easy to take and store pictures. Since I spend most of my time on the computer, I formed the habit of changing the Windows desktop with his latest portrait both at work and at home. However, the initial excitement faded due to my inherent laziness.
Dynamic Report Module Basics
Now that the holidays are over, it's back to work, back to school...and back to the basics. In my December column, 'PowerBuilder and ODBC 101' (PBDJ, Vol. 9, issue 12), we discussed hooking up to a database via ODBC.
The Future of PowerBuilder?
The plane has leveled off at 39,000 feet and I'm on my way home after spending two weeks in Europe. It's been an interesting trip - traveling to the Netherlands, Austria, Switzerland, Germany, and Russia.
Using Interfaces with PowerBuilder
Interfaces are one of the most important concepts that have found their way into modern software engineering in the past couple of years. Java, COM, CORBA, C# - all those languages/concepts support interfaces. PowerBuilder does not. This article shows you how to sneak the interface concept into PB by using some of its special features.
Implementing PowerBuilder-Based Web Services from PowerDynamo
PowerBuilder 9 will make the creation and consumption of Web services easier; however, we don't have to wait for its release to take advantage of these features.
Eight Reasons to Upgrade to PowerBuilder 8
If you're using PowerBuilder 6 or 7 for new development, you should really be using PB 8. It's the fastest way to build a new client/server application or move PowerBuilder business logic to a distributed n-tier environment.
Incorporating Popup and Lookup Windows into JSP HTML DataWindows
When moving applications to the Web, one of the challenges facing developers is how to migrate rich client features to a browser environment. Two features that can give your Web applications a boost in both appearance and functionality are popup calendars and lookup (search) windows.
Web DataWindow Containers and Service Classes
New to PowerBuilder 8.0 is the ability to deploy your DataWindows to a Web server as self-contained components. These new components are called Web DataWindow Containers. These containers will convert your collection of DataWindows into HTML with the aid of your Component Transaction Monitor (EAServer or an equivalent server).
Introduction to the Bulk Copy Program
If asked to name tasks that get in the way of the creativity and enjoyment of application development, developers of any language would produce a similar shortlist. Testing, documentation, source control management, and tracking project time are but a few. PowerBuilder developers have their own tribulations.
A Snippet Here, a Snippet There
Once upon a time there was a source code editor called 'Brief.' Okay, so it was DOS-based and had an ugly interface. However, it had one feature I truly loved, a 'code snippet' manager. You could have your favorite block of code inserted into your source with a few keystrokes. Eventually, I stopped writing Clipper code and started using PowerBuilder, which didn't have this built-in feature...until now.
Communicating with EJBs from PowerBuilder Using COM/DCOM
It would be better to live in a world of best-case scenarios, where all parts of the enterprise puzzle are provided by the same vendor. But that's the exception rather than the rule. It's often the case in the modern enterprise that companies will standardize on technologies from a wide variety of vendors and platforms. As programmers we often don't get as much input into those decisions as we want. We end up having to develop in a tool provided by one vendor, with access code running in an application server provided by another, using a communication protocol developed by yet a third.
PowerBuilder News
Novalys announced the release of Visual Expert for PowerBuilder. Visual Expert helps developers work on any PowerBuilder application, even ones they're not familiar with. After it has analyzed the application, Visual Expert provides graphic views, inheritance diagrams, impact analyses, and technical documentation. www.novalys.net/info/visu alexpert.htm
Silent...but Effective
As of Sybase's EAServer 4.0, OEM developers and IT organizations can take advantage of two new installation features that allow them to create and deploy applications with an embedded installation of EAServer. EAServer 4.0 includes features that improve the ability of OEM vendors and IT departments to create and deploy applications that include EAServer. Through EAServer version 3.6.1, end users needed to install EAServer separately from the application using the standard dialog-driven setup routine. Developers deployed their components and applications using Jaguar Manager to install JAR, Jaguar JAR, WAR, and EAR files.
PowerBuilder News
Sybase announced the general availability of EAServer 4.0. EAS 4.0 provides support for J2EE 1.3, EJB 2.0, updated connectors, an exposed JMS API, Web server plug-ins, unified install, and added JDMK API. It also now handles JSP and servlet requests directly from the user's Web server. Finally, EAServer 4.0 now supports the Linux platform and continues to support Microsoft Windows, Solaris, HP-UX, and IBM-AIX.
Thoughts for Migrating to PowerBuilder 8
PowerBuilder has been around for 10 years, and has grown exponentially in that time. Now, in 2001, PowerBuilder has matured to a new level - version 8 There were a lot of 'firsts' with PowerBuilder, and now it has become the unquestioned development productivity tool for the enterprise.
PowerBuilder 8/4GL Web
My last article (PBDJ, Vol. 8, issue 6), which introduced PowerBuilder 8 and Web targets, demonstrated how to create Web pages from within the PB development environment. This article reviews the 4GL Web server-side event model and discusses how it helps reduce development time and effort. Using this event model allows developers to concentrate on business logic and interface design rather than the low-level details of accessing EAServer components.
PowerBuilder News
Sybase announced that it has completed its acquisition of New Era of Networks, Inc., an e-business enabler based in Englewood, Colorado. New Era of Networks stockholders approved the conversion of the company's remaining outstanding shares of common stock into the right to receive 0.3878 shares of Sybase common stock per share. Sybase had earlier acquired approximately 80% of the stock pursuant to an exchange offer that concluded April 26, 2001. New Era of Networks, now a wholly-owned subsidiary of Sybase, will be operated as part of the Sybase e-business division with Rick Adam as its president.
PowerBuilder 8 Web Targets
I realize that many people are talking about nothing but Java, and yes, I'm writing Java components myself; however, PowerBuilder still lives on. There are many existing PowerBuilder client/server applications in production that need to be maintained and many that need to be moved to the Web. PowerBuilder 8 has some nice development features that make it an environment for PowerBuilder applications as well as Web applications. This article discusses the new user interface and concentrates on Web targets.
PowerBuilder News
PowerBuilder 8 6/12 Sybase announced the general availability of PowerBuilder 8 in conjunction with the celebration of the tenth anniversary of PowerBuild er(http://my.sybase.com/d etail/1,3693,1012932,00.h tml). The features in the new version are discussed in a number of articles in this same issue of PBDJ.
A Drag-Drop Row Indicator For DataWindows
Have you ever needed a DataWindow with drag-drop capabilities to reorder the rows? If so, you probably soon realized there was no easy way to indicate to the user where the row would be dropped. This article describes an effective solution for providing a target row indicator for drag-drop functionality in DataWindows.

Pages: 1 2 3 4 5 6 7 8 9 10 Next »
SUBSCRIBE TO OUR RSS FEEDS & GET YOUR SYS-CON NEWS LIVE!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021

PBDJ LATEST STORIES . . .
3rd International Virtualization Conference & Expo: Themes & Topics
From Application Virtualization to Xen, a round-up of the virtualization themes & topics being discussed in NYC June 23-24, 2008 by the world-class speaker faculty at the 3rd International Virtualization Conference & Expo being held by SYS-CON Events in The Roosevelt Hotel, in midtown
BluePhoenix Expands Modernization Collaboration with Microsoft
BluePhoenix announced that it has expanded its collaboration with Microsoft on legacy modernization projects. The collaboration provides customers moving their applications or databases to .NET-based environments the best in both modernization services and technical support. BluePhoeni
Sybase PowerBuilder Delivers AJAX and .NET Enhancements Enabling Rich Internet Application Development
Sybase announced that AJAX development capabilities and further Microsoft .NET enhancements have been added to the latest version of Sybase PowerBuilder 11, the premier 4GL rapid application development (RAD) tool. PowerBuilder 11.2 represents another milestone in the PowerBuilder road
PowerBuilder 11.2 Released: Sybase's Flagship IDE
Sybase has released the production version of its flagship .NET development tool - PowerBuilder version 11.2. This latest release of its premier IDE for RAD includes not only standard fixes but also a good list of new features. Here is the 'Coles Notes' version of these new features.
PowerBuilder Takes You To .NET
In June of 2007, Sybase released PowerBuilder 11. PowerBuilder developers can now deploy PowerBuilder components as .NET Assemblies or as .NET Web Services. A PowerBuilder developer can now create these .NET resources so that those who develop .NET solutions can benefit from PowerBuild
Using Web Services in a PocketBuilder Application
A shortcoming of PocketBuilder 1.x and 2.x has always been the difficulty in accessing Web Services. This shortcoming had always irritated us, but the limitations of the PocketPC and the size of the traditional PowerBuilder approach prevented us from providing an adequate traditional s
FEATURED WHITE PAPERS
SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS
SYS-CON FEATURED WHITEPAPERS

ADS BY GOOGLE
3rd International Virtualization Conference & Expo: Themes & Topics
From Application Virtualization to Xen, a round-up of the virtualization themes & topics being discu
BluePhoenix Expands Modernization Collaboration with Microsoft
BluePhoenix announced that it has expanded its collaboration with Microsoft on legacy modernization
Sybase PowerBuilder Delivers AJAX and .NET Enhancements Enabling Rich Internet Application Development
Sybase announced that AJAX development capabilities and further Microsoft .NET enhancements have bee
PowerBuilder 11.2 Released: Sybase's Flagship IDE
Sybase has released the production version of its flagship .NET development tool - PowerBuilder vers
PowerBuilder Takes You To .NET
In June of 2007, Sybase released PowerBuilder 11. PowerBuilder developers can now deploy PowerBuilde
Using Web Services in a PocketBuilder Application
A shortcoming of PocketBuilder 1.x and 2.x has always been the difficulty in accessing Web Services.
PowerBuilder History - When Did Sybase Develop PB and How Did It Evolve?
I have been asked many times by various clients, students, and the IT curious about PowerBuilder: Wh
Engelbart's Usability Dilemma: Efficiency vs Ease-of-Use
The mouse was the original idea of Doug Engelbart who was the head of the Augmentation Research Cent
Web 2.0 Is Fundamentally About Empowering People
'Unlocking content to be remixed into new business value' is the driver of Web 2.0 in the enterprise
Why Do 'Cool Kids' Choose Ruby or PHP to Build Websites Instead of Java?
Here is a question that I have been pondering on and off for quite a while: Why do 'cool kids' choos
Sybase Releases Secure Email at AJAXWorld's "iPhone Developer Summit" in New York City
Sybase iAnywhere announced availability of support for Apple iPhone during the first international i
The PowerBuilder Blogosphere
A sign of a vibrant developer community is the active blogosphere that surrounds a technology. Here'
.NET Features Analyzer
The release-defining feature of PowerBuilder 11 is its ability to deploy existing applications as .N
iPhone Developer Summit
This session will provide attendees with an overview of the iPhone SDK, including discussion of the
Enable Runtime Explorer with Automatic Source Change
Application development and maintenance require frequent iterations between design time and runtime.
A New Year and a New Direction
I received an e-mail from a loyal reader recently complaining that the magazine was no longer 'prima
The Grand Convergence: Web + RIA + Widgets + Client/Server
For the past ten years application developers have been stuck with only two desktop client choices.
The PowerBuilder Blogosphere
A sign of a vibrant developer community is the active blogosphere that surrounds a technology. Here'
Embracing Eclipse: An Interview with Kevin Gomes
The Monterey Bay Aquarium Research Institute (MBARI) was founded in 1987 by David Packard. It's loca
PDF or XPS: Choose the Right Document Format for Your Applications
With the release of Windows Vista, Microsoft is introducing a new document format named 'XML Paper S
PBDJ PRODUCT REVIEWS
PBDJ Product Review: AllFusion Harvest Change Manager
I began my career at RCA Aerospace and Defense in 1983 and worked at MITRE Corp., BAE Systems, and the State of NH. I worked in the defense field performing software
Open Web Developer Summit to Take Place April 21-22, 2008 in New York City
In keeping with the longstanding SYS-CON tradition of being at the very forefront of software development with all its online and offline resources, SYS-CON Media &
PowerBuilder Product Review — Who Needs to Do Impact Analyses?
Last week, our development team was supposed to launch a new version of our application. As usual, right before finishing the application we discover that one or two
BREAKING POWERBUILDER / SYBASE NEWS
MonoSphere(R) Announces Storage Horizon(R) 3.7
MonoSphere Inc. (http://w ww.monosphere.com), the creator of award-winning storage capac