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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 16878 - 16907 of 24919   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16878
Hai, How can find a specific item(node) based on data or label in a Tree view ? Nisanth...
nisanthcp
Offline Send Email
Oct 1, 2005
11:34 am
16879
hi guys! I'm putting a function that triggers in the pfc_preupdate event. this function is suppose to give me a unique ID for my transactions. My problem is...
weekendwarrior251979
weekendwarri...
Offline Send Email
Oct 1, 2005
12:24 pm
16880
Hi david , I searched for it and found some usefull tips . where can i find the API function documentation , and what r the PSR files. ... 8, 9 and ... days ...
veerendra
veerendra_b
Offline Send Email
Oct 1, 2005
2:57 pm
16881
... Upgraded from 8.04 10501 to 10.2.8075 on W2K SP4 without a problem. We have 3 developers and have not had a problem with gpfs. The only thing we had to...
Martin Belden
mrmarbel
Offline Send Email
Oct 1, 2005
3:10 pm
16882
Hi all, How do you usually deal with reconnected database server? (because of server restart or network problems) Here's the scenario (PB 9 PFC & ASA 8) : A...
Yohanes Iwan Sugiarto
iwansugi
Offline Send Email
Oct 2, 2005
2:00 am
16883
Hi, Can somebody help me in converting Hexadecimal string to string. It's urgent. Regards, Buhari ... Yahoo! for Good Click here to donate to the Hurricane...
Buhari S.I.
si_buh
Online Now Send Email
Oct 2, 2005
10:35 am
16884
Hi Veerendra, A good resource for Windows API functions is www.allapi.net<http://www.allapi.net> But there is a lot over the Net. This Sybase article talks...
David Brunstein
david_brunstein
Offline Send Email
Oct 2, 2005
5:16 pm
16885
In order to help, it is necessary to understand where the data comes from, the database, mainframe, or ?? Hex data usually comes from some source that...
David Ray
yarevad
Online Now Send Email
Oct 2, 2005
5:24 pm
16886
Convert an hex string to its decimal equivalent [of_hex2long(as_hex) returns a long] string ls_hex integer i,length long result = 0 length = len(as_hex) ls_hex...
David Brunstein
david_brunstein
Offline Send Email
Oct 2, 2005
5:27 pm
16887
WOrking with 10.5 beta, we've encountered the same problem with XPSP2 however others have had no problems. We believe that is due to other software running...
David Ray
yarevad
Online Now Send Email
Oct 2, 2005
5:28 pm
16888
Not sure where the function is located but if it's in your code and you're extending the event, other events may be getting fired and obscuring your function's...
David Ray
yarevad
Online Now Send Email
Oct 2, 2005
5:31 pm
16889
Hi Nisanth, I assume you want to find an item matching a specified string It should look like this : long handle treeviewitem l_tvitem // Find first item of...
Mustapha labri
mustapha_labri
Offline Send Email
Oct 3, 2005
1:29 am
16890
Dave: I made a non-visual object and I Instantiated it inside the pfc_preupdate event. the problem is how do I get to cascade the changes down to my detail ...
Jefferson Lim
weekendwarri...
Offline Send Email
Oct 3, 2005
2:36 am
16891
Hi, I'm new to pb and this forum, I'm facing this problem: I got 2 dlls written in C++ with similar export function names but different functionality, I need...
liewdrrn
Offline Send Email
Oct 3, 2005
2:48 am
16892
Just because you instantiate it doesn't make it do anything but sit there waiting to be called. You'll have to call the function from each of the datawindows. ...
David Ray
yarevad
Online Now Send Email
Oct 3, 2005
3:49 am
16893
Dear Friends We are looking for PowerBuilder/PFC developers for our project, if anyone interested pls let me know immediately. Thank you Sundar ...
sundarkumar.swaminath...
Send Email
Oct 3, 2005
5:21 am
16894
Hi, It hangs in development environment and in exe i did not use it still. when macro reach at fax.send() in word then it is being hang. But when i run macro...
abhi_boss25
Offline Send Email
Oct 3, 2005
6:55 am
16895
Hi, So, what I understand is that actually the VBA macro have the code interacting with the fax DLL. Can you translate the code to Power Script and run it...
David Brunstein
david_brunstein
Offline Send Email
Oct 3, 2005
8:23 am
16896
Hi Liewdrrn, In order to achieve your goal, you can use "Alias For" keyword while declaring external function. Checkout PB help on "Declaring external...
Olivier Citeau
ociteau
Offline Send Email
Oct 3, 2005
9:50 am
16897
Dear Guru's, Can anyone please share a Sybase code review checklist. Any help will be greatly appreciated. Regards, Ashwin [Non-text portions of this message...
Srikanta, Ashwin
ashwin_srikanta
Offline Send Email
Oct 3, 2005
11:28 am
16898
Iwan - Actually, that's a pretty darned good way to handle the database drop; I cannot think of a better way to handle it. Olan ... Hi all, How do you usually...
Olan Knight
olknight
Offline Send Email
Oct 3, 2005
1:27 pm
16899
Hi Liewdrm, You can declare the functions as you do it with the Windows API functions. The API functions are in DLLs, the same as yours. David. ... -- ...
David Brunstein
david_brunstein
Offline Send Email
Oct 3, 2005
1:57 pm
16900
Hi All, I have a datawindow which previews fine with the retrieved rows. But when i print, it just prints the header. The datawindow has 963 rows. I tried to...
vijip2001
Offline Send Email
Oct 3, 2005
2:14 pm
16901
Hi all, Any one had problem with setnull function during migration. iam facing a problem with setnull as it doesnt support structures and auto instantiated...
veerendra
veerendra_b
Offline Send Email
Oct 3, 2005
2:22 pm
16902
Viji - Test the dw from within the PowerBuilder IDE: open the DW Painter, retrieve data, then attempt to print. If it works, then the problem is with the CODE...
Olan Knight
olknight
Offline Send Email
Oct 3, 2005
2:33 pm
16903
Veer - To clear out a structure OR and array, create another instance of the object then assign the new, blank object to the old, populated object. Like this: ...
Olan Knight
olknight
Offline Send Email
Oct 3, 2005
2:35 pm
16904
Hey why can't you use DBHandle and check the value if it is less then 0 then Do a reconnect else just perform your operation. ... From:...
William
stwilliamfra...
Offline Send Email
Oct 3, 2005
2:37 pm
16905
Hi, I from Powerbvuilder IDE. The datawindow retrieves fine and i could see the rows in print preview. But when i says print, it does not work. So i created a...
vijip2001
Offline Send Email
Oct 3, 2005
2:52 pm
16906
Viji, Just create a new datawindow by exporting and using the syntax of the old dw,you can get the syntax of the old datawindow by using edit source. Then try...
William
stwilliamfra...
Offline Send Email
Oct 3, 2005
3:12 pm
16907
Because dbHandle() tells you if you did successfully connect, ONCE ! It does NOT check wether the connection is still valid or not. EXECUTE IMMEDIATE "Select...
Olivier Citeau
ociteau
Offline Send Email
Oct 3, 2005
3:36 pm
Messages 16878 - 16907 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