Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi Friends ! Please let me know

Status
Not open for further replies.

Sathmaha

Programmer
Aug 4, 2003
8
GB
Hi Friends !

Please let me know the following solution. Advance thanks for that.

I like to set the Edit Mask of the Datawindow column in running time . is it possible ? if its , please let me know that with syntax and exmaple.

Thanks a LOT!! !
 
Sathmaha,

PowerScript:

dw.Object.<columnname>.EditMask.Mask = &quot;<mask>&quot;

dw.Modify( &quot;<columnname>.EditMask.Mask = '&quot; + <mask> + &quot;'&quot; )

---
PowerObject!
-----------------------------------------
PowerBuilder / PFC Developers' Group
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top