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...
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....
Migration to sql server to oracle crete lot of problem especially no of datawindow required to change .......... With Regards, Salil P. Kolhatkar. Times ,...
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...
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...
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...
Hi, Certifications from Sybase/Powersoft may cost you a lot of $$! We see BrainBench.com certifications (they are not easy :~) being highly regarded by...
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@...
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...
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...
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 ...
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...
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@...
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...
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...
I wasn't going to bring up 'PFC dissection' just yet as Peglin indicated he's a newbie... :D P....
Philippe Boudreau
pboudreau@...
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...
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...
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 ...
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@...
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...
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...
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@...
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....
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@...
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...
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...