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

sql won't add new entries. :(

My function won't add any entry to my existing sql database. Any ideas? sqlite3 *database; sqlite3_stmt *compiledStatement; if(sqlite3_open([databasePath UTF8String], &database) == SQLITE_OK) { NSString *tmpSQLStatement =…
user134282
  • 153
  • 2
  • 3
  • 13
0
votes
3 answers

How can I remove item (entry from textbox) in listbox

In my form have TextBox1 and ListBox1, buttonAdd, buttonRemove buttonAdd => OK, I can do it. buttonRemove: When you delete a section: - Delete entry from textbox: Check one item in the listbox item should be deleted, if there are clear, if not, the…
user2485423
  • 1
  • 1
  • 3
0
votes
0 answers

Proper Formatting and Procedures for Basic Data Entry and Manipulation in SAS

I have a data file that I am trying to import into SAS that looks something like the below: WCM2B W C M 2 B M.B 2 18.4 12.3 g WCM2B W C M 2 B M.B 2 19.2 12.3 g WCM2B W C M 2 B S.P 2 19.5 DQ ('') WCM2B W C M 2 B Z.G 2 17.7 10.7 g WCM2B W C M 2 B Z.G…
user26091
  • 123
  • 3
0
votes
1 answer

Automate Data Entry in Internet Explorer

There is a small webpage with 2 text boxes and 2 buttons each to submit data in each textbox to the server. I have a list of values in a notepad which i want to submit through the second textbox automatically. I believe it will work something…
0
votes
4 answers

How to format user input names on a large set of data from a sql/oracle database?

I have a table that stores names that are input by the user into a text edit box. There is no selection or masking on this input box This leads the database to have inconsistent data such as John Doe John Dow Jonh doe johh Doe when the name is…
jordan
  • 3,436
  • 11
  • 44
  • 75
0
votes
2 answers

Recommended Mac GUI data entry tools for populating SQLite databases for iPhone app use?

While making an iPhone app that refers to a (not yet existing) SQLite db Are there any good, cheap programs for data entry?
willc2
  • 38,991
  • 25
  • 88
  • 99
0
votes
1 answer

Possible to host a simple web form that submits to a MySQL db on a network drive

I am looking at some alternatives to collating information into a database and then running some SQL queries off that to produce some reports. Now currently I have a MS Access(2003) on a network drive and my guys in the field will access this db…
Johan Rheeder
  • 319
  • 4
  • 23
0
votes
1 answer

Data Entry for a QTableView with QSqlTableModel

I have a basic QTableView displaying data from an SQLite table with QSqlTableModel. Data entry is done by the parent dialog having a number of widgets representing the field data and an "Add" button. Data removal is done via a "Remove selected rows"…
Tim Jones
  • 307
  • 3
  • 11
0
votes
1 answer

Different controls for editing and viewing data

I want the controls in my wpf window to change depending on whether the user is viewing or editing/inserting data. For example, I want to display a label at view time, but a text box (or combo box etc) at edit/insert time. Can I do this with…
mcalex
  • 6,628
  • 5
  • 50
  • 80
0
votes
1 answer

How to implement different data entry modes using jQuery with ASP.net

I am researching about the right approach on how to implement data entry forms that change according to the data entry mode. Here's the situation: Consider a parent-child form where you have a list of employees and a section to display employee…
user1309226
  • 739
  • 1
  • 10
  • 31
-1
votes
1 answer

Data entry form responses directly to a template

I have created a data entry form in Google Sheets, and would now like the data to be placed in my templates cells automatically. The user fills out a form, and ideally the answers would fill out the template and execute the calculations…
-1
votes
1 answer

Entry data form

I'm creating a data entry form to a database sheet, previously I've managed to create a single cell data entry form. But now I'm going to create a data entry form that is entered in the range B6:N10. How do I modify it? function SIMPAN1() { var…
-1
votes
1 answer

During consumption of large datasets, encounter malformed/invalid lines

During the consumption of large datasets, it’s very common to encounter malformed/invalid lines. However, we don’t want to stop the pipeline every time a bad line is found. We need to react to this issue by storing the malformed records in a…
-1
votes
1 answer

Is there a way to generate woocommerce products from .jpeg images?

A customer of mine sent me some images (2300) for 600 products that he wants to create. The images are all .jpeg format and the image name is like this: SKU - name - material - dimensions. There is also a number at the end of the image name, if it…
-1
votes
1 answer

How to use one of the elements of the list to call out a specific data list

I have 4000 atoms and I have 5 different time frames: for each one of the time frames there are 4000 sets of XY and Z coordinates for each one of the atoms. I am writing a code in python to read the data from the output file. I got The coordinates…
Sulfone
  • 1
  • 1
1 2 3
16
17