|
-
February 14th, 1999, 08:57 PM
#1
Masked Edit
- When binding a textbox to a database field, the value changes to the current field value for each new record - when surfing through the records. When an empty record is found the textbox is blank. No Problem!
- When using a Masked Edit box for phone numbers, the same occurs except when an empty record is found the value is carried over from the last records field, it does not write to the empty record, but is misleading in appearing that something is there when it really isn't.
- Is there a way around this, to show the empty field as empty?
-
February 23rd, 1999, 11:36 AM
#2
Re: Masked Edit
Properties for MUST be :
Allowprompt = False
PromptInclude = False
PromptChar = ' '
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|