mask in column of datagrid
-
-
what do you mean by mask a column in database? As far that I know you create your own MS Access database before you use the VB.Net to generate a dataset. I believe that you can mask any column, if not all in the MS Access. I not sure what you really mean. Could you elaborate more about masking. bravo659
-
what do you mean by mask a column in database? As far that I know you create your own MS Access database before you use the VB.Net to generate a dataset. I believe that you can mask any column, if not all in the MS Access. I not sure what you really mean. Could you elaborate more about masking. bravo659
Well my MS Access database has one column that is NUMERIC and can only contain NUMERIC figures. For example, 5623659899 can't be 562-365-9899. There for I don't know how to take the 10 digit number and display it in a datagrid using the "-" to make it look like a telephone number. I'm not sure how to do this myself. If you want too, I can send you the project for you to look at. Just let me know. DataGrid1 should produce Last Phone Red 123-456-7895 instead of --->1234567895 Blue 456-895-5698 --->4568955698 Yellow 458-652-1452 --->4586521452 Green 562-123-0258 --->5621230258 Please let me know if you want me to send you the project or if you are still unclear as to what I am trying to do. Thanks,:) Beginner in VB.Net
-
Well my MS Access database has one column that is NUMERIC and can only contain NUMERIC figures. For example, 5623659899 can't be 562-365-9899. There for I don't know how to take the 10 digit number and display it in a datagrid using the "-" to make it look like a telephone number. I'm not sure how to do this myself. If you want too, I can send you the project for you to look at. Just let me know. DataGrid1 should produce Last Phone Red 123-456-7895 instead of --->1234567895 Blue 456-895-5698 --->4568955698 Yellow 458-652-1452 --->4586521452 Green 562-123-0258 --->5621230258 Please let me know if you want me to send you the project or if you are still unclear as to what I am trying to do. Thanks,:) Beginner in VB.Net
Yeah send me the application that you created and let me evaluate what you have done and I will tell you the next step to take to get the phone numbers with its format. bravo659
-
Well my MS Access database has one column that is NUMERIC and can only contain NUMERIC figures. For example, 5623659899 can't be 562-365-9899. There for I don't know how to take the 10 digit number and display it in a datagrid using the "-" to make it look like a telephone number. I'm not sure how to do this myself. If you want too, I can send you the project for you to look at. Just let me know. DataGrid1 should produce Last Phone Red 123-456-7895 instead of --->1234567895 Blue 456-895-5698 --->4568955698 Yellow 458-652-1452 --->4586521452 Green 562-123-0258 --->5621230258 Please let me know if you want me to send you the project or if you are still unclear as to what I am trying to do. Thanks,:) Beginner in VB.Net
Wondering if you already received my email with explanation in how to mask your application? bravo659
-
Wondering if you already received my email with explanation in how to mask your application? bravo659
Yes I did. I was able to use the imput mask in the access database and it worked when you opened access. When I pulled that column into a datagrid it didn't bring the mask with it. So it still displayed 1234567895 instead of 123-456-7895? Is there something special that I have to do in .Net to display the input mask as well?:doh: Thanks:cool: Tim