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...
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...
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 ...
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...
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 ...
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...
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...
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...
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...
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...
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...
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...
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...
Hi Shahul How are you and how is everything going on at Ness? Thanks and Regards Mahesh Chandra Mishra ________________________________ From: Shahul...
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...
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...
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...
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,...
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...
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...
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...
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...
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...