data-entry Questions

15

Solved

Is there any decent way to get a WPF control which is bound to a decimal value? When I just bind the TextBox or DataGridTextColumn to a decimal, data entry is a problem. <TextBox Text="{Bindin...
Ferwerda asked 4/6, 2013 at 9:26

4

Solved

As it is, numericInput accepts both string and numeric inputs. If a string is entered it is converted to NA (try with the code below). Is there a way of not allowing the user to type a string in a ...
Mcbrayer asked 7/7, 2016 at 13:13

3

I have short, variable length decimal numbers, like: #41551, that are manually transcribed by humans. Mistyping one will cause undesirable results, so my first thought is to use the Luhn algorithm ...
Gimp asked 10/11, 2011 at 22:36

6

I’m trying to implement an order entry form using ASP.NET MVC but facing a lot of difficulties. All the samples that I found are related to viewing master detail forms, and none for adding or editi...
Gerrard asked 10/1, 2011 at 11:31

7

Solved

I am building a data entry form in my iPhone app, and there are more data fields than will fit on the screen. I figured I should put them into a UIScrollView so that the user can scroll through the...

5

Solved

What apps or tools do you use for data entry into your database? I'm trying to improve our existing (cumbersome) system that uses a php web based system for entering data one ... item ... at ... a ...
Alliber asked 26/3, 2009 at 23:28

3

Solved

While converting a desktop application to a web app, I've run across my ignorance when attempting to implement a multi-column data entry form using CSS. I'm resolved to avoid using tables for this...
Salzhauer asked 20/9, 2010 at 19:50

3

Solved

Given a very large database of product names, how would you detect possible typos in user searches and suggest possible corrections (Kinda like the way Google presents them)? E.g. User enters "fo...
Elijah asked 28/1, 2009 at 9:27
1

© 2022 - 2024 — McMap. All rights reserved.