NEWS update

ตอนนี้ทาง SSC มีแผนที่จะจัดเทรนนิ่ง PB V.12 โดยจะเชิญผู้สอนจากทาง Sybase (สิงค์โปร) วันที่ 29 -30 กรกฎาคม 53 (กำหนดการอาจจะมีการเปลี่ยนแปลงจะแจ้งให้ทราบล่วงหน้า)
ติดต่อ  SSC Solutions Co., Ltd. www.sscs.co.th, www.senseflow.org  Phone: +66 2618 8638  Ext.210

POWERBUILDER
การสร้าง Wallpaper PDF พิมพ์ อีเมล
สวัสดีครับ วันนี้เราจะมาทำการสร้าง Wallpaper ให้กับ โปรแกรมของเราเอง สำหรับเจ้า Wallpaper นี้จะประกอบไปด้วย Structure กับ NonvisualObject ซึ่งหัวใจหลักจะอยู่ที่ตัว NonvisualObject ซึ่งจะประกอบไปด้วย Function...

อ่านเพิ่มเติม...
 
การกำหนดขนาด paper size ที่ไม่มีในรายการให้เลือก PDF พิมพ์ อีเมล
จริงๆ แล้วก็เอามาจาก help แหละครับ แต่อาจจะหาลำบากนิดนึง
ตามนี้ครับ
To specify a user-defined paper size at runtime,
set the Paper.Size property to 256,
then set the Print.CustomPage.Length and
Print.Custom.Page.Width properties to the desired size in millimeters.
These properties cannot be set in the painter.
For example:

dw_1.Object.DataWindow.Print.Paper.Size = 256...

อ่านเพิ่มเติม...
 
function หาอายุเป็นปีเดือนวันจากวันเกิดกับวันที่ต้องการ PDF พิมพ์ อีเมล
สวัสดีครับ
       function return อายุเป็นปีเดือนวันจากวันเกิดและวันที่ต้องการคำนวนโดยอาศัย function ของ SQL เลยฝากมาให้ดูครับ
argument มี 2 ตัว คือ ad_birth = วันเกิด, ad_now = วันที่ต้องการคำนวน
import script...

อ่านเพิ่มเติม...
 
disable a column in datawindow PDF พิมพ์ อีเมล
1 - Make the control's disable for editing
0 - Enable for Editing
dw_1.object.objectname.protect = 1
example : dw_detd.object.matrix.protect = 1
 
To set column background PDF พิมพ์ อีเมล
0 - Make the control's background opaque.
1 - Make the control's background transparent.

dw_1.object.objectname.background.mode = 0
example : dw_1.object.matrix.background.mode = 0

To set background color dynamically :
dw_1.object.objectname.background.color = RGB(192, 192, 192)
example : dw_1.object.matrix.background.color = RGB(192, 192, 192)

from
url http://harimada.blogspot.com/search/label/PB%20Codes
 


หน้า 7 จาก 9