Hi all, we are trying to migrate an application from pb 6.5 to pb 10 it was built using pfc libraries . Can any one suggest me how to upgrade the pfc...
hi, i got u r point. but the minimized application could be maximized and the running process which has goth parameters is shown to users. kindly help me how...
hi, thank for ur kind reply. i am currently getting done my wotk in the same procedure.But still my requirement is 1>To place the dbisql command line window...
Hi Guys, We are storing Arabic and English data in some of our tables in
Sybase 12.5. Now if I enter Arabic data from front end and retrieve it,
I get expected...
Thanks. Will keep you posted after giving it a try. Vinodh ... __________________________________ Start your day with Yahoo! - Make it your home page! ...
Ver. PB 8.0 This is a bit of a perplexing problem. When I open a Window object with a datawindow I want the first field in the datawindow to have focus. To do...
Hi Abdul, I don't have ASE here, so I am blind. But, if go to the "Regional settings" tab of your connection parameter, there is a "CharSet" database parameter...
Try the following: dw_X.SetColumn("columnname") dw_X.SetFocus() Heiko ... From: PowerObject@yahoogroups.com [mailto:PowerObject@yahoogroups.com] On Behalf Of...
Heiko Betzler
h.betzler@...
Dec 1, 2005 1:14 pm
17569
Hi all: Sorry I didn't explain myself clearly. The tablet app. is going to be a stand-alone app. Later the data will be uploaded to the main Oracle database....
Santosh - At the simplest level: 1. Add a MLE object and a button labeled EXECUTE and one named CANCEL to your window. The MLE will be where the user enters...
What version of PowerBuilder are you using? The ONLY version that natively supports UNICODE character sets like Arabic is PB10. If you are using any earlier...
Hi Allan, What's wrong with Jacques Laforest's answer ? ASA supports Varchar up to 32767 bytes wheeras Oracle 9 is limited to 4000 bytes. With Mysql the...
A simple migration from 6.5 to 10 is easy provided you migrate the 6.5 PFC/PFE libraries along with the application. Doing the migration this way means you...
hi, thanks for u r kind reply. i tried thie option earlier also is there no other way that we can use dbisql ->window directly within the power builder window...
Hi All, We will be using an Oracle database to store signatures along with some personal data to describe the person that is signing. The signature size is ...
You will have to trap this event (restore) and prevent it. I think it has something to do with the system command. Look up pbm_syscommand event id for a user...
Hi Mike: Could you give me the steps how I go about capturing the signature, Please? From the type of data field of the database where the signature will be...
All the information that I use can be obtained at this site: http://www.topazsystems.com/Software/sigplushelp/index.htm Topaz is the pad that I am using and...
Add this line to your script dw_1.SetFocus() dw_1.SetColumn("column") - where column is the column name you want to have the focus immediately. HTH. angelo ......
hi guys, Was wondering if you can force a next line in a computed field like in a text box where you just put a ~n or ~r and it would just go to the next line....
Hi All Currently Iam working with Powerbuilder 8.0 . My need to enhance the application to support multilanguage. We are ready to go to PB 10.0. Can anyone...
Hi guys!! A customer has a huge DB(MS SQL2000) with many columns defined as NVARCHAR and character set sql_Latin1_general_cp1_cs_as . The problem is that data...
Hi !!! I wish i got your point , check this code , i saw it here before. OleObject wsh integer li_rc CONSTANT integer MAXIMIZED = 3 CONSTANT integer MINIMIZED...
PB 10 has unicode capabilities. I myself am using mixed english and chinese and it works great. PB 9.0 and lower versions does not support this. If you are...
Hi !!! I wish i got your point , check this code , i saw it here before. OleObject wsh integer li_rc CONSTANT integer MAXIMIZED = 3 CONSTANT integer MINIMIZED...
Dear all, This Amanullah.. I am using PB8.0 - Oracle - SQL I want to use A5 size paper for my Invoice When I am selecting A5 thru Printer (controlpanel or DW ...