Questions tagged as 'formularios'

2
answers

Pass data between windows with javafx

I am working with a form, which has several textFields that I want to fill by taking the data from another window, the window from which I want to take the data I open it by clicking on an icon that is located next to the textField The sec...
asked by 28.10.2018 / 02:09
1
answer

Fill array in PHP with form and show results in a table

The problem I have is the following, I have to make a financial management platform and for that they ask me to create the variables that are, $ date, $ concept, $ amount and $ balance. The date will be a default field, the concept and quantity...
asked by 14.10.2018 / 12:47
0
answers

How to format the data in a DataGridView in windows forms

I have a datagridview that I want to pass data from 2 tables and some columns have numeric values that I want to convert to a corresponding text. What is the best way to make these conversions? I am using LINQ for queries. Thanks     
asked by 15.10.2018 / 08:11
0
answers

How can I send information from one form to another FLASK route?

What I want to do is a program that uses a form to receive data to perform some functions in python code, until here everything is fine, my problem is that if I want to print the result on my web page, I have to have saved the values in cache, b...
asked by 24.09.2018 / 02:40
0
answers

Form returns [object Object]

I am creating a login form in Angular. The form has two fields: user and password . Now I want to simply capture these inputs and print them in the console. However, it throws [object Object] . I show you the code: The form: <fo...
asked by 20.09.2018 / 18:59
0
answers

Send web form in java

My code is as follows: WebClient client = new WebClient(); client.getOptions().setCssEnabled(false); client.getOptions().setJavaScriptEnabled(true); client.getOptions().setThrowExceptionOnScriptError(false); HtmlPage page = cl...
asked by 19.09.2018 / 10:01
2
answers

Help button check box acceptance conditions

I have a form in which I added a check box with the following code (see below) but I can not get it to work, could someone please tell me if the code has anything else? Thanks     
asked by 20.09.2018 / 16:13
0
answers

Random alphanumeric value in textbox | VFP9

I hope you can help me with something I want to implement in a program. I want to know how to make every time a form / window opens a random 8-character alphanumeric value is displayed in a textbox, something like a captcha more or less....
asked by 15.09.2018 / 20:48
1
answer

A detail when loading an external project in windows form

I am implementing a blocking in the application when there is some inactivity, I found a demo, and I copied the necessary project to be able to implement it but when I started the windows form application I realized that the next name was loaded...
asked by 18.09.2018 / 18:37
0
answers

Validate and Get Json of a Form with Jquery

I am developing a way to get a json from all Input that are in a div determined with jQuery em>. This is almost finalized I need only one detail and I want to not show me the json until all fields are validated and also if I do not com...
asked by 09.10.2018 / 16:07