| Brad Wery |
Upcoming webinars on PowerBuilderTV
Aug 3
The PowerBuilder Channel
Upcoming webinars on PowerBuilderTV
We're taking a quick break
at the beginning of August for TechWave, but we'll be back the week
after!
We have two great webinars this month, featuring Dave Fish
and Chris Pollach.
We look forward to seeing you online.
Tuesday
August 17th
...
|
PowerFilter - Advanced Datawindow Filtering
Aug 3
A new UI component, called PowerFilter, is now available from PowerToTheBuilder.com.
PowerFilter is a
powerful, easy-to-implement datawindow filtering component that
provides
users
functionality similar to what is found in Excel 2007. Add one control
to your window
and 3 lines of
Powerscript to implement.
Features Include:
Dropdown
checklist with unique values for each column. Check as many items as
desired in as many columns as desired to define the filte...
|
Upcoming webinars on PowerBuilderTV
Jun 29
The PowerBuilder Channel
Upcoming webinars on PowerBuilderTV
Summer's here, and it's
getting hot outside!
Take some time in the shade to join us for our July
webinars.
We look forward to seeing you online.
Wednesday
July 7th
at 10:00am EST (New York) / 16:00 CET (Paris)
H...
|
PB UI Controls Version 2.6.3 Now Available
Jan 19
Version 2.6.3 of the UI controls are now available for download. This release focuses on performance improvements and bug fixes.
You should now experience no flickering in the tab control and powerdock control. The buttonlistbar was enhanced a bit to make it perform a little quicker whan no image is specified for a button. The toolbar control had a bug that caused it to crash when resizing if there are items on both the left and right side.
Please let us know if you see any other iss...
|
Free UI Control Offer
Jan 4
Until Jan 30, 2010, Werysoft is offering the PB UI controls free to anyone who purchases a copy of QweryBuilder.
QweryBuilder is a database development and SQL query tool. Its purpose
is to make accessing information from a database simple, quick,
accurate and efficient. QweryBuilder implements innovative ideas to
make this possible. An end user can extract and update data without
writing a line of SQL. Database developers can create ad-hoc queries,
procedures, tables, views and trig...
|
| Breck Carter |
Foxhound is now Generally Available
Aug 4
Foxhound is now GA: www.risingroad.com/foxhoundWhat is Foxhound? - Foxhound is a database monitor and a schema troubleshooter for SQL Anywhere.What's new in Foxhound GA 1.3738? Download Foxhound GA - requires a registration key to activateGet a Foxhound Registration KeyFoxhound FAQ
|
A SQL Anywhere Web Service for Displaying Images
Jul 31
Most SQL Anywhere web services are devoted to returning HTML, XML and other text to the client, but they work just fine for binary data too... like images.Code first, explanation later...Here's a web service that returns an image to the browser; all it has to do is set the "Content-Type" and return the image as a single-row single-column result set:CREATE SERVICE rroad_display_image TYPE 'RAW' AUTHORIZATION OFF USER DBA_image AS CALL rroad_display_image ( :f );CREATE PROCEDURE rroad_display_...
|
The LAST Foxhound Beta build
Jul 19
The LAST beta build of Foxhound is now available...What is Foxhound? - Foxhound is a database monitor and a schema troubleshooter for SQL Anywhere.What's new in Foxhound Beta build 3736?Download Foxhound Beta build 3736 - expires August 15 2010Foxhound FAQWhat's next? GA, coming soon... before Techwave (yes, the Beta expiry date will overlap with GA availability, to give folks some flexibility in their schedules).
|
SQL Anywhere 12 is now available!
Jul 9
Download the Developer Edition here.
|
10 Cool New Features In SQL Anywhere 12
Jul 3
The original title was "Top 10 Cool New Features In SQL Anywhere 12" but the "Top" got dropped betwixt submission and publication.Here's where you can read it: http://www.sybase.com/detail?id=1080609
|
| Dave Fish |
PowerBuilder 12 CTP Hands On Guided Tours
May 28
PowerBuilder 12 CTP Hands On Events in JuneSybase in conjunction with ISUG will be holding a series of hands on Guided Tours of the new PowerBuilder .NET Community Technology Preview release during the month of June. For more information and to register please visit:www.isug.com/common/UpcomingEvents.htmlEvents will be held in:Boston,New York,Minneapolis,Houston,DenverThe public CTP is scheduled to begin in early June. Download information will be made available here as soon as the program begin...
|
PowerBuilder Accelerated Development Tour
Jan 21
PowerBuilder Accelerated Development TourWe’re packing up the PowerBuilder team and hitting the road to bring the latest in PowerBuilder news, code, and goodies to you. PowerBuilder 11.5 just came out and we want to share how the new features and capabilities will help accelerate your development, bring aesthetic enhancements to your PowerBuilder applications, and simplify .NET development. We are also working fast and furiously on delivering PowerBuilder 12, which blend the Visual Studio Isolat...
|
PowerBuilder 11.5 and strong-named .NET Assemblies
May 13
Another new feature in PowerBuilder 11.5 is the ability to generate strong-named assemblies for any of the four .NET targets (Web Forms, Windows Forms, .NET Web Services or .NET Assemblies). What does this mean?Well the Help file says this:A strong name consists of an assembly's identity—its simple text name, version number, and culture information (when provided)—plus a public key and digital signature. It is generated from an assembly file using the corresponding private key. The assembly file...
|
More on Graphs in PowerBuilder 11.5
May 10
Last week I posted a screen shot of the new 3D Rendering capabilities being added to some of the 3D graphs in PowerBuilder 11.5. It was met with mixed reviews on the PowerBuilder Futures newsgroup (forums.sybase.com) so I went back to the drawing board to see what I could come up with. Apparently there are quite a few configuration settings one can set programmatically to render better looking graphs. For example, the primary color scheme default can be changed by making a couple of function cal...
|
DataWindow Tooltips in 11.5
May 6
Today's sneak preview is on the DataWindow Tooltip enhancement in 11.5. This screenshot shows a tooltip on the first_name column:This shows a tooltip with the title property populated as well as an icon property selected. It also shows the bubble format. Below you can see the list of properties that will be available for tooltips:It is important to point out that you can place a tooltip on any control on the DataWindow. Drawing objects, buttons, nested reports, computed fields, labels, they all ...
|
| Jay Stevens |
25 Ways to Customize Sybase PowerDesigner – Miscellaneous
Mar 13
Normal 0 MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman";} This is a list of PowerDesigner customizations that apply to all mod...
|
30 Ways to Customize Sybase PowerDesigner – Data Modeling
Feb 24
30 Ways to Customize Sybase PowerDesigner – Data Modeling Here is a beginning list of ways to customize Conceptual, Logical or Physical data model behavior within PowerDesigner. Please comment on your thoughts, additional ideas or corrections. 1. Alter datatype mapping when generating from CDM to LDM or PDM. 2. Customize generated DDL to include standard SQL header / comment block. 3. Customize generated triggers. 4. Customize default stored procedure templates. 5....
|
Ways to customize Sybase PowerDesigner – Introduction
Dec 13
Normal 0 MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman";} As a PowerDesigner consultant, I have many opportunities t...
|
PowerDesigner 15 First Impressions
Sep 18
The PowerDesigner 15 beta just ended last week. This means we are getting close to the release of PD 15. I still have good friends in the PowerDesigner marketing, sales, engineering and support organizations so I have an unfair advantage when it comes to finding out what is coming next in the PowerDesigner product. Most of you, I realize, do not have these kinds of contacts. Even with these contacts I have found that the best way to get a head-start on new PowerDesigner versions is to get on ...
|
Techwave 2008 Impressions
Aug 21
I was very pleased with Techwave 2008. I had an unfair advantage since due to my TeamSybase status it did not cost me anything to attend. My objectives for the week were, in no particular order:Reconnect with PowerDesigner Product Management, Engineering and SupportEducation, see if I could learn any new tricksNetwork, get acquainted with potential customers and or Sybase people that might need my services for their customersReceptions
|
| Paul Horan |
Blog has moved…
Apr 19
Try blogs.sybase.com/phoran for all PowerBuilder-related content. Thanks! -Paul-
|
2009 Napa Valley Marathon!
Mar 4
The Napa Valley Marathon was run on Sunday, March 1st, 2009. 26.2 miles of the most gorgeous countryside in the world. It’s my favorite race because A) it runs the length of the Silverado Trail from Calistoga to Napa, and B) the male and female winners of the race (neither of which was me) win their [...]
|
Techwave Goes Global
Feb 24
The annual Sybase International User Conference known affectionately as “Techwave” is no more, at least as we know it…. The new plan is to hold several regional events around the world, so instead of a single 5-day conference somewhere in the US, there will be 5 shorter events held at international locations. Some questions [...]
|
There’s a new Sheriff in town…
Feb 19
…and its name is SySAM. Sybase Software Asset Management 2.0, to be more precise. This is the new software licensing mechanism, based on FlexNET, that now governs a good portion of the Sybase product catalog. It has been in use with ASE and PowerDesigner for some time, and will eventually cover IQ and SUP [...]
|
Calling .NET Web Services from PB11.5
Jan 19
On the eve of this historic event – the Inauguration of Barack Obama as our 44th President – I thought it only fitting to provide a post that combined PowerBuilder with Politics… The web service in question serves up a random quote from our incomparable, (and soon to be unemployed) 43rd President, George W. Bush. [...]
|