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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 26438 - 26468 of 27001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26438
hi , i want to use visual user object with some controls(2 command buttons) in it. But when i use the user object in window , i can not get/refer to the...
santhosh
santhosh7311...
Offline Send Email
Jun 1, 2009
12:08 pm
26439
Hi All, Faced a strange issue with PB 10.5.2   It accepts 32/05/2009 as a valid date and when you convert this into date the 32 becomes year 1932 and the 05...
Shaas
shahuls2000
Offline Send Email
Jun 1, 2009
1:04 pm
26440
What version of PB? Are you using native controls or inheriting from a user object? In any event, the CommandButton object has a clicked event. To get to it ...
Olan Knight
olknight
Offline Send Email
Jun 1, 2009
2:47 pm
26441
Add a FORMAT definition when you convert the date. OLAN KNIGHT SOFTWARE DEVELOPMENT PROJECT LEAD OFFICE: 972-850-1945 | MOBILE: 972-979-8753 EMAIL:...
Olan Knight
olknight
Offline Send Email
Jun 1, 2009
2:48 pm
26442
Santosh, The Custom Visual User object is encapsulated once you have added command buttons to the control then added the control to the Window. Thats the...
steve.adams3@...
sa07071955
Offline Send Email
Jun 1, 2009
3:33 pm
26443
Hi, Sorry for not mentioning the problem clearly I am using power builder 10.0. I have inherited a custom visual user objet(cu_date) and added 2 command ...
santhosh
santhosh7311...
Offline Send Email
Jun 1, 2009
6:38 pm
26444
This is VERY basic PB coding information with which you should be familiar. If you are a student and hoping this forum will provide you with your homework...
Olan Knight
olknight
Offline Send Email
Jun 1, 2009
7:14 pm
26445
That would be a violation of the OO principle: the two buttons are encapsulated in the visual obj, and when you place the visaul obj on your windows, the only...
Dazhi
dazhig
Offline Send Email
Jun 1, 2009
7:15 pm
26446
OLAN, Thanks, but IsDate and Date() do not provide a format argument. And I tried using string(<mystrin>, <format>) function too, it does not help either. A...
Shahul
shahuls2000
Offline Send Email
Jun 2, 2009
5:36 am
26447
I strongly recommend that you force the user to input/use a YYYY year. The reason for this will become more apparent the closer we get to the middle of this...
Olan Knight
olknight
Offline Send Email
Jun 2, 2009
2:29 pm
26448
Very recently we faced a similar issue with radio buttons in PB 10.5.2. When disabled the radio buttons were just vanishing. After a bit of research we found...
Shahul
shahuls2000
Offline Send Email
Jun 2, 2009
7:39 pm
26449
Hello, If it's an input field, put the right format (dd/mn/yy') in the Property / Format of that field instead of making the PB to guess. ... From: Olan Knight...
BKR Shivaprakkash
sivakrith
Offline Send Email
Jun 3, 2009
1:11 pm
26450
Hello, I installed PB 10.5 in one of my machine (after motherboard change) with clean install of Windows XP SP 2. After 2 days of normal working it reported...
sivakrith
Offline Send Email
Jun 4, 2009
10:04 am
26451
Yes, I can turn off New Visual Style, but that doesn't fix anything. New Visual Style reveals the bug. The text that used to be red is now bold, and the...
barry.johnson@...
johnson987b
Offline Send Email
Jun 4, 2009
12:17 pm
26452
Hi Shahul How are you and how is everything going on at Ness?   Thanks and Regards Mahesh Chandra Mishra ________________________________ From: Shahul...
Mahesh Mishra
mmishra_uk
Offline Send Email
Jun 5, 2009
2:04 am
26453
Hey...I need to close an internet explorer inside my PB application.Anybody can help me solve this problem? Thanks.....
dhamxdmx
Offline Send Email
Jun 5, 2009
12:19 pm
26454
i think u should use rgb function instead of using 255. use rgb(255,0,0) for red....
Ambrish Tripathi
tripathi.amb...
Offline Send Email
Jun 5, 2009
12:20 pm
26455
I tried that. Using RGB has no effect whatsoever. ... To: PowerObject@yahoogroups.com From: "Ambrish Tripathi" <tripathi.ambrish@...> Sent by:...
barry.johnson@...
johnson987b
Offline Send Email
Jun 5, 2009
12:41 pm
26456
Hi Shiv, The format is already set to [ShortDate] and the system short date format is MM/DD/YYYY. So that is not causing this problem. I believe this is a new...
Shahul
shahuls2000
Offline Send Email
Jun 5, 2009
12:53 pm
26457
1) Change the format from "[ShortDate]" to "DD/MM/YYYY" for the field on the FORMAT tab in the SW Painter. 2) If that does not fix it, go to the Control Panel...
Olan Knight
olknight
Offline Send Email
Jun 5, 2009
1:12 pm
26458
From previous posts: 1. The code is available here - http://www.rgagnon.com/pbdetails/pb-0215.html Terminate an another application We post the WM_QUIT message...
Olan Knight
olknight
Offline Send Email
Jun 5, 2009
1:23 pm
26459
Hello all, I am using PB Version 8.0.4 Build 10575. I have two datawindow controls(dw_1 & dw_2) in a window. I need to delete the data in the database,...
vijip2001
Offline Send Email
Jun 5, 2009
2:55 pm
26460
Use the GetFocus() and ClassName() functions. But I do not understand the problem. If the user does something in a dw, either proceed immediately with whatever...
Olan Knight
olknight
Offline Send Email
Jun 5, 2009
3:02 pm
26461
Hi, Our current PB application (PB 7) uses Microsoft's Dynamic Data Exchange (DDE). I did some research and although DDE is still supported the preferred...
Merritt, Bruce
bpm9648
Offline Send Email
Jun 5, 2009
4:38 pm
26462
PB 10 still supports DDE ... To: "PowerObject@yahoogroups.com" <PowerObject@yahoogroups.com> From: "Merritt, Bruce" <bruce.merritt@...> Sent...
barry.johnson@...
johnson987b
Offline Send Email
Jun 5, 2009
4:50 pm
26463
Thanks..Got it working. Viji...
vijip2001
Offline Send Email
Jun 5, 2009
6:20 pm
26464
Dear group how can i create word 2003 document from within powerbuilder , and then open it for updating or just for reading and print it and save it . u know...
ayman moawad
aymanmoawad
Offline Send Email
Jun 5, 2009
7:28 pm
26465
Look in the Powerbuilder sample application for how to work with OLE 2.0 objects, inluding Microsoft Word documents. Barry Johnson ... To:...
barry.johnson@...
johnson987b
Offline Send Email
Jun 5, 2009
7:53 pm
26466
hi, i need to use newspaper column style datawindow to display records in a report, news papaer column style dw behaves like this example - 1 ... id marks...
shahzad1435
Offline Send Email
Jun 6, 2009
4:21 am
26468
thank u barry for the (help) but did u read my enquiry ? there is nothing there about how to open file in read mode only or how to create it . beside i dont...
ayman moawad
aymanmoawad
Offline Send Email
Jun 7, 2009
1:09 am
Messages 26438 - 26468 of 27001   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help