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 14489 - 14518 of 24955   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14489
Hi, What does your find string look like if you debug the application? ... -- Regards, Manikandan Kumarappan....
Manikandan Kumarappan
manikandankm
Offline Send Email
Apr 1, 2005
8:25 am
14490
Good day, I have a datawindow with a select statement Select charA, intA where charA = arg1 group by charA in my script, I declared it as a datastore. when I...
REYES, ORWELL L.
olreyes@...
Send Email
Apr 1, 2005
11:39 am
14491
Hi TY, First of all your SQL is incorrect. If you use GROUP BY clause, you have to apply some aggregate function (SUM, AVG, COUNT, and so on) to each column in...
Mikhailovsky, George
gmikhai
Offline Send Email
Apr 1, 2005
3:02 pm
14492
dw.Find() does not raise a runtime error if the find expression is invalid, it simply returns -5. Is the column you're searching a computed field? I suspect...
Jim Espaillat
delphinusc
Offline Send Email
Apr 1, 2005
5:11 pm
14493
Look at the DataWindow.Print.Duplex property. The value should be 2 or 3, depending on the orientation you want. Of course, this only works if both the...
Jim Espaillat
delphinusc
Offline Send Email
Apr 1, 2005
5:23 pm
14494
Since Close is not a pre-defined action for a DW button, you must be using a user-defined event. Put the code in the DW's buttonclicked (or buttonclicking)...
Jim Espaillat
delphinusc
Offline Send Email
Apr 1, 2005
5:32 pm
14495
your suggestion is much appreciated. Thanks for all your help ... From: Jim Espaillat [mailto:solutions@...] Sent: April 1, 2005 12:23 PM To:...
allan.desouza@...
desouzal2004
Offline Send Email
Apr 1, 2005
6:19 pm
14496
hi folks ... i need some a sample of ISAM files .. do you have any ?? thanks .... ... Do you Yahoo!? Yahoo! Small Business - Try our new resources site! ...
nobody here76
nobody_here76
Offline Send Email
Apr 3, 2005
12:57 pm
14497
Pb8 I have a problem with the following code that converts dw to a word file. I get an error message that states the following: "Error calling external object...
girls3dog1
Offline Send Email
Apr 3, 2005
10:17 pm
14498
//Open document and merge new data and save ls_document_name = "c:\database\testdocument2.doc" ole_Word.Documents.Open(ls_document_name) I later discovered...
wdolanaca@...
girls3dog1
Offline Send Email
Apr 4, 2005
1:56 am
14499
Hi All I am having a column whose value can be a,b,c,... etc. I need a querry to select all the values from this single column one by one so that the output is...
bino.thomas@...
Send Email
Apr 4, 2005
6:17 am
14500
Hello All concerned with the above subject, I posted this problem but still I didn't get the solution as to why I can't get the function called when I run from...
Md. Tabibur Rahman
m_t_rahman
Offline Send Email
Apr 4, 2005
7:11 am
14501
hi Good Day or Night to you, please would you send me the code to export tabular datawindow to excel ? i wld be thankful to you. Shahzad "c'',)"...
Shahzad
shahzad1435
Offline Send Email
Apr 4, 2005
7:11 am
14502
Hello We have migrated the application from PB v7 to PB v10. In the code we have written the function to save the datawindow in the excel! format. We have...
pawanbag
Offline Send Email
Apr 4, 2005
10:21 am
14503
My guess is that you need to reference a child datawindow now that you're working with a composite datawindow. ... From: Shahzad <shahzad1435@...> To:...
wdolanaca@...
girls3dog1
Offline Send Email
Apr 4, 2005
10:55 am
14504
Dear All, The following package,procedure are wrote by me, and connect through PB successfully. I want to know more things about how can assign Resultset in PB...
kasi ganesh
kasiganesh
Offline Send Email
Apr 4, 2005
11:29 am
14505
For PB 9.0.1 running under Windows 2000, when users print reports, does PowerBuilder leave temporary files on the local hard drive? If it does, where are...
Barry Johnson
johnson987b
Offline Send Email
Apr 4, 2005
12:47 pm
14506
hi Folks, Please let me know where i can get Powerbuilder 10 PFC's, since i want to implement in my application. I searched in my installation, i couldn't find...
Gopalakrishnan, Vijay...
gvijay_anand
Offline Send Email
Apr 4, 2005
4:57 pm
14507
I remember reading somewhere, probably here, that it does not install anymore. You will find it on the install disk though. Look there. IIRC under Support. ......
Frantz, Richard (DOB)
rich_frantz
Offline Send Email
Apr 4, 2005
5:00 pm
14508
PFC is now open-source. Look in Code Exchange: http://pfc.codexchange.sybase.com/ HTH -- Jim Espaillat Delphinus Consulting, Inc. www.delphinusinc.com...
Jim Espaillat
delphinusc
Offline Send Email
Apr 4, 2005
5:03 pm
14509
HI, PFC Found in Disk 2 of Power Builder 10 [Non-text portions of this message have been removed]...
Jurguen Z.
jupian
Offline Send Email
Apr 4, 2005
5:34 pm
14510
Try to UNION Function from SQL Statement. Ex. select 'A', <other column> from <table> where <column> = 'A' union all select 'B', <other column> from <table>...
Greg Trinidad
greg_0218
Offline Send Email
Apr 5, 2005
6:26 am
14511
Hi, I'd like to develop an application with plugins, which would add functions, menus and windows to a basic program, like a container. I've seen it's viable...
Carlos Daniel
cadaov
Offline Send Email
Apr 5, 2005
6:26 am
14512
Hello How can i execute dynamic sql for custom Update / Delete / Insert where parameters are in any variable type I Try string as_sql any values[] as_sql =...
spamofju
Offline Send Email
Apr 5, 2005
8:11 am
14513
Hi! I have this file transferred from a unix system to a windows system. When I checked the transferred file, it has garbage within it. How do I clean up the...
James Phillip CaƱ...
jpdcanada
Online Now Send Email
Apr 5, 2005
9:51 am
14514
How to sort a query with distinct clause by a column which is not provided in the select clause? Say my Query is like Select distinct first_name from Employee ...
Prabhakar
rprabhakar@...
Send Email
Apr 5, 2005
10:42 am
14515
In this case, i think that it has no sense try to do it. Think about: You have a table with this datas Id FirstName 1 David 2 Carl 3 David 4 Rob Ok, you're...
David Moro Ramos
dmoro78
Offline Send Email
Apr 5, 2005
10:59 am
14516
Hi, I think ur Code logically wrong Example: Antony 1 Dravid 5 Antony 100 If you use Order by And Distinct, it is logically wrong. Senthil ...
senthil.palanisamy@...
senthilpandi
Offline Send Email
Apr 5, 2005
11:17 am
14517
Hi everyone! Just a quick question, I have a datawindow and I used the inv_sort service to allow sorting by clicking on the headers. The problem is this, when...
Neil Torres
ndgtorres
Offline Send Email
Apr 5, 2005
11:48 am
14518
Check the static text/columns names. the static text control name must be same as column with '_t' at the end. Regards ... [Non-text portions of this message...
David Moro Ramos
dmoro78
Offline Send Email
Apr 5, 2005
12:33 pm
Messages 14489 - 14518 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