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:...
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...
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...
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...
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 ...
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...
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...
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...
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...
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...
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...
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=" + ...
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...
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 )...
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...
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...
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...
Hi, Can anyone tell me where can i find online resources or help about any event starting from pbm_ Atif __________________________________ Do you Yahoo!? Take...
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...
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...
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@...
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:...
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...
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]=... ......
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@...
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...