Questions tagged [data-entry]

Anything related to data-entry, i.e. the process of manually entering data into a system by a human operator.

Anything related to data-entry, i.e. the process of manually entering data into a system by a human operator.

254 questions
3
votes
4 answers

Has anyone used Sigma Grid (Javascript-based editable data grid)?

Has anyone here used Sigma Grid for JavaScript-based data grids? It was the only grid I could find that would allow fast data entry and use of the keypad, but before we spend a lot of development time I wanted to learn about the community's…
Beep beep
  • 18,873
  • 12
  • 63
  • 78
3
votes
3 answers

I want to count all the rows for todays / yesterdays date based on a DATETIME - mysql+php

I have database "db2" with table "menjava" In table menjava have "id", "author" and "date_submitted" field id - auto_increment author - int(11) date_submitted - datetime I want to count all the rows for todays date and all the rows for…
Sašo Krajnc
  • 133
  • 2
  • 3
  • 11
3
votes
1 answer

MVVM WPF datagrid data entry problem

I have a datagrid in my MVVM application which, because of the way the client wants the data displayed, needs use template columns. They want some typical data-entry functionality though (pressing enter performs data checking, commits the row if…
drowned
  • 530
  • 1
  • 12
  • 31
3
votes
2 answers

Vue.JS table data not showing in row

I can't seem to get the data to record into a new row when typed in, and it has since stopped displaying the dummy data when it did before. I really do not understand what I've done wrong so any expert feedback would be greatly appreciated. new…
3
votes
1 answer

On line break event

I'm working on a project involving data entry. The table looks like this : dateTime , enum, text, enum, val1, val2, text, enum; All values apart from val1 and val2 are entered only once and are added to the table for each val1 val2 pair. Val1 and…
Dani
  • 2,480
  • 3
  • 21
  • 27
3
votes
2 answers

Select next row in dataframe in order to insert data in R

I have a data frame, for example: name age 1 "Danny" 20 2 "Mitt" 35 3 "Dylan" 8 When I get new entry, I want to update this df. I have used nrow(df) + 1 for the next row: df[nrow(df) + 1, ] <- c("Tom", 4) Is there any other way to do…
Dr. Richard Tennen
  • 267
  • 1
  • 2
  • 9
3
votes
1 answer

Generate a data entry form dynamically from XSD including validation rules

Is there anything around that can read an XSD schema and dynamically create a (Windows C#) data entry form? It would also need to read the type definitions and use them to validate the data entered. The data would then be save as an XML file. I…
CAD bloke
  • 8,578
  • 7
  • 65
  • 114
3
votes
2 answers

Replacing MS Access forms

We have a number of very old data entry forms that were made in Access that link to our SQL Server database. Each form may have any number of sub-forms. We'd like to move away from using these access frontends but don't have the time to create a new…
DanBrad
  • 43
  • 6
3
votes
1 answer

Django modelform: is inline adding related model possible?

I really hope this is not a duplicate: I couldn't find anything but that could just mean I'm not good at searching :) I have a Django app, and the staff is already using the admin app for... well, administration purposes. I also created a quick data…
Agos
  • 18,542
  • 11
  • 56
  • 70
3
votes
5 answers

Is it possible to script for data entry with Drupal?

I'm planning on putting a store's inventory on a Drupal site and I'm wondering if it's possible to create a script (maybe in python/php?) to enter the data automatically to Drupal with CCK? Thanks in advance!
user133127
  • 547
  • 8
  • 19
2
votes
0 answers

Inserting data into a MySQL table using PHPMyAdmin

This is a bit of a newb question, so apologies if the answer is really obvious. I have a bunch of InnoDB MySQL tables set up with Foreign Key restraints. This is all fine, as far as I can tell, however I'd like to use it to insert data into the…
Chuck Le Butt
  • 47,570
  • 62
  • 203
  • 289
2
votes
2 answers

Limit a number edittext entry to 10 million

I have a "number edittext". I want to limit the entry of the "number edittext" to 10 million. How can I implement this?
Sreedev
  • 6,563
  • 5
  • 43
  • 66
2
votes
2 answers

How can I fix this Access 2003 bug? Data Entry Auto-Generating a Value

I'm experiencing an odd data entry bug in MS Access and I am hoping that someone can possibly help shed a bit of light on why this might be happening and how to fix it. I have a data table that is defined in our SQL Server database. The definition…
RLH
  • 15,230
  • 22
  • 98
  • 182
2
votes
1 answer

How to create a data entry form that puts data in two tables

I have Student and Course Tables Student -------- ID - Primary Key - AutoNumber Name - Text Age - Number Courses ------- CID - Foreign Key CourseTitle - Text ID in Student table is linked to CID in Courses Question I want to create a simple Data…
Anthony
  • 33,838
  • 42
  • 169
  • 278
2
votes
3 answers

asp.net MVC handling dependencies between input controls?

I have an application that has two dependent dropdown lists, where if the user selects a value in list box A, it updates the available set of inputs in list box B. Such as make/model of a car. when the user selects the manufacturer, the list of…
MikeJ
  • 14,430
  • 21
  • 71
  • 87
1
2
3
16 17