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...
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. ...
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...
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...
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...
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 ...
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...
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...
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...
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. ...
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...
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...
addison, it works! tnx! a lot!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Addison Lu <rokokuchin@...> wrote: Jessie, Try Windows API to hook 'Hot Key', then process...
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...
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...
Dear All Our client World's First CMMi Level 5 Company wants PowerBuilder professionals for Hyderabad The requirement as follows: PowerBuilder: Overall IT...
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...
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...
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...
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...
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...
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 ...
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. ...