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
1
vote
1 answer

UI Design Query : Many to many relationships for data entry UI

I am designing a Data Entry UI for a WPF application and have a scenario where I need to enter a many-many relationship. Object A is Parent object. A has an observable collection of type Object B. Object B has two text fields and an observable…
ganeshran
  • 3,512
  • 7
  • 41
  • 69
1
vote
1 answer

What application can read and write data to Snowflake?

I have been tasked with creating an application or using an existing one (Access, Excel, Power Apps) that allows users to read Snowflake data and also allow update, insert and delete operations. I am pretty sure Excel, Access and PowerApps are read…
Phillip Putzback
  • 151
  • 3
  • 13
1
vote
5 answers

Allow user to separate dates with period in MS Access

I am working with an Access database where I have a form that contains several date entry fields. I have a new user that is used to using a period as a delimiter for dates so instead of "6/22/11" or "6-22-11", they enter "6.22.11". I would like to…
AdmSteck
  • 1,753
  • 15
  • 25
1
vote
1 answer

How do I create a new record in a table according to primary key of another tab in an Access Form?

I have two tables. The first one is the list of my customers with their auto-generated ID, their name and their status in my DB. The second table is the list of my customers' phone numbers and whether it is a mobile or landline. One customer can…
adlsc
  • 33
  • 1
  • 3
1
vote
1 answer

How to to extract texts only from inside of the "Inverted Comma or Quotes" by using Notepad++

I have a text document. I want to extract texts only from inside of the "Inverted Comma or Quotes" by using Notepadd++ or any website For Eg: Lorem "Football" ipsum dolor "Cricket" sit amet, consectetur "Tennis" adipiscing "Asia" sed do "Europe"…
user2996362
  • 49
  • 1
  • 8
1
vote
2 answers

How to keep only desired texts "Before and After" in Notepadd + ? Remove all other texts

I have some HTML files. How can I remove all texts before and after class="header" or id="header" attribute. I want to extract all classes like it. For eg: **These are my HTML codes:**
user2996362
  • 49
  • 1
  • 8
1
vote
1 answer

How to emulate temporary text editor on a throwaway file

I have a basic text based Java app. I want the user to be able to enter sensitive info (password) in a text editing session that only exists for that purpose. A bit like with git you get a temporary session/file in vi (or another set editor) to edit…
1
vote
1 answer

How to copy to clipboard from each excel cell and paste to application

I'm just starting out - 2 days into learning python. Trying to automate data entry in user form by reading from excel sheet. I used the code below but am unable to run this loop for every row. n=1 for n in range(n, sheet.max_column): #loop till…
hvst
  • 13
  • 4
1
vote
0 answers

Alert users that their records are out-of-date, as they become out of date?

I have a construction_events table in an Oracle database. Users enter construction events into the table via GIS software. For example, a user can enter a construction project for 2019. The event_status would be entered as proposed. Starts out as…
User1974
  • 276
  • 1
  • 17
  • 63
1
vote
1 answer

Data entry in an Excel based CSV and R's as.Date() function causing problems

So I have been using a excel for manual data entry for a CSV file which I am reading into R Studio using read_csv. It is reading in fine, my date is in this format 31/07/2013 so I used this to convert it patients$Date <- as.Date(patients$Date,…
Asif LalDin
  • 111
  • 1
  • 8
1
vote
1 answer

using wcf or odata for data entry in wp7

Does anyone have a simple data entry example which involves WCF (Odata ) and WP7? Thanks
femi
  • 974
  • 2
  • 13
  • 44
1
vote
0 answers

User data entry process from both UIView and UICollectionView for 1 class

I have a project in XCODE 8 (SWIFT 3) where I try to collect user input from two screens and create an instance of a class. You enter some information on the first scene and hit next button on top right which will perform a segue to a new scene…
1
vote
3 answers

One (probably unbound) Access 2003 form to create multiple records

I've been recruited to work on a form for tracking specimens. Each specimen is associated with a subject; each specimen also has a particular slot in a 9 x 9 storage box. For ease of data entry, I think it would be best if the Access form mirrored…
Matt Parker
  • 26,709
  • 7
  • 54
  • 72
1
vote
1 answer

Kendo Grid Selected Row vs. Hover/Mouseover Row

We're using Kendo Grid for data entry and there appears to be two different row selectors, only one of which we are able to turn on/off. The selected row (see #1 black arrow below) can be turned off with "selectable: false". However, another row…
A2MetalCore
  • 1,621
  • 4
  • 25
  • 49
1
vote
1 answer

Distribute arbitrary rows on multiple columns

I have a table of materials. I need to fill a data entry form from that table. The problem is that the data entry form is divided into multiple columns each one containing a a number of materials as in the picture. How to write a tsql select query…
Ehab
  • 566
  • 6
  • 24