Hi all! I am developing a application,my boss want the title bar of window or datawindow is application specific not as like a windows 2k/XP property. how can...
Hi Juan Yahoo, Its great, your method is work. Thanks a lot. // Profile rb_entry_mysql mysql SQLCA.DBMS = "ODBC" SQLCA.AutoCommit = False SQLCA.DBParm =...
hi everyone, i want to create a web application using backend as sql server 2000. but i don't know how to start means how to connect with dataabse etc. is...
Hi Dave, Actually I try the method already. But the result still the same. I like to learn from others member experience here. I'm also know Oliver have a lot...
Hi guys , I remember i read that before. I want to exchange data between 2 EXE's. Please help if both are in PB9 and what if one of them is in VB6 ? How can i...
Hi All, I face another problem for using PB9 wih MySQL 4.1 Database in Datawindows. While I edit the datawindows created before, while I click on the...
Hi Mustapha, My PowerBuilder version is 9.0 build 5507. Any problem with this version? Do you have any idea to update this version? Thanks ... From: Mustapha...
Arie - One way to do this is to have TWO applications for the same set of code. The PROPERTIES of each target will be the same for both apps, except for the...
To change the title of any window: w_whatever.Title = "Whatever title you wish" To change the title of a dw: dw_whatever.Title = "whatever title you wish" Olan...
*Sigh* Questions like this kill me. This forum exists to help people with PowerBuilder questions, but this is an example of a question that indicates that...
Hi, you should got at least up to last maintenance release 9.0.3 build 8004. You can download these from Sybase site http://www.sybase.com/downloads You just...
Hi Arman, you understood correctly what I mean. This means every time someone needs to include a global variable , we need to create a new application with the...
hi all, anyone no how can i make a faster the connection with sql server 2000, and power builder 9 the correct method, to configure my db profile (i hear...
This question is often asked thinking that the network connection is the source of the problem with performance. More often the problem is in the database...
Bharat - 1. Yes. 2. OBDC, JDBC, PB via EAServer, native connection These are the short answers to your question. Which, by the way, indicates that you have...
In addition to Dave's excellent response, be sure to check to see if the appropriate maintenance methods have been run on your database. In Oracle, that means...
Hello all, I am using PB10.2 (build 4523) and I would like to find out of there is a way to programmatically expand the treeview groups in a treeview dw. I ...
priyavadan.bhudia@...
Dec 4, 2006 5:06 pm
21619
Look in the HELP file for: EXPAND COLLAPSE EXPANDALL COLLAPSEALL EXPANDALLCHILDREN EXPANDLEVEL Olan ... Hello all, I am using PB10.2 (build 4523) and I would...
PB10.5 and not (10.2) as informed in the original email. Regards, Priyavadan Bhudia Northdoor plc 1-3 Dufferin Street London EC1Y 8NA ... there is a ... dw. I...
maybe i dont make the correct question, sorry for my poor english.. I have sql2000server in my local pc, when i retrieve a single table in the database query...
Foxpro is NOT a database, it is a series of indexed files, thus the retrieval will be faster. Since you make no mention of where the files are located, if SQL...
Hi PB users: Client/server based model will soon generate more cost and hassle to your company. Web-based application is THE technology market trend. Should...
I found the api for settime, but it refers to a filehandle rather than a filename. I have tried to use CreateFile to get a handle, but dealing with the...
Hi Juan, I have also worked with Foxpro (and other DBFs) before. We cannot compare Foxpro DBFs with any RDBMS that exists today. DBF files when opened, are not...
Hi!, I am facing some problem,I am developing a Application in which my Boss want to utilise a status bar at bottom of the application window. how can access...
What version of PB ? How can you expect us to help you without knowing particulars ? Have you ever considered doing a Google/Yahoo search for "powerbuilder ...
I am constantly amazed at what people "think" they need to do with PB. PB is primarily a database tool, not a Windows management tool. You can surely do most...