Friends, When I was using PB5 and SQLAnywhere 5, I used the following syntax from pbscript to backup a running database: Run("ISQL -q DBTOOL COMPRESS DATABASE...
Hello Olivier, Sorry for troubling u, but i am not the member of that group, and thats the reason it is not accesible to me. Thanks Ramendra Olivier Citeau...
Hello, Just try to get rid of Filter() because after making filter once, u have to reset the filter and thats the reason u r not getting the appropriate...
The best bang for your source control buck is QVCS PRO. Excellent functionality, well supported, and $45 per seat instead of $900+ per seat for PVCS and most...
In order to prevent invalid data on the 2nd dddw you must either control the RETRIEVE fro that dddw or you must use a filter. If you use the FILTER approach...
It is always suggested to retrieve data in one go and then use filter instead of retrieving every time item in first dddw changes. Secondly SetFilter(New...
In using the filter process you may need to also include a sort to keep the list in sequence if that is important. My experience is that when filtering with...
Does anyone know if PB v10.5.0 build 4523 is a CD release? I tried to upgrade from v10.2.1 to v10.5.0 build 5034 and the InstallShield would not proceed...
Can I Upgrade from 10.0 to 10.5 by downloading the build upgrade files from Sybase? Or do I need to purchase the upgrade from them? Allan DeSouza *:...
FYI - I called Sybase: PB v10.5.0 is a full product release. If your company has a Maintenance Agreement with Sybase then they will email you a link from which...
Ramendra, You might join the group, or The Powerbuilder documentation is available online at http://sybooks.sybase.com/nav/base.do On that page, select product...
I need a field to receive a line of data from a magnetic stripe card reader. How do I set up the field to let the read complete and then be able to do some...
hello all, i am facing a problem relating to deployment of executable created in PB 10.0 Build 5032 i have created an executable in PB 10.0 and have deployed...
Hello everyone. I wonder if this is a PB Bug.. When i type my report in rte control, then save the contents as a blob. I update the blob in the database....
Hello, Why don't u get PBVM 10.0 and deploy it on the client machine. Thanks Ramendra Vikram Singh laxman kadam <kd_laxman@...> wrote: hello all, i am...
Thanks. But it generates error when I use as follows: Run("ISQL -q DBTOOL COMPRESS DATABASE '"+lsSourceFile+"' TO '"+ lsDestinationFile+"'") ISQL was doing...
PB10 comes with a runtime packager. Use that to create a msi file and you won't miss anything. Ramendra Singh <ramendravikram@...> wrote: Hello, Why...
I also a RTF control and it seems to be working just fine. Did you use PasteRTF()? That is what I use. One thing I found out was that those reports that I...
If you want to execute your proc in code, use the following: DECLARE msp PROCEDURE FRO MySP; EXECUTE msp @Pers_Number = :Pers_Num; If you get the error message...
It might be something to do with the unit measurement of the margins of either the RTF text or the control itself, as I've had a similar problem in the past. ...
Hi All, i am using PB 10.5. How can i get path of desktop folder.If there is any examples it will be helpful for me. Thanks in advance Rasheed [Non-text...
HI Laxman, Its good to see that you are doing much more R & D on PB10. keep going Regards Sandesh ... [Non-text portions of this message have been removed]...
Found this on the web, but I've not tested it. oleobject ws string ls_desktop ws = CREATE oleobject ws.ConnectToNewObject("WScript.Shell") ls_desktop =...
From a previous post: A part of http://www.rgagnon.com/pbdetails/pb-0182.html ******************************************************** oleobject ws string...
Hi Gurus, I am using PB Version 8.0.4 Build 10575 My datawindow retrieves the datas and show up fine from the application. But would print only the header and...