I am looking for a timer control that I can drop on a window and display to the user. Basically counting down a pre-configured time. I want to set a timer...
Hi All I need urgently PowerBuilder course presentations material PPT to help me at instructions of PowerBuilder course. Merzik Agaiby ... Have a burning...
Hi, Can someone help me with the exportEntity() function? What I'm trying to do is create a routine that will export one or all of the installed packages of a...
I think you may find help/answers to your question on the Sybase Newsgroup forum for EAServer. This forum is primarily for PB and while some of us have used...
Aris - Here's a function called "of_openExternalApplication" that is used to open one of a set of EXEs whose path and file name have been stored in a Registry...
Aris - Well....aren't I on drugs.... :/ I answered as if your question was for PB Applications, and NOT for the IDE. Apologies. The HELP file says: "You can...
Hi, Try checking first if isvalid(lvd_variable) then // before proceeding.. ... -- Arman Porciuncula [Non-text portions of this message have been removed]...
Hi, we are using pb 8 build 10784. i have a rich text edit control in window, but for some reason the 1st character of the line ignore all the font we...
Hello, How to find dependent object, function or external function using powerbuilder? I create x object and I want to know which object in application using X...
Hi Merzik, You can find Powerbuilder related PPT Under the following Link. http://powerbuilder.hyderabadcolleges.com/index.html Thanks and Regards, Naveen ... ...
Hi, u will have to scan each and every object's variable list to find whether any object is using the object... This you can do with scriptdefintion...
thanks for the suggestion... i tell you exactly what is happening... In this case lvd_variable will be always valid suppose i have a instance variable of...
both you can use the timer event in your object or the timer function, it depends on your style :D geff ... [Non-text portions of this message have been...
Thank You very much Brijesh, i can create small tools to search dependent object base on your script Regards, Sandy ... -- Sandy Wibowo [Non-text portions of...
Hi, Download EAServer developer edition from Sybase website and some samples from their CodeXChange. Also, there are some good EAServer books and only sources...
Hi, all: I have a picture control on a splash window. Both pic and window are matched fine when running on normal screen. But after I delivered my app to a...
Hi, What is the window behavior of your splash screen? Is it filling up the size of the whole screen (sort of maximized, either via script or window property)?...
Hi Gurus, For a particular object, i am taking the variabledefinition.... variabledefintion object name property extract the name of the variable. suppose, i...
Respective Members, I have table with some fields, one field contains mail ids separated by comma For example like below. Email_table Emp_noNamee-mails ...
Respective Members, I have table with some fields, one field contains mail ids separated by comma For example like below. Email_table Emp_no Name e- mails 123...
I already posted my issues on the Sybase Newsgroups. Unfortunately, I haven't gotten any reply. Lack of documentation of the Jaguar APIs aren't helping. What I...
It's this simple. If the "w_frame" object is NOT on the array list of the libraries when you called FindClassDefinition() then surely, the typedefinition will...
hi All, Datawindow tool of powerbuilder has performed magic in rapid application development, its such a strong tool that developers really love it. But what...
Hi, This is not a PB solution, but this is how we handled it. We replaced any cross-tab reports with Excel Pivot Table Reports (data source is still the ...
Hi all, I am thinking of getting PowerBuilder 10.5 Professional and SQL Anywhere Studio 9.02 to implement my multiuser environment. Any idea where to start?...
Hi, Well there is no alternate to CrossTab within PowerBuilder. Although it seems difficult to edit Crosstab Report in PowerBuilder bu there are lot many...
Hi, I resolved my problem. Just UNCHECK the OriginalSize property of the picture control and put the following lines in the OPEN event of splash window. Then...