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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 6817 - 6846 of 24955   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6817
Hi, I am working in a multi-language environment.Our programs is used with English, French , Greek, ... It works fine by using the Unicode. However, the window...
comperelaurent
Offline Send Email
Dec 1, 2003
8:31 am
6818
Yap.., Something Like that..., Do you know how to make dw like that? <bwoolley@...> wrote: Project management you say? You mean something like...
Irwan Mulia
irwanmulia
Online Now Send Email
Dec 1, 2003
8:39 am
6819
Hi All, This is bit lengthy mail sorry for that. I'm getting a strange problem with menu's. We have an application which we migrated recently from PB.7 to...
Unnikrishnan Vasudevan
uniks75
Offline Send Email
Dec 1, 2003
10:52 am
6820
Good morning everyone. I need to import a comma delimited file into a datawindow. I have PowerBuilder 7 and it only allows tab delimited imports. Is there...
Gilbert Sabourin
gilbertsabourin
Offline Send Email
Dec 1, 2003
11:27 am
6821
Hi all If you don't need to do it in runtime, try to open the txt with MS-Word or any other text editor and replace ',' qith the special character 'tab' But,...
david.moro.page@...
korisevich
Offline Send Email
Dec 1, 2003
11:31 am
6822
PB 7.0 Build 8046 Following is the declaration in VB Attribute VB_Name = "mLDB" Declare Function LDBUser_GetUsers Lib "MSLDBUSR.DLL" (lpszUserBuffer() As...
Dewang Bhansali
dewangb
Offline Send Email
Dec 1, 2003
11:41 am
6823
Thanks David I do need to do it at runtime. I was hoping there was an easier way, given that PB allows a "save as csv". Strange that PB does not allow to read...
Gilbert Sabourin
gilbertsabourin
Offline Send Email
Dec 1, 2003
11:53 am
6824
It should be this: FUNCTION Integer LDBUser_GetUsers(String lpszUserBuffer(), String lpszFilename , Long nOptions ) LIBRARY "MSLDBUSR.DLL" ... () As String,...
comperelaurent
Offline Send Email
Dec 1, 2003
12:04 pm
6825
Hi Gilbert, I created an import routine to accept a csv or txt file. The core of the function is here: DO WHILE li_read_rc <> -100 //read the first record ...
St Laurent, Keith
ksl2112
Offline Send Email
Dec 1, 2003
12:10 pm
6826
Thanks for the response but the first argument is an array in VB passed by reference and return of the function gives the list of users. Regards, Dewang ... ...
Dewang Bhansali
dewangb
Offline Send Email
Dec 1, 2003
12:19 pm
6827
Well, maybe this FUNCTION Integer LDBUser_GetUsers(String lpszUserBuffer(), REF String lpszFilename[] , Long nOptions ) LIBRARY "MSLDBUSR.DLL" can be correct,...
david.moro.page@...
korisevich
Offline Send Email
Dec 1, 2003
12:23 pm
6828
Thanks for response. But it is the first argument that is the array. I have in myapplication declared as : function integer LDBUser_GetUsers(ref string...
Dewang Bhansali
dewangb
Offline Send Email
Dec 1, 2003
12:48 pm
6829
Thanks for response. But it is the first argument that is the array. I have in myapplication declared as : function integer LDBUser_GetUsers(ref string...
Dewang Bhansali
dewangb
Offline Send Email
Dec 1, 2003
12:49 pm
6830
How was the dll written ? If it is VB : no hope. You cannot write standard dll with VB. Standard dll are written in C, C++ or Delphi. VB dll are ActiveX dlls. ...
Olivier Citeau
ociteau
Offline Send Email
Dec 1, 2003
12:55 pm
6831
What's the correct declaration for a standard dll? ... De: Olivier Citeau [mailto:ociteau@...] Enviado el: lunes, 01 de diciembre de 2003 13:55 Para:...
david.moro.page@...
korisevich
Offline Send Email
Dec 1, 2003
12:56 pm
6832
Thanks for the response. Yes it is a standard dll and has been downloaded from microsoft site. The declaration is given with the dll. This dll can be used in C...
Dewang Bhansali
dewangb
Offline Send Email
Dec 1, 2003
1:10 pm
6833
To get the people who have not borrowed anything (which means they are not in one of the tables) you will have to do an outer join and pull back rows from...
Meleton, Paul
pmeleto
Offline Send Email
Dec 1, 2003
2:08 pm
6834
Hi people, I wandering how to use Tomcat as app server. - any suggestions? - JSP or servlets? TIA Pablo (using PB9 and also still PB6.5) ps. some code examples...
Pablo Loyber
ployber
Offline Send Email
Dec 1, 2003
2:37 pm
6835
Digging down into my memory, I can remember these tips: 1) be sure your connection mode really supports async calls, and change the connection parameters as...
ooig
Offline Send Email
Dec 1, 2003
3:37 pm
6836
If you have access to the SMS gateway, the gateway should give you the APIs to do it....
ooig
Offline Send Email
Dec 1, 2003
3:39 pm
6837
Hi, Pb's PB 8.0.4 How can I put the text of tabs in vertical position? I know how to align it at left, but i need also to put it in vertical. Any idea? TIA...
david.moro.page@...
korisevich
Offline Send Email
Dec 1, 2003
5:42 pm
6838
You may not want ALL your retrieves to be asynchronous, only the long-running ones. The only compelling reason to put anything in the the retrieverow event is...
solutions@...
delphinusc
Offline Send Email
Dec 1, 2003
6:12 pm
6839
Tab control has a property called PerpendicularText. ... From: david.moro.page@... [mailto:david.moro.page@...] Sent: Monday,...
pparuchuri@...
pvparuchuri
Offline Send Email
Dec 1, 2003
6:45 pm
6840
In the doc you posted, there was the following: This BSTR array in C/C++ should initially be allocated with a lower bound equal to 1 (not required however) and...
David Rowland
dave_rowland_au
Offline Send Email
Dec 2, 2003
12:52 am
6841
Thanks for all information, I think I've got the idea how to display the DW, I've already made DW in weekly base (7 x 24 columns) . But can you give a clue how...
Irwan Mulia
irwanmulia
Online Now Send Email
Dec 2, 2003
1:45 am
6842
use the dayname function dayname(<date>) return value is the string day (sunday,monday,.....) e.g. string ls_day ls_day =dayname(today()) messagebox("Today is...
Rick Abainza
rick_abainza
Offline Send Email
Dec 2, 2003
1:57 am
6843
This is the PowerBuilder Help Forum ... Dear all, Using PB 7.0 build 5031 and Oracle 8i. My requirement is to call java classes from PowerBuilder, Please let...
Mohan Borade
yamohanhoo
Offline Send Email
Dec 2, 2003
3:00 am
6844
You need to arrive at an offset from where a particular month starts. Typically, this falls on the first row of cells anywhere from 1-7 (Sunday-Saturday). To...
Shekar C. Reddy
powerobject
Offline Send Email
Dec 2, 2003
4:58 am
6845
Thanks Shekar.... "Shekar C. Reddy" <powerobject@...> wrote: You need to arrive at an offset from where a particular month starts. Typically, this falls...
Irwan Mulia
irwanmulia
Online Now Send Email
Dec 2, 2003
6:30 am
6846
Hi David, Go to the Properties of your tab control.( Open the tab control object. If properties are not visible select View -> Layouts -> Default) There is a...
Abhijit Kolhatkar
abhi_kol
Offline Send Email
Dec 2, 2003
6:59 am
Messages 6817 - 6846 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