englishpowerbuilder.blogspot.com
PowerBuilder Corner: October 2005
http://englishpowerbuilder.blogspot.com/2005_10_01_archive.html
Thursday, October 27, 2005. Datawindow.net date formatting. This time I want to share with you this article about dw.net date formatting. I will explain how you can set the date format in dw.net (Web Environment). I have been reading many messages from Sybase’s costumers asking for a work around. I hope this can help you solve the problem. In order to handle the date formatting the way we want, we have to follow these steps:. A pop up window will show, watch the picture:. Var DW PARSEDT monseq = 0;.
englishpowerbuilder.blogspot.com
PowerBuilder Corner: November 2004
http://englishpowerbuilder.blogspot.com/2004_11_01_archive.html
Thursday, November 04, 2004. A String Occurrence Search and Replace RoutineThe following code demonstrates a string occurrence search and replaceroutine.This routine works generically for any string. For example,if old str = "red" and new str ="green", all occurrences of "red" inside of mystring will be replaced with "green". Name = source Type = String. Name = look for Type = String. Name = replace with Type = String. Int start pos=1,len look for. Len look for = len(look for). DO WHILE start pos 0.
englishpowerbuilder.blogspot.com
PowerBuilder Corner: Datawindow.net date formatting
http://englishpowerbuilder.blogspot.com/2005/10/datawindownet-date-formatting.html
Thursday, October 27, 2005. Datawindow.net date formatting. This time I want to share with you this article about dw.net date formatting. I will explain how you can set the date format in dw.net (Web Environment). I have been reading many messages from Sybase’s costumers asking for a work around. I hope this can help you solve the problem. In order to handle the date formatting the way we want, we have to follow these steps:. A pop up window will show, watch the picture:. Var DW PARSEDT monseq = 0;.
englishpowerbuilder.blogspot.com
PowerBuilder Corner: ISUG
http://englishpowerbuilder.blogspot.com/2004/10/isug.html
Wednesday, October 27, 2004. Hello dear friends,. Sybase is promoting a new comunity of Developers called ISUG (International Sybase User Group) http:/ www.isug.com. Have a nice Day, regards! Posted by Carlos Lone @ 9:10 AM. Comments: Post a Comment. Guatemala, Guatemala, Guatemala. View my complete profile. My net Blog (Spanish). My Spanish Powerbuilder Blog (Spanish).
englishpowerbuilder.blogspot.com
PowerBuilder Corner: Welcome to PowerBuilder Corner
http://englishpowerbuilder.blogspot.com/2004/10/welcome-to-powerbuilder-corner.html
Wednesday, October 13, 2004. Welcome to PowerBuilder Corner. Hello dear Friends, My name is Carlos Lone, I'm from the beautiful country of Guatemala, I have started this Blog so we can Share Code Snipets, Bugs, Experiences, Thoughts, Examples, etc. about the PowerFul tool from Sybase, PowerBuilder. So everyone is invited to join this group. I hope that you can find interesting stuffs here . Ing Carlos A. Lone. Posted by Carlos Lone @ 8:06 AM. Its really nice about PowerBuilder. View my complete profile.
englishpowerbuilder.blogspot.com
PowerBuilder Corner: August 2005
http://englishpowerbuilder.blogspot.com/2005_08_01_archive.html
Tuesday, August 30, 2005. Exporting Datawindows to Excel without loosing Format. Recently, I have been reading threads about the subject of this post. There are many people who needs to export a DW content to Excel. The easiest way to achive this is by using SaveAS method, but wait up., someone could say, I have tried this already, but it didn't work when using computed fields or what about crosstabs. Well, don't get scared! To do this, you should follow these steps:. True or false to show headers).
englishpowerbuilder.blogspot.com
PowerBuilder Corner: Global Replace Function
http://englishpowerbuilder.blogspot.com/2004/11/global-replace-function.html
Thursday, November 04, 2004. A String Occurrence Search and Replace RoutineThe following code demonstrates a string occurrence search and replaceroutine.This routine works generically for any string. For example,if old str = "red" and new str ="green", all occurrences of "red" inside of mystring will be replaced with "green". Name = source Type = String. Name = look for Type = String. Name = replace with Type = String. Int start pos=1,len look for. Len look for = len(look for). DO WHILE start pos 0.
englishpowerbuilder.blogspot.com
PowerBuilder Corner: October 2004
http://englishpowerbuilder.blogspot.com/2004_10_01_archive.html
Wednesday, October 27, 2004. Hello dear friends,. Sybase is promoting a new comunity of Developers called ISUG (International Sybase User Group) http:/ www.isug.com. Have a nice Day, regards! Posted by Carlos Lone @ 9:10 AM 0 comments. Wednesday, October 13, 2004. Welcome to PowerBuilder Corner. Ing Carlos A. Lone. Posted by Carlos Lone @ 8:06 AM 3 comments. Guatemala, Guatemala, Guatemala. View my complete profile. My net Blog (Spanish). My Spanish Powerbuilder Blog (Spanish).
englishpowerbuilder.blogspot.com
PowerBuilder Corner: Exporting Datawindows to Excel without loosing Format
http://englishpowerbuilder.blogspot.com/2005/08/exporting-datawindows-to-excel-without.html
Tuesday, August 30, 2005. Exporting Datawindows to Excel without loosing Format. Recently, I have been reading threads about the subject of this post. There are many people who needs to export a DW content to Excel. The easiest way to achive this is by using SaveAS method, but wait up., someone could say, I have tried this already, but it didn't work when using computed fields or what about crosstabs. Well, don't get scared! To do this, you should follow these steps:. True or false to show headers).