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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 22569 - 22598 of 24916   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
22569
ei! everybody..... could anyone help me how to disable shortcut keys like alt+tab key, ctrl+esc key...? so that user cannot run any other program... tnx a...
jessie domingo
dj_znyx
Offline Send Email
Apr 2, 2007
11:48 am
22570
Hi Gurus, How can I use 3D animation in PB. i mean i want to make an object that will have dimensions as i want but it should look 3D. Please help ASAP. ...
bharat soni
bharat0141
Offline Send Email
Apr 2, 2007
12:44 pm
22571
Hi Friends, I have a problem with datawindow scrolling, the problem is like,i have master table with no of records.My design is like two dw upper is grid and...
vikas dhore
vikas_dhore
Offline Send Email
Apr 2, 2007
1:16 pm
22572
ei! you must have key event on your datawindow use pbm_dwnkey then trap the tab key like this... if key = keytab! or key = KeyEnter! then your code.... return...
jessie domingo
dj_znyx
Offline Send Email
Apr 2, 2007
1:48 pm
22573
Jessie - There are several ways to do this. First note that there are events that capture the keystroke issued by the user: Event ID Object ... ...
Olan Knight
olknight
Offline Send Email
Apr 2, 2007
2:46 pm
22574
tnx! olan but what i want is to disable the Windows shortcut keys like ctrl+esc for start menu on windows and alt+tab for changing window or even ctrl+alt+del...
jessie domingo
dj_znyx
Offline Send Email
Apr 3, 2007
4:32 am
22575
Hi Jessie, What I know of is that ALT key cannot be trapped in the Key event. Only CTRL and SHIFT keys are available in the keyflags parameter. There are old ...
Arman Porciuncula
ArmanPorky
Offline Send Email
Apr 3, 2007
5:53 am
22576
Hi, Correction, event is RowFocusChanging. Sorry. ... -- Arman Porciuncula [Non-text portions of this message have been removed]...
Arman Porciuncula
ArmanPorky
Offline Send Email
Apr 3, 2007
7:10 am
22577
Hi Vikas, From PB Help: RowFocusChange Return value Set the return code to affect the outcome of the event: 0 Continue processing (setting the current row) 1...
Arman Porciuncula
ArmanPorky
Offline Send Email
Apr 3, 2007
7:11 am
22578
Jessie, Try Windows API to hook 'Hot Key', then process your own stuff - simply return without doing any thing, then to archieve disabling the keys. 1. Write a...
Addison Lu
rokokuchin
Offline Send Email
Apr 3, 2007
7:11 am
22579
Mostly, you can use DW to archieve it. For example you want to show a title string (text) looks like 3D. 1. Create a DW 2. Add 2 text objects, set up one in...
Addison Lu
rokokuchin
Offline Send Email
Apr 3, 2007
7:16 am
22580
Please help me to find Powerdesigner course material PPT Thanks ... Expecting? Get great news right away with email Auto-Check. Try the Yahoo! Mail Beta. ...
Merzik Agaiby
merzik2000
Offline Send Email
Apr 3, 2007
11:57 am
22581
Hi 1, Are you a H1B / B1 Visa holder ? 2, Are you looking for an on-site opening? 3, Do you have a valid Passport? If you can say "YES" to the above questions...
urtechsolutions
Offline Send Email
Apr 3, 2007
11:59 am
22582
Hi, There is an opening for a Sybase Consultant here in Singapore. Candidate should be well-versed with Sybase Products. Attitude is also important to get the...
Arman Porciuncula
ArmanPorky
Offline Send Email
Apr 3, 2007
1:35 pm
22583
addison, it works! tnx! a lot!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Addison Lu <rokokuchin@...> wrote: Jessie, Try Windows API to hook 'Hot Key', then process...
jessie domingo
dj_znyx
Offline Send Email
Apr 3, 2007
6:59 pm
22584
addison, tnx!, i think it will work for me.... ill try now. hope i could help u too Addison Lu <rokokuchin@...> wrote: Jessie, Try Windows API to hook...
jessie domingo
dj_znyx
Offline Send Email
Apr 3, 2007
7:00 pm
22585
Hi, For those who are sending me their resumes (and those who are planning to send), please note that the following Sybase products demands that you have a...
Arman Porciuncula
ArmanPorky
Offline Send Email
Apr 4, 2007
8:04 am
22586
thanks...
honlamcheng2003
Offline Send Email
Apr 4, 2007
8:05 am
22587
Dear All Our client World's First CMMi Level 5 Company wants Sybase Developer's for Gurgoan The requirement as follows: Skill sets : Sybase...
kanumilli venkata madhu
perpetualtek
Offline Send Email
Apr 4, 2007
8:05 am
22588
Dear All Our client World's First CMMi Level 5 Company wants PowerBuilder professionals for Hyderabad The requirement as follows: PowerBuilder: Overall IT...
kanumilli venkata madhu
perpetualtek
Offline Send Email
Apr 4, 2007
8:05 am
22589
PB10.5 dw.modify("tag_id.EditMask.Mask='XX-XX-XXXXXX-XXXXX-XX'") I'd like to save the edit mask characters to the database when I save the column data. The...
girls3dog1
Offline Send Email
Apr 4, 2007
1:21 pm
22590
Hi, I am facing problems in the Arabic Language display in the Powerbuilder 10.5 trial version. I have migrated from powerbuilder6.5 to Powerbuilder 10.5 and...
Biju Skariah
bijuskariah
Offline Send Email
Apr 4, 2007
1:22 pm
22591
Don't display the actual database field in the DW. Use a computed column, apply the EditMask, then in the preUpdate event copy the entire string over into the...
Olan Knight
olknight
Offline Send Email
Apr 4, 2007
1:38 pm
22592
Remember that 10.5 works in UNICODE by default and that 6.5 is pure ANSI. Ensure that your database is storing the data correctly, then retrieve the data in...
Olan Knight
olknight
Offline Send Email
Apr 4, 2007
1:39 pm
22593
What is a reason to save the format in the database? If you want to display data in such format directly from query you should create a view with respective...
Mikhailovsky, George
gmikhai
Offline Send Email
Apr 4, 2007
1:43 pm
22594
try to use string concatenation before you save to the database... girls3dog1 <wdolanaca@...> wrote: PB10.5 ...
jessie domingo
dj_znyx
Offline Send Email
Apr 4, 2007
1:52 pm
22595
I like this approach. Thanks for the quick reply. ... From: Olan.Knight@... To: PowerObject@yahoogroups.com Sent: Wed, 4 Apr 2007 9:38 AM ...
wdolanaca@...
girls3dog1
Offline Send Email
Apr 4, 2007
2:38 pm
22596
Can a computed field have an edit mask? ... From: Olan.Knight@... To: PowerObject@yahoogroups.com Sent: Wed, 4 Apr 2007 9:38 AM Subject:...
wdolanaca@...
girls3dog1
Offline Send Email
Apr 4, 2007
2:51 pm
22597
I need to use SQL "IN" operator in powerbuilder script. I am storing all the values in an string array. I like to pass this array in SQL using "in" operator ...
sumit.jainam
Offline Send Email
Apr 4, 2007
3:30 pm
22598
Never tried it, but I don't see why not: it looks just like any other column to the dw. Remember I'm saying to use a computed COLUMN, not a computed field. ...
Olan Knight
olknight
Offline Send Email
Apr 4, 2007
3:32 pm
Messages 22569 - 22598 of 24916   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