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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 164 - 193 of 24917   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
164
Hi Suneel, As far as I remember, PB 5 has an option to make both 16 bit and 32 bit executables. Try testing you code after making it a 32 bit executable. If...
vikas dixit
vikas_dixit
Offline Send Email
Aug 1, 2002
9:41 am
165
Hi all, We are having our own ERP package which is running on SQL Server. We want to migrate to Oracle 8i, because our client wants to use oracle as database....
Buhari S.I.
si_buh
Offline Send Email
Aug 1, 2002
11:55 am
166
Migration to sql server to oracle crete lot of problem especially no of datawindow required to change .......... With Regards, Salil P. Kolhatkar. Times ,...
Salil_Kolhatkar
salilkol
Offline Send Email
Aug 1, 2002
1:21 pm
167
Hi, Can anyone suggest software, books, etc. that would be useful for preparing for the PB certification test. I have been using PB since version 3, but have...
Merritt, Bruce
bpm9648
Offline Send Email
Aug 1, 2002
11:08 pm
168
As of version 5, as I recall, the test went off of the Student Guides from their classes (which were very expensive - fortunately I worked for a big...
Trevor Holyoak
tholyoak
Offline Send Email
Aug 1, 2002
11:18 pm
169
There is a good test to take online through www.brainbench.com they have PB 6 and 7 tests that are $49.95 ea. They will certify you but that's not a the true...
Kelley Daniel
dskelley123
Offline Send Email
Aug 2, 2002
12:14 am
170
Hi, Certifications from Sybase/Powersoft may cost you a lot of $$! We see BrainBench.com certifications (they are not easy :~) being highly regarded by...
powerobject
Offline Send Email
Aug 2, 2002
12:32 am
171
Hey guys...I am a beginner Powerbuilder developer. I needed to know how to convert a julian date to mm-dd-yyyy from a table and display it in a GUI. The user...
peglin5
peglin5@...
Send Email
Aug 2, 2002
2:33 pm
172
Look in the PFC (PowerBuilder Foundation Class) for this function on the n_cst_datetime object. HTH P. of_Gregorian Description Converts a Julian date to a...
pboud@...
philippe_bou...
Offline Send Email
Aug 2, 2002
4:12 pm
173
thanks for your help. I wanted to know what is the easiest way to create a report using Powerbuilder 8. I want to be able to pick/enter the date to view data...
peglin5
Offline Send Email
Aug 2, 2002
4:35 pm
174
Lot of open questions there.... -Is this a pre-existing application? -If so, is it PFC Based? -If not PFC based do you have access to PFC? (depends on ...
pboud@...
philippe_bou...
Offline Send Email
Aug 2, 2002
6:32 pm
175
Whoa...... :-) To start answering your questions: - it isn't a pre-existing application. I have to create it from. - I don't know what you mean by it being PFC...
peglin5
Offline Send Email
Aug 2, 2002
7:26 pm
176
You should use the RichText control if you need fancy font work (colors, typefaces, etc.)....
rawheiser
Offline Send Email
Aug 2, 2002
9:00 pm
177
K.... -PFC Based.. When you create an application, you have the choice of creating it from scratch or using the PFC as a foundation. if you use the PFC, it...
pboud@...
Send Email
Aug 2, 2002
9:02 pm
178
I have both the Sybase and BrainBench certifications. I used the BrainBench one as a study aid for the sybase test. The cost of the actual sybase test was not...
rawheiser
Offline Send Email
Aug 2, 2002
9:21 pm
179
There are some PFC objects that aren't intertwined with the PFC. Fortunately for you, the n_cst_datetime one is one of these. Copy over the n_cst_datetime and...
rawheiser
Offline Send Email
Aug 2, 2002
9:32 pm
180
I wasn't going to bring up 'PFC dissection' just yet as Peglin indicated he's a newbie... :D P....
Philippe Boudreau
pboudreau@...
Send Email
Aug 2, 2002
11:39 pm
181
Hi, Try the PB-Search (and have a look at their other tools and free- code): http://www.topwizprogramming.com You may also try the old Advanced Developer...
powerobject
Offline Send Email
Aug 4, 2002
7:46 am
182
I designed a small app for sending mails through Powerbuilder. I can see in the debugger the Laillogon and Mailsend work fine with a success return code but...
raviskaul
Offline Send Email
Aug 4, 2002
4:40 pm
183
Hi, As far as i know Sybase has the APU but not with the original PB CDs. We got it for PB 8 from our local Sybase representative. Eyal. ... ...
RR
ofeknet
Offline Send Email
Aug 5, 2002
12:36 pm
184
Hi Ravi. First of all you must see if your outgoing email is in the Output Box of you email client. Is it there ? David. Using PB 7.0.3 - Build 10135 ...
David Carlos Brunstein
david_brunstein
Offline Send Email
Aug 5, 2002
2:00 pm
185
Anyone, Is it the standard of the Microsoft common treeview controls to place a plus or minus box (what're those technically called anyway?) to the left of a...
teedoff
teedoff@...
Send Email
Aug 5, 2002
3:46 pm
186
Hi, Including the +/- signs is a visual cue to indicate if a node has children or not. The property of TreeView control that displays these signs is...
powerobject
Offline Send Email
Aug 5, 2002
4:04 pm
187
Hello. I am putting together a freeform datawindow and I am having trouble putting ampersands (&) into text fields. It keeps showing an underlin (_) in the...
Trevor Holyoak
tholyoak
Offline Send Email
Aug 5, 2002
4:23 pm
188
Thanks for the reply! For my treeview, HasButtons is enabled. The problem (opportunity) is that when a parent with no children displays, the button contains a...
teedoff
teedoff@...
Send Email
Aug 5, 2002
4:29 pm
189
You can see the same behavior in an Explorer window - directories that don't have any children will still show the plus next to them until you click on them....
Trevor Holyoak
tholyoak
Offline Send Email
Aug 5, 2002
4:32 pm
190
Thanks! I knew it had to be simple - that did exactly what I needed! - Trevor ... From: "Kelley Daniel" <Daniel.Kelley@...> To:...
Trevor Holyoak
tholyoak
Offline Send Email
Aug 5, 2002
4:35 pm
191
I have seen that behavior with explorer, but I'm unable to reproduce it today. The problem with my treeview is that the display of the boxes is inconsistent. ...
teedoff
teedoff@...
Send Email
Aug 5, 2002
5:36 pm
192
Thanks!!! My application works in my office but does not work on my home computer. I noticed that when I choose hotmail or yahoo client and compose a message...
raviskaul
Offline Send Email
Aug 6, 2002
1:18 pm
193
Better yet, download the source http://www.sybase.com/detail/1,6904,1017828,00.html. Sybase released it as open source. I've already started tweaking the...
Jason Vogel
jasonvogel
Offline Send Email
Aug 6, 2002
1:53 pm
Messages 164 - 193 of 24917   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