Hi Add your PB PFC help file into your PB help file, now you can view your PFC and standard help file in one file *Open "PBHLP80.CNT" and open it in notepad...
dinesh_omkar
dinesh_omkar@...
Jun 26, 2002 8:37 am
4
Hi Guys, Which is the best way to find out duplicate objects in our PBL list.... Regards, Dinesh ... From: "dinesh_omkar" <dinesh_omkar@...> Reply-To:...
Dinesh Omkar
dineshomkar@...
Jun 27, 2002 1:44 pm
5
Fortunately, there are many ways to find duplicate objects. Attach all the libraries you want to scan to the application-path and, then: 1. Do an search using...
Hi, Just so you know, when an object is needed to be executed, the PowerBuilder runtime engine searches all the libraries listed in the library-path in a...
How do i preview a psr report at runtime without installing Infomaker or Powerbuilder? My users need to view the saved psr reports from their application ...
Enter your vote today! A new poll has been created for the PowerObject group: The future of PowerBuilder/PFC... o Very Bright o Bright o OK o Not bad o...
PowerObject@yahoogrou...
Jul 1, 2002 12:49 am
12
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...
/* 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...