w*** t%% f###? for job intervu? r u applicant? if u dunno basic power builder then haw? baka ja nai! ... specified period of time, ... the error is not handled...
Go to the EXAMPLES application that came with your PowerBuilder IDE and look up "Treeview". There are working examples of code there for your viewing pleasure....
pb10.5 ms access 2000 I'm having trouble implementing a left outer join in the data source painter. The error message reads SqlState S1000: Join not...
Hi Evryone, I'm relatively new to PowerBuilder world. now my company ask me to do self-learning of PB 9.0.2, could anyone pls provide me a link for Video...
Hi, If you're a new PB user, Unleashed PB 6 can provide you with a lot of help even if you will be using PB 9. For PB 9, there are available books but eBooks,...
Hi, try this http://sybooks.sybase.com/nav/detail.do?docset=429 ... Hi Evryone, I'm relatively new to PowerBuilder world. now my company ask me to do...
pre arman, i thought i got it already.. when i tried to edit the formula with the one you gave me. i was able to get a value.. then when i removed the work...
hi! here is one link which i got from experts exchange http://www.pediy.com/tools/Decompilers.htm but this link is in chinese.. however just check out the file...
Hi Ranjit, You can create such service by creating your own non-visual user object. Steps 1)- Create a non visual aobject 2)- Create function in this userobjet...
hi, see powerbuilder help extended attributes Information about database columns that extends their definitions. Extended attributes include text for labels...
hi, have you solved ur problem ? if no, what i see in you case is that syntax for left outer join for sql and syntax for access is diffirent, am i right? so...
I have not solved it yet, but I'll try your code. Thanks for responding. ... From: dj_znyx@... To: PowerObject@yahoogroups.com Sent: Thu, 3 May 2007...
... powerbuilder..? ... From PB Help: Information about database columns that extends their definitions. Extended attributes include text for labels and...
Hi all, Anyone knows how to show a dialog like GetFileSaveName but for select a folder instead a file? Any API Function, maybe? Powerbuilder 7 and windows XP. ...
Hi, For PB9 (I think) and above, there is a build-in function for this, GetFolder(), however for PB 7, there is none yet. You have to use API function...
Hi, We are searching a tool, with wich we can find declared, but not used variables (local, instance and global) in our PowerBuilder Scripts. Do anybody knows...
Heiko Betzler
h.betzler@...
May 7, 2007 12:23 pm
22836
Also, you may look at the sample inside the PDF: http://64.18.163.122/rgagnon/download/realhowto-pb.pdf Thanks again to Google! ... -- Arman Porciuncula ...
There are 2 tools which can help you do this but one is more expensive and the other requires more work. Visual Expert - This tool will analyze your...
re-posting.. ... when a column spills over the next page it overlaps the same header of the next page. Has anyone here had this behavior before? How'd you fix...
Hi Dave, thanks for your detailed answer. I will test the two tools and let you know my decission. Have a nice day. Heiko ________________________________ ...
Heiko Betzler
h.betzler@...
May 7, 2007 2:44 pm
22840
Please explain your question in a little more detail. If you have a client/server application then he client can be closed with a simple HALT command (see the...
I mean i have install my application in my computer(as comp A) and in other computer(as comp B). I want the application in computer A can close same...
One way to do this is for each computer to use the Timer event to look for a message to close at a designated location on a file server or in the database. ...