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

Calculating with a numeric entry value

I am writing a GUI with tkinter, and I try to use an entry widget. Users should enter a numeric value within the entry box. Within the code I wrote a function which uses the entered numeric value in a calculation, using the .get() method to receive…
2
votes
1 answer

How to type an "@" character in a Jupyter Notebook on a Mac

I just tried to enter an "@" character in a Jupyter Notebook on a Mac by ALT+g which is the standard MAC way to type the at-sign. However, instead of inserting an "@" The "Jump to line:" input dialog was triggered in the active cell. How can an "@"…
fabianegli
  • 2,056
  • 1
  • 18
  • 35
2
votes
0 answers

unable to set a value in a combobox of a web form with VBA

I have a web form that I want to fill out automatically using VBA. The code below works fine with all text elements in the form but unable to set a value in the combobox of the form (Error 438 is being returned). By inspecting HTML code, I can see…
Alex
  • 63
  • 1
  • 4
2
votes
2 answers

If Else statement only working for the last row of data in Excel VBA Userform

I'm struggling with something that sounds very simple, but there's something wrong with my code. I have a userform with 2 textboxes when I type a 'serial number' in textbox 1, the 'RMA Number' in textbox 2 auto populates if the serial number matches…
Mari2212
  • 25
  • 4
2
votes
1 answer

Request failed for https://docs.google.com returned code 400. Truncated server response:

So i try to make an script on https://script.google.com/ to automate data entry from google spreadsheet to google forms but i always receiving this code error "Request failed for https://docs.google.com returned code 400. Truncated server response:…
2
votes
1 answer

Focusing on next entry box after typing a number in current entry box

I'm trying to see if there's a way to type a number between 1 and 4 into an entry box, then go to the next entry box (with the number entered into the box; the code below skips to the next entry without entering anything) I'm creating a program that…
B Flynn
  • 23
  • 3
2
votes
1 answer

PHP programmatically navigate to new form using post

I'm fairly new to PHP. I have a form that a user is filling in with various details (start date, end date, etc), called purchaseLicence.php. When it is submitted, the form action reloads itself to use PHP to validate the data. If validation is…
Mark Roworth
  • 409
  • 2
  • 15
2
votes
3 answers

Any PHP CMS is the best for data entry?

I want a CMS (Web based) to input the product catalog. But i won't use the CMS to display. Instead, i will need a api to retrieve the data, XML/JSON return is fine. Is there any such a system? PHP language is preferred.
Tommy
  • 1,960
  • 1
  • 19
  • 32
2
votes
1 answer

Run Time Error '91' When adding userform data to table

I'm trying to take simple data entered into two text boxes within a userform and then have this data added to a table named "AvantAct". I want the data entered into the first blank row in the table every time the userform is run. Interestingly, the…
Aaron
  • 23
  • 8
2
votes
4 answers

Validate a user-entered IP address or hostname via C#

In a couple of fields in my Windows Forms application, I am asking a user to supply either an IP address or a hostname. Is there a good regular expression (regex) to validate the entered value? Or is there another method that I should consider?…
ThaKidd KG5ORD
  • 1,535
  • 3
  • 24
  • 38
2
votes
1 answer

MS Access data validation: total of child records cannot exceed parent value

In the last months I've created a very simple access application to keep track of expenses in the company I work for, (just to be clear: it is a REALLY simple database, but it gets the job done and my colleagues are quite happy to use it instead of…
2
votes
1 answer

WPF: Editable ComboBox; how to make search/auto-fill functionality case sensitive?

Say I have a ComboBox, like so: robot Robot If a user comes along and starts by typing a lower-case r into that ComboBox when it…
Rob
  • 25,984
  • 32
  • 109
  • 155
2
votes
2 answers

ComboBox, different behavior on Windows 7 and 8.1

I am re-writing an application, in VB 2012, that manages / edits / prints an index of statutes. This is an index like you might find in the back of a book but it has 2500 major entries, such as Elections, Taxation, Schools, etc. There are over…
dbasnett
  • 11,334
  • 2
  • 25
  • 33
2
votes
5 answers

Developing a short-term web-based data entry UI

Say you had to quickly build a data-entry UI that works in a web browser, which must interface with a business layer, which must interface with a data layer. You want to connect only to business objects, not directly to the database. Most of the…
Jonathan
  • 32,202
  • 38
  • 137
  • 208
2
votes
2 answers

Dynamic data-entry forms in Silverlight

We are investigating how to create data entry views from a dynamic list of pre-defined field definitions. By "pre-defined", I mean that there are only 8 basic field types. The Silverlight Toolkit's DataForm control is almost what want, but it…
carlmon
  • 396
  • 6
  • 20
1 2
3
16 17