Aug 7, 2003 #1 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!! !
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!! !
Aug 7, 2003 #2 PowerObject Programmer Jul 30, 2002 204 US Sathmaha, PowerScript: dw.Object.<columnname>.EditMask.Mask = "<mask>" dw.Modify( "<columnname>.EditMask.Mask = '" + <mask> + "'" ) --- PowerObject! ----------------------------------------- http://Groups.Yahoo.com/group/PowerObjectPowerBuilder / PFC Developers' Group Upvote 0 Downvote
Sathmaha, PowerScript: dw.Object.<columnname>.EditMask.Mask = "<mask>" dw.Modify( "<columnname>.EditMask.Mask = '" + <mask> + "'" ) --- PowerObject! ----------------------------------------- http://Groups.Yahoo.com/group/PowerObjectPowerBuilder / PFC Developers' Group