Search the web
Sign In
New User? Sign Up
PowerObject · PowerBuilder / PFC Developers' Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 13 - 84 of 24919   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13
/* PACKAGE: Checks */ PACKAGE Checks IS /* Convert number to words */ FUNCTION Num2Words( nNumber IN number ) RETURN varChar2 ; /* Since a package, must assert...
powerobject
Offline Send Email
Jul 2, 2002
4:21 am
14
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@...
Send Email
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...
powerobject
Offline Send Email
Jul 3, 2002
6:50 pm
19
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...
powerobject
Offline Send Email
Jul 3, 2002
7:25 pm
20
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@...
Send Email
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@...
Send Email
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...
powerobject
Offline Send Email
Jul 5, 2002
4:34 pm
53
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...
Send Email
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...
bebekis
Offline Send Email
Jul 9, 2002
8:06 am
63
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...
powerobject
Offline Send Email
Jul 9, 2002
8:18 am
64
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...
powerobject
Offline Send Email
Jul 9, 2002
9:05 am
65
... THANKS!!!!!!!!!!!!...
ewpalma
Offline Send Email
Jul 9, 2002
2:54 pm
66
Hi, A nice source for documentation online: http://www.clipx.net/norton.php -- PowerObject!...
powerobject
Offline Send Email
Jul 9, 2002
3:27 pm
67
This is all X-base stuff. Thank You, Chris Daugherty London Bridge Group Mortgage Products (FORTRACS) - Orlando, Florida 615 Crescent Executive Court, Suite...
Chris Daugherty
cmdaugherty
Offline Send Email
Jul 9, 2002
3:30 pm
68
... Sendme an email to epalma@... and i return to you a utility application that maybe is not the solution but could give you some ideas. ...
ewpalma
Offline Send Email
Jul 9, 2002
4:40 pm
69
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...
powerobject
Offline Send Email
Jul 9, 2002
10:12 pm
70
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...
screenmates1
Offline Send Email
Jul 10, 2002
10:32 pm
71
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...
powerobject
Offline Send Email
Jul 10, 2002
10:41 pm
72
it worked!! thanks! ... sle...
screenmates1
Offline Send Email
Jul 11, 2002
1:49 am
74
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...
Manuel Ruiz Alvarez
manuel_mra
Offline Send Email
Jul 11, 2002
10:41 pm
75
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...
Trevor Holyoak
tholyoak
Offline Send Email
Jul 11, 2002
11:25 pm
76
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...
EPALMA
ewpalma
Offline Send Email
Jul 12, 2002
12:24 am
77
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...
leslie08850
Offline Send Email
Jul 12, 2002
5:32 am
78
You may add the argument parameter with : eg: ...WHERE customer_code = :cust_parm OR :cust_parm = ' ' It might help you, ... From: "leslie08850"...
Simpson
simsonya
Offline Send Email
Jul 12, 2002
6:07 am
79
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...
Eric T. Brubakken
eric_t_bruba...
Offline Send Email
Jul 12, 2002
6:18 am
80
Hi, To my knowledge, there are only 4 ways to offer optional Retrieval- Arguments in a dw to the user: APPROACH # 1: Elegant-n-Intuitive. Design a...
powerobject
Offline Send Email
Jul 12, 2002
7:48 am
81
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...
Addison Lu
rokokuchin
Offline Send Email
Jul 12, 2002
11:57 am
82
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)....
Norberto G. F.
norbertogf
Offline Send Email
Jul 12, 2002
12:07 pm
83
Sounds like you are leaving orphan records. Update from the last level first and work backwards. (Embedded Thank You,...
Chris Daugherty
cmdaugherty
Offline Send Email
Jul 12, 2002
12:32 pm
84
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...
vkv_prasad
Offline Send Email
Jul 12, 2002
12:59 pm
Messages 13 - 84 of 24919   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help