/* PACKAGE: Checks */ PACKAGE Checks IS /* Convert number to words */ FUNCTION Num2Words( nNumber IN number ) RETURN varChar2 ; /* Since a package, must assert...
hi shekar, where do i get this Object-Searcher tool, i am working on PB 8 and i dont find that in advance tools of PB. ... From: "powerobject"...
Dinesh Omkar
dineshomkar@...
Jul 2, 2002 4:32 am
16
Hi, Unfortunately, it seems like Sybase discontinued their support for their awesome Advanced Developer Toolkit from their version 7 and up as I don't find it...
Hi, Like to have a standard/consistent commenting in your PowerScripts? We all know it is difficult to have it in place. However, there is a tool that works...
hi, Is this tool available for PB8, Because i am working on PB8 and we need it badly, Dinesh ... From: "powerobject" <powerobject@...> Reply-To:...
Dinesh Omkar
dineshomkar@...
Jul 4, 2002 4:36 am
21
Hi I got a nice tool which comment the PB script which supports PB 5/6/7 You can download from http://yawor.com/ Dinesh ... From: PowerObject@yahoogroups.com ...
Dinesh Omkar
dineshomkar@...
Jul 5, 2002 12:33 pm
22
Try: http://puterwerks.hypermart.net -- PowerObject ... need it ... extract ... and "point" ... http://docs.yahoo.com/info/terms/ ... http://mobile.msn.com...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the PowerObject group. File :...
PowerObject@yahoogrou...
Jul 9, 2002 7:55 am
62
Hi I just joined the group and I wonder why the group description says that we (developers) are here "to save PowerBuilder from dying". Are there any rumors...
Hi, Don't miss to visit the other sections of this group such as - Files, Bookmarks, Database, Polls, Calendar, ... We're trying to design these sections to...
Hi, We apologize if we hurt anyone's feelings for the future of PowerBuilder. We've simplified the Slogan under the Group Title. Sybase is doing a "very" nice...
This is all X-base stuff. Thank You, Chris Daugherty London Bridge Group Mortgage Products (FORTRACS) - Orlando, Florida 615 Crescent Executive Court, Suite...
Hi, There are many ways to view a PSR report: 1. By InfoMaker or PowerBuilder 2. By a 3rd party tool. I have uploaded a free PSR-viewer into the Files->Tools...
i have a dw with a checkbox and sle controls inside it. when the checkbox is unchecked, i am able to clear the contents of the sle and disable it but when it...
Hi, Since you already have dynamic-expressions inside the dw to enable/disable the sle, use this code in the ItemChanged! event to set focus (SetColumn()) to...
Dear friends : I'd be very happy if you can help me to solve this type of problem : I work with Power Builder with SQL Server. Well, I've builded the Database...
As I recall, SQL Server doesn't support "cascade". There may be something built-in to the dw object to help with it (I haven't used PB with SQL Server), but...
Saludos desde Costa Rica Don Manuel: Por lo que conozco de SQL Server creo que la base no lo soporta el borrado en cascada, sin embargo se me ocurre: 1. Crear...
Dear All, How do i offer the user with optional arguments in a datawindow? I want to offer them retrieval arguments with the ability to skip them if they dont...
One option would be when you code the select statement for the data window - do not define a where clause. Then code your retrieve to ask the user if they...
The best solution is NOT to specific any hard coded argument. Instead, you provide a simple QBE window with any arugement you would like to give. Then use your...
Hi all... I'm new on the group, and don't talk english well... So... I need to retrieve a datawindow, showing a blob picture (from a costumer, by example)....
hi, The same could be done picutre in the datawindow object. The property display as picure should be on for this object pl try it out ... costumer, by...