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 10826 - 10855 of 24955   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10826
Hi Guys I have a small doubt If I check out, let say object d_1 from pbl main.pbl, Can I check out d_2 from the same main.pbl . Thanks Kumar S ... From:...
Kumar S
skumar_mailid
Offline Send Email
Jul 1, 2004
7:04 am
10827
Hi Friends, This is Buhari and I work with MAS Technology, Dubai. I would like to share the following information for the benefit of Power Builder...
Buhari S.I.
si_buh
Offline Send Email
Jul 1, 2004
7:09 am
10828
Hello, yes definitely. you can do it. Thanks & Regards Santonu Mukherjee iSpace Software Tech. Ltd. Hyderabad ... === message truncated === ...
Santonu Mukherjee
mail2_san
Offline Send Email
Jul 1, 2004
8:16 am
10829
Hi Rey, What kind of dynamic menu do you want? are you using pfc? Try to call me at my mobile. Musta! Regards. Greg rwrollan <rwrollan@...> wrote: good...
Greg Trinidad
greg_0218
Offline Send Email
Jul 1, 2004
8:17 am
10830
OK, I just tried this on 8.0.4 build 10501, and it works fine both by right-clicking and by using the menu, regardless of whether it's a true PBD, a PBD...
Jim Espaillat
delphinusc
Offline Send Email
Jul 1, 2004
11:53 am
10831
hi, i have used the functionality of pdf in pb9. i read documentation of deployment in Html Books i did'nt found any sybas\shared\powerbuilder\gs7.05 folder in...
Imran Zaheer
im_imranzaheer
Offline Send Email
Jul 1, 2004
1:18 pm
10832
Hi there, I am facing 2 problems at this moment. 1- I have made a keyenter event map to pbm_dwnkey.Can any body tell me the possible return types and their ...
Muhammad Atif
atifajmal1
Offline Send Email
Jul 1, 2004
1:55 pm
10833
(TBL_EMLSTD.eml_option IS '" + ls_null + "')" That's the only thing that jumps out at me. Others may have more to add. Rich Frantz Keane Inc. ... ...
Richard Frantz
rich_frantz
Offline Send Email
Jul 1, 2004
2:03 pm
10834
Hi guys, I have noticed that if I deploy my PB app to different machines at the client workplace, some apps display PB graphs in color while in some the color...
CG
chandrakant_g
Offline Send Email
Jul 1, 2004
2:06 pm
10835
Well... If you concatenate something with Null, the result is a whole NULL string... If you want to add a where clause with a null value, simply do this (In...
David Moro Ramos
dmoro78
Offline Send Email
Jul 1, 2004
2:12 pm
10836
I would recommend checking the resolution and color depth on the client machines. Our application requires running a resolution of 1024 X 768 with a minimum...
St Laurent, Keith
ksl2112
Offline Send Email
Jul 1, 2004
2:18 pm
10837
good suggestion but I already tried it. Resolutions are same. In fact, on one developer's machine, the graph displays in color if the application is fired up...
CG
chandrakant_g
Offline Send Email
Jul 1, 2004
2:41 pm
10838
OK guys, I figured this out with some help from the sybase newsgroups. It seems that for graph color to display properly, your monitor color setting must be...
CG
chandrakant_g
Offline Send Email
Jul 1, 2004
4:01 pm
10839
Hi, If you are trapping only enterkey u have to use "pbm_dwnprocessenter" event. and it is based on what u want to do by trapping. For the 2nd one you have not...
Santonu Mukherjee
mail2_san
Offline Send Email
Jul 1, 2004
4:28 pm
10840
Hi: Standard SQL defines "IS NULL" expression, so maybe you dont need the ls_null variable, and your sentence can be: ls_newsql = " and (TBL_DSTDPRO.proid=" + ...
Jean Honorio Carrillo
jean_honorio_c
Offline Send Email
Jul 1, 2004
4:29 pm
10841
To resolve this problem put 16bit volor settings on video settings, this problem exists in PB.5.x.x. CG <chandrakant_g@...> wrote: good suggestion but I...
Igor Gritsco
md_zuzu
Offline Send Email
Jul 1, 2004
4:30 pm
10842
hi, Please check weather you are having the same operating installed or not it will vary from OS to OS.. Thanks & Regards Santonu Mukherjee iSpace (Hyderabad )...
Santonu Mukherjee
mail2_san
Offline Send Email
Jul 1, 2004
4:30 pm
10843
What you state is correct; however, be very careful with Oracle when it comes to NULL's. Apparently, no one at Oracle took set theory, since they define an...
Jim Espaillat
delphinusc
Offline Send Email
Jul 1, 2004
4:43 pm
10844
Hi Jim, I guess this is the best work around, the latter build of the 8.04 from 10624 to 10691 seems to get rid of this functionality, maybe we can ask sybse...
Rick Abainza
rick_abainza
Offline Send Email
Jul 2, 2004
12:39 am
10845
Imran - Deploying the GhostScript folder to the client PC will not do the trick: you need to INSTALL Ghost Script v7.0.5 on the client PC. Olan ...
Olan Knight
olknight
Offline Send Email
Jul 2, 2004
5:01 am
10846
Hi All, I have some controls on a window. There are 5 single line edit controls also. I want to change text of these controls in a loop dynamically without...
Lucky chawla
cyber_aix
Offline Send Email
Jul 2, 2004
7:54 am
10847
Hi, Can anyone tell me where can i find online resources or help about any event starting from pbm_ Atif __________________________________ Do you Yahoo!? Take...
Muhammad Atif
atifajmal1
Offline Send Email
Jul 2, 2004
7:55 am
10848
Use the guru's way. Never use any sle, mle, editmask,... controls on you window. Use an external datawindow instead. ... controls also. I want to change text...
Olivier Citeau
ociteau
Offline Send Email
Jul 2, 2004
7:56 am
10849
Hi Lucky A possible workaround can be - to place the five controls in an external dw, - make an insertRow in the dw constructor event and - use the modify...
David Moro Ramos
dmoro78
Offline Send Email
Jul 2, 2004
8:02 am
10850
Can u try an If clause in the For loop ... From: Lucky chawla [mailto:cyber_aix@...] Sent: Friday, July 02, 2004 9:40 AM To: PowerObject@yahoogroups.com ...
kiran.venkata@...
Send Email
Jul 2, 2004
8:12 am
10851
How can I create table using source code? Im using ASE 12.5 _____ From: Muhammad Atif [mailto:atifajmal1@...] Sent: Friday, July 02, 2004 2:54 AM To:...
Cris Ladines
papasmm
Online Now Send Email
Jul 2, 2004
9:31 am
10852
Can I select table name from database which is im using global variable? For example: Select x1 from database… X1 = table_name ... Outgoing mail is certified...
Cris Ladines
papasmm
Online Now Send Email
Jul 2, 2004
9:31 am
10853
create array variable in instance declaration like this: singlelineedit sle[] = {sle_1, sle_2, sle_3, sle_4} and after use this variable ... sle[index]=... ......
Igor Gritsco
md_zuzu
Offline Send Email
Jul 2, 2004
10:47 am
10854
Hi all, I have a problem with treeview control in powerbuilder. In the application i used a treeview control to display data in hierarchal view. In a single...
Ashok Babu
ashokbabu@...
Send Email
Jul 2, 2004
11:39 am
10855
In mssql and sybase, you can the system tables to retrieve table names. ie select name from sysobjects where object_type = '1', Lookup the database help for...
Carl marks
melb_ourne2000
Offline Send Email
Jul 2, 2004
12:01 pm
Messages 10826 - 10855 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