HI SIR, I AM USING POWER BUIDER 6.0 SIR HOW TO IMPORT THE DATA FROM EXCEL TO DATA WINDOW? REGURDS RAMA ... Jiyo cricket on Yahoo! India cricket [Non-text...
We can find all "What's new " of each PB version here : http://www.techno-kitten.com/ Maybe, Shaz was talking about enterprise vs professional, vs desktop. ...
You can't import .xls data directely. YOu can save the data from Excel as a tab delimited file which can then be imported using ImportFile. Dave HI SIR, I AM...
Hi, Just Get the workspaceheight() and workspacewidth() od the screen and based upon these values adjust the X, Y, Height and width of other control in the...
Ok, so I have this application and somehow in two different pbl's was a datawindow called d_yournamehere. The problem was one of these datawindows was...
As far as I know, No. I am actually working on this right now with 4 dw's. It's more fun when they're connected to source control! http://www.techno-kitten.com...
You can have same named datawindows. However, only the datawindow in the first PBL during compiling will be invoked. The only way you have the two datawindows...
Running PB 9.0.1 PB help says Sleep(seconds) seconds Long for the number of seconds you want the application to pause. Could this actually mean milliseconds...
Hi Barry, I think that this PB function is new in PB8. So I guess this code was written prior to PB8, using Windows API. So checkout "global external function"...
I use the sleep function and thought it does not hit exactly the number of seconds it is close in our application. I use 300 for 5 minutes and it is actually...
How can I find the IP of computer or DSL modem that I connected to the internet by Powerbuilder? I need the external IP of this device. For example my IP is...
This is the API ftn I used before PB added theirs: SUBROUTINE Sleep(ulong millisecond) LIBRARY "Kernel32.dll" The PowerBuilder ftn is in seconds. Ken Metz ......
Primary = the currently active buffer available to the script and presented to the user Original = the data retrieved from the database Filter = the data...
Allan is correct. Another thing to check are the messages at the end of each compile. If you have more than one object with the same name, you WILL get a...
Allan - Do an EDIT SOURCE on these datawindow objects to ensure that no schema links are present. If no schema links exist in the dwo AND the transaction...
Olan, I'm not so sure on your last post. I ran pibble peeper and found 4 duplicate datawindows across 3 separate pibbles. The very first thing I did, was do a...
If you are trying to change the actual retrieval arguments themselves at runtime, like this.... FROM: SELECT * from table1 WHERE column1 = :A and column2 = :B...
Thanks. I was pretty sure that the first datawindow found would be used during the compile but I hadn't been checking the compile messages for duplicate...
Olivier, That's it! It's a global external function Windows API having the name sleep. This program was written in PB9, but the function must have been copied...
Perhaps it's a setting on the compiler, because my compiler logs always list all duplicate objects. In the Library Painter, look under the "DESIGN/Options"...
Thanks Olan, It works now. Allan DeSouza *: 416-325-1947 Systems Analyst, Technology & Business Solutions Community Services I&IT Cluster, Ministry of...
I tried but it gives ip of my machine, What I need is : 192.168.1.145 my ip ---> 192.168.1.1 __DSL__ 81.214.XXX.XXX -----> internet I dont need my internal...
Hi All We have migrated the application from PB 6.5 to PB 10 . In the application we are generating reports in PSR format . But it seems PB 10 does not support...
Kharate, Rahul(ODC-TCS)
rkharate@...
Feb 1, 2006 10:22 pm
18418
Yes, you are right, the PB6 PSR's are not supported due to changes in higher PB versions. You should use PB6 to save the data in a .txt format (without...