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
0
votes
3 answers

Get a unique data in a SQL query

I've a database who contain some datas in that form: icon(name, size, tag) (myicon.png, 16, 'twitter') (myicon.png, 32, 'twitter') (myicon.png, 128, 'twitter') (myicon.png, 256, 'twitter') (anothericon.png, 32, 'facebook') (anothericon.png, 128,…
Jensen
  • 121
  • 1
  • 1
  • 6
0
votes
2 answers

Get a specific entry by group in SQL

I've a database who contain some datas in that form: icon(name, size, tag) (myicon.png, 16, 'twitter') (myicon.png, 32, 'twitter') (myicon.png, 128, 'twitter') (myicon.png, 256, 'twitter') (anothericon.png, 32, 'facebook') (anothericon.png, 128,…
Jensen
  • 121
  • 1
  • 1
  • 6
0
votes
1 answer

Is it good practice to have a getter for every property in a class representing a row, or should I investigate another approach?

I have a NoteEntity class that is meant to represent a row in my notes table. An "(data)entity" in my framework strictly means a stored/storable data entry - a database row, if you will. Creating such an object is as straightforward as initializing…
John Weisz
  • 30,137
  • 13
  • 89
  • 132
0
votes
3 answers

Any smarter way to define constants in bulk?

I want to have macros for all constant strings in the project, which I am assigned to maintain. The format of database fields are like @"first_name", @"last_name", etc. What I want is like follows: #define kFirstName @"first_name" #define kLastName…
Anon
  • 623
  • 3
  • 10
0
votes
1 answer

Drupal - How to hide data in "edit content"

I have a drupal site in which we have multiple custom data types. some of the data in these types we want to be able to check and edit, but not to people who happen to be walking by. i have done the following: disabled visibility of the data in…
kenneth
  • 43
  • 8
0
votes
1 answer

Excel: How to open the Data Entry form from VBA?

There is a built-in data entry form in Excel. I have added a shortcut to this and its quite good. It has a few little issues (i.e. it depends what cell you have selected as to what data it fills in the form). So I want to wrap it up into a macro and…
code_fodder
  • 15,263
  • 17
  • 90
  • 167
0
votes
1 answer

Coded UI test failing in Visual Studio 2013 when entering a blank value from a csv into a WPF data grid

I am running a coded ui test in Visual Studio 2013 into a WPF data grid using values from a csv file. When I have a blank value in the csv file eg ,, it is working fine for input fields but when it comes to entering the empty string into a field on…
Helen
  • 25
  • 1
  • 6
0
votes
1 answer

Windows phone 8.1 handle back button on data entry page

I have an screen in my app where a user enters data. When they leave the page the entered data is not saved, how can I implement a confirmation mechanism if the user has not saved the data. I am using MVVM as a design pattern. Thanks in advance
sidy3d
  • 440
  • 2
  • 8
  • 22
0
votes
0 answers

Limit MySQL End User to Viewing His Own Entries Only

My Table is like this ID FileNumber SellerRep BuyerRep Address 123 142366 John Doe Steve Doe 123 Cute Ave 122 142365 Steve Doe John Doe 412 Best Blvd 121 142364 John Doe John Doe 234 Park Ave 120 132363 …
user3387040
  • 65
  • 1
  • 2
  • 9
0
votes
2 answers

Data: PHP form => email => Access 2007 database

I have a form which is submitted to a PHP page. The data from the form needs to be added to an Access database, however the website is hosted and the Access database is on a network drive. So for now, the form just emails the data to someone who…
Ricket
  • 33,368
  • 30
  • 112
  • 143
0
votes
1 answer

How to create a data-entry form using COBOL for Windows

I am using VFP 9 in Windows 7 for my DBMS and want to do this in COBOL for windows. For a start I want to create, for my Retail Pharmacy, a Medicines List Table with Medicine Type,Medicine Name,Unit Price and use it as a look-up table for Billing…
0
votes
1 answer

replacing an app that uses 15 or more spreadsheets as input

I am struggling with a VB.Net desktop app that some developer wrote 5 or 6 years ago. The data entry team inputs data into multiple spreadsheets (and multiple tabs per excel spreadsheet). The VB.Net desktop app takes around 10 to 15 spreadsheets as…
0
votes
1 answer

There must be a better way to validate data entry

The Database consists of 4 entities and some associative tables. A MAJOR part of the tables (15 tables) are nothing but lookup tables to insure valid data entry. I call them reference tables. They are mostly STATIC.( Male/Female.... ). Whenever you…
0
votes
1 answer

HTML data entry

I have gotten a project on my desk. It involves updating the bios for a bunch of people, however, my boss does not want into a database (I think that would be the best solution but lets not go there). Although, he never said anything about flat…
Natalie Adams
  • 1,841
  • 22
  • 27
0
votes
1 answer

Batch rename images inside folders

I'm doing a data entry job and I need to rename all the images inside a bunch of folders. Instead of doing it manually I thought PHP could help. Inside each folder is an image. I need to loop through all the folders, grab the image and rename it to…
user990717
  • 470
  • 9
  • 18