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.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 26546 - 26575 of 27001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26546
PB11.2 Build 8669; Using PFC; Oracle 10g database I am modifying some existing apps for Vista compliance and I've run into a problem with calls to...
Michael W Bailey
cs18356
Offline Send Email
Jul 1, 2009
10:33 pm
26547
Hi Michael, Have you tried using the Unicode versions of the function(s)? Change "SHGetSpecialFolderPathA;Ansi" to "SHGetSpecialFolderPathW" and do the same...
Gabriel Abulencia Del...
yeyi_yehoo
Offline Send Email
Jul 1, 2009
11:45 pm
26548
Since you are using PB11, why not use GetFolder(title, directory) PowerScript function instead of APIs? I believe this has been there since PB8? ... [Non-text...
Angel Padrigano
aspadrigano
Offline Send Email
Jul 2, 2009
3:52 am
26549
Hi all, Have any of you encountered this problem when consuming a web service? The definition of the method signature in Web Service proxy is wrong. I am...
Dazhi
dazhig
Offline Send Email
Jul 2, 2009
1:58 pm
26550
Angel, I intend to use SHGetSpecialFolderPath to return a directory path that varies depending on the operating system or is subject to change by the user or...
Michael W Bailey
cs18356
Offline Send Email
Jul 2, 2009
5:11 pm
26551
Hi All, I'm currently working in PB 9.02, windows xp, Oracle 9i. I'm trying to move certain rows from the primary buffer to the delete buffer, but getting a...
mike
mike2cu2
Online Now Send Email
Jul 2, 2009
5:18 pm
26552
Why move the row to the delete buffer when you can simply delete the row instead [li_rtn = ids_food_header( ll_row)], which should be pretty much the same...
Susan Emmons
semmons_1
Offline Send Email
Jul 2, 2009
5:27 pm
26553
Yeyi, I get the same error when I use the Unicode versions. I was hoping that someone already using the function could tell me if my declaration in ...
Michael W Bailey
cs18356
Offline Send Email
Jul 2, 2009
5:28 pm
26554
Mike, If you move row 1, your beforerow parameter ends up being zero. I've never tried using anything less than 1 for that parameter so I don't know if that...
Michael W Bailey
cs18356
Offline Send Email
Jul 2, 2009
5:35 pm
26555
Obviously I meant to type [li_rtn = ids_food_header.DeleteRow( ll_row)] before I rushed to send! ________________________________ From:...
Susan Emmons
semmons_1
Offline Send Email
Jul 2, 2009
5:39 pm
26556
Thanks, I'll try using the 1.  The plan is to move the rows back to the primary buffer later in the process:  don't want those rows to be seen by more...
mike carnley
mike2cu2
Online Now Send Email
Jul 2, 2009
5:41 pm
26557
That's OK!  I need the rows later in the process, they will be added back to the primary buffer to be processed: ids_food_header.update() ... From: Susan...
mike carnley
mike2cu2
Online Now Send Email
Jul 2, 2009
5:43 pm
26558
As Michael alluded to, be careful of your row statuses when moving rows, you may end up inserting existing rows by moving to ad from the delete buffer. Turning...
Susan Emmons
semmons_1
Offline Send Email
Jul 2, 2009
5:49 pm
26559
So tired, so very tired... I meant you could consider COPYING all the rows you want to a copy of your datastore. ________________________________ From:...
Susan Emmons
semmons_1
Offline Send Email
Jul 2, 2009
5:52 pm
26560
I figured out my problem and it was another "Duh" moment. Windows writes the path to the lpszPath parameter (ls_appdata in my code). I needed to initialize...
Michael W Bailey
cs18356
Offline Send Email
Jul 2, 2009
5:59 pm
26561
Question.  Is it possible to undo the deleterow(row): move it from the deleterow buffer? ... From: Susan Emmons <semmons@...> Subject: RE:...
mike carnley
mike2cu2
Online Now Send Email
Jul 2, 2009
6:05 pm
26562
You can use Deleterow(ll_row) instade. ... From: Susan Emmons <semmons@...> Subject: RE: [PowerObject] rowsmove not working for me: see code To:...
V I K A S
vikas_dhore
Offline Send Email
Jul 2, 2009
6:12 pm
26563
Mike, If you use the PFC, the Row Management service can undelete a row but it uses a dialog box. In addition, rows can only be restored if the datawindow is...
Michael W Bailey
cs18356
Offline Send Email
Jul 2, 2009
6:39 pm
26564
If that is the case, then stop moving them to the delete buffer. Use your find string to build a filter and filter your dw. dw.Update() processes the filter...
Rich Frantz
rich_frantz
Offline Send Email
Jul 2, 2009
7:53 pm
26565
Thanks, but it's a unique situation.  The rows needing to be moved have the same values as the rows included in the datastore.  they are identified by the...
mike carnley
mike2cu2
Online Now Send Email
Jul 2, 2009
8:21 pm
26566
Hello guys, I have a datawindow with left join...I want to UPDATE the first table and do an INSERT on the other table. How can I do this in multitable update...
J B
jb_bulls
Offline Send Email
Jul 3, 2009
3:07 am
26567
check the column or der of both the dws or datastores or any null values   ________________________________ From: mike <mike2cu2@...> To:...
navaz khan
navazmca
Offline Send Email
Jul 3, 2009
3:18 pm
26568
HI We have Openings for – Powerbuilder - C - Oracle Developer-L1 It's a position with Wipro Technologies in Chennai Go through the job description...
akulaarchana@...
akulaarchana...
Offline Send Email
Jul 3, 2009
3:19 pm
26569
Hi JB, I think that if you change Table to Update, make all the columns of the 1st table not updateable and all the columns of the second one updateable, and...
Mikhailovsky, George
gmikhai
Offline Send Email
Jul 3, 2009
3:45 pm
26570
Good morning/evening! I wanted to declare a memory vaiable and store value in it from PB's DB editor's ISQL Session Tab by the following script. declare...
Visweswaran suBRAMANyam
vas2862
Offline Send Email
Jul 3, 2009
5:31 pm
26571
In a datawindow, all the tabs of the columns are zero, when the user clicks a cell in a row, the background of the cell becomes black, and the printout is...
Gökalp AKYÜZ
gakyuz.rm
Offline Send Email
Jul 3, 2009
7:58 pm
26572
I am having the exact same problem - in PB 11.5 Database painter ISQL Session. It won't spit out a variable value. Only a SQL result set. But I am connected...
steve.adams3@...
sa07071955
Offline Send Email
Jul 3, 2009
11:01 pm
26573
Hi George, Thanks for your reply. Im using PFC multitable update service. I found this site which is the best solution to my...
J B
jb_bulls
Offline Send Email
Jul 4, 2009
4:22 am
26574
Hi guys, I use a simple select statement " select count(*)  from my_table" which works well in design mode. When i call it during run time " select count(*)...
hatem esmat
hatem2507
Offline Send Email
Jul 5, 2009
4:26 pm
26575
hey, are u using Update() function, then use resetflag as false,as second argument of update function. then using modify ,change the updateable columns and...
V I K A S
vikas_dhore
Offline Send Email
Jul 5, 2009
4:26 pm
Messages 26546 - 26575 of 27001   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help