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 your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 3902 - 3931 of 24955   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3902
A company I was working for 10 years ago used mostly DDE with PowerBuilder and it was a great solution. A PowerBuilder DDE (dynamic data exchange) client...
Adams, Steve
sa07071955
Offline Send Email
Jul 1, 2003
6:33 pm
3903
Hello, Since I'm new here let me introduce myself: My name is Itai, I'm a programmer for more then 13 years, mostly in the C++ area but I tried almost...
itaipreis
Offline Send Email
Jul 1, 2003
6:52 pm
3904
PowerGraphs are just a set of .pbls. And its realy cheap - like $40.00 . It will save you weeks of development. If You don't have resources then you definetly...
Adams, Steve
sa07071955
Offline Send Email
Jul 1, 2003
8:15 pm
3905
Just Resort using the original sort criteria. And disable the sort button. Steve ... From: Amanullah [mailto:amanullah@...] Sent: Monday, June...
Adams, Steve
sa07071955
Offline Send Email
Jul 1, 2003
8:22 pm
3906
Balu, The last I heard hackers writing programs to decompile compiled applications was upto Visual Basic 3 that was supposed to be decompiled manually (not...
Shekar C. Reddy
powerobject
Offline Send Email
Jul 1, 2003
10:33 pm
3907
hi everyone, I don't like connect to ODBC for sybase..., Can it ? any ideal ? thank you. best regards, alim Yahoo! Biztools - Promote your business from just...
alim lim
alfen_info
Offline Send Email
Jul 2, 2003
3:06 am
3908
let me repharase your question. you dont want to connect to sybase using ODBC?, any idea? if you dont want to use ODBC, you can try to use the native driver of...
Rick Abainza
rick_abainza
Offline Send Email
Jul 2, 2003
3:11 am
3909
how to connect with use Native driver of Sybase ? thank you. alim Rick Abainza <ricardo.abainza@...> wrote: let me repharase your question. you dont...
alim lim
alfen_info
Offline Send Email
Jul 2, 2003
4:38 am
3910
Is it possible in PB to return a keycode value when I press a function key (F1 - F12) For example: if I press char "A" then in window event key will return 65....
Simson
simsonya
Offline Send Email
Jul 2, 2003
4:49 am
3911
Hi Cris, We already have an application which runs for Arabic language perfectly. The problem which u r facing is very simple/common in multi- language. You...
ajazmhaskar
Offline Send Email
Jul 2, 2003
4:58 am
3912
Dear all, Our company has planned to go for internet technolgies. Could any one suggest the best books for the internet programming using PB (at present we are...
Sathish Kumar
mano_sathish
Offline Send Email
Jul 2, 2003
5:42 am
3913
The most important key in PB is : F1. Had you pressed this key (F1), you would have noticed that key event takes two arguments. You would have written...
Olivier Citeau
ociteau
Offline Send Email
Jul 2, 2003
6:11 am
3914
Hi to all We are planning to migrate from windows to linux or unix. Does PB run on a linux or unix platform? Or does my application made in PB window based OS...
Jun C. Santos
jhunsantos26
Online Now Send Email
Jul 2, 2003
6:18 am
3915
Something like that: // Profile SQLCA.DBMS = "SYC Adaptive Server Enterprise" SQLCA.Database = "mutudev" SQLCA.ServerName = "MUTUDEV" SQLCA.LogId = "***" ...
Olivier Citeau
ociteau
Offline Send Email
Jul 2, 2003
6:19 am
3916
You can migrate your DBMS to UNIX or Linux with no problem. But PB as a client-server tool works only on Windows OS. PB 6.5 used to work on UNIX platforms, but...
Olivier Citeau
ociteau
Offline Send Email
Jul 2, 2003
6:26 am
3917
Thanks olivier for the prompt reply ... Is it possible that I run a PB application on window based OS and connect this to Linux or a unix DB.. If possible what...
Jun C. Santos
jhunsantos26
Online Now Send Email
Jul 2, 2003
6:32 am
3918
we have a PB application running on Windows that connects to MS 2000 Server DB and Unix Server DB w/ out any problem, Cheers, ...
Rick Abainza
rick_abainza
Offline Send Email
Jul 2, 2003
6:46 am
3919
Thanks Rick, I think that is all I need to know for now... ... From: Rick Abainza [mailto:ricardo.abainza@...] Sent: Wednesday, July 02, 2003 2:48 PM...
Jun C. Santos
jhunsantos26
Online Now Send Email
Jul 2, 2003
6:47 am
3920
Olivier/Anybody, What is the benefit of connecting through the native driver vs. ODBC ? We use MS SQL 2000 and PB 8 but connect through ODBC - To date, I never...
Zak Taemur
taemurz
Offline Send Email
Jul 2, 2003
6:52 am
3921
i suggest you use the OLE DB instead of ODBC if you are using PB 8 and MS 2000, OLE DB has a lot of advantage especially in performance and to get advantage of...
Rick Abainza
rick_abainza
Offline Send Email
Jul 2, 2003
6:55 am
3922
Rick I only have the luxury of the following installed database interfaces: - MSS Microsoft SQL Server - ODB ODBC Is the OLE DB driver a standard one that...
Zak Taemur
taemurz
Offline Send Email
Jul 2, 2003
7:01 am
3923
it comes with PB 8 enterprise. Cheers, =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Rick Abainza Information Analyst 17 Changi South St.2 Singapore (+65)...
Rick Abainza
rick_abainza
Offline Send Email
Jul 2, 2003
7:13 am
3924
Yes, you can. I connect to Sybase ASE 12.0 runing on Solaris OS. As of which DBMS is "the best" this is a huge question. I have no answer, beacause there is no...
Olivier Citeau
ociteau
Offline Send Email
Jul 2, 2003
8:12 am
3925
Hello Everybody, Which PowerBuilder version do we need to install to get the Oracle 9.0.1 Database interface in the Database Profile screen. The current...
Mahadevappa, Sriharsha
msriharsha
Offline Send Email
Jul 2, 2003
8:13 am
3926
In my example I used Keydown(65), because the ASCII code for A is 65, Next I needed the Keydown(28) to return the value TRUE but it not works. FYI. The...
Simson
simsonya
Offline Send Email
Jul 2, 2003
9:22 am
3927
Include an "order" computed column in your SQL (in Oracle that would be SELECT ROWNUM,...) To reset your sort order just sort by the order column. ... From:...
Orna Peretz
orna_peretz
Offline Send Email
Jul 2, 2003
9:56 am
3928
I think we have to do custom install and select OLE db drivers. Thank you, Karunakar ... From: Rick Abainza [mailto:ricardo.abainza@...] Sent:...
Karunakar
papala007
Offline Send Email
Jul 2, 2003
1:41 pm
3929
can we do like this: 1. when selecting initially have some thing like order by column1, coloumn2 2. ls_select = initialize this with sort on "column1 A,...
Karunakar
papala007
Offline Send Email
Jul 2, 2003
1:59 pm
3930
Orna, This is the BEST solution that rang the "bells" in our brains!! Thank you very much for refreshing our memory... ... PowerObject! ... ...
Shekar C. Reddy
powerobject
Offline Send Email
Jul 2, 2003
2:08 pm
3931
couldn't we store the sort string in a variable this ? ls_backup_sort = dw1.object.datawindow.table.sort And then later use this variable to sort again...
Unnikrishnan Vasudevan
uniks75
Offline Send Email
Jul 2, 2003
2:14 pm
Messages 3902 - 3931 of 24955   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