form tag

33 questions


1 answers
51 views
0
I would like to make multiple choices with the swiftui picker, is it possible?

I am trying to use Picker to make a selection from Swiftui's Form.Currently, it is possible to select one, for example Type 01, but would it be possible to select more than one type 01, type 02?let Ty...

1 years ago

2 answers
56 views
0
C#TransparencyKey does not work on the back when the transparent panel is overlapped on the backgroundless form.

Set the red background image to the WindowsForm background and set the TransparencyKey to Red.This will create a form in the form of the image without the background (whether or not the edges are remo...

1 years ago

1 answers
54 views
0
After setting ValueMember and DisplayMember on C#ComboBox, the selection cannot be specified from the code.

Thank you for your help.Paste the combo box created with the code below into the form and add the initial value of the code I wanted to give it to you and change the selected item, but somehow it does...

1 years ago

1 answers
69 views
0
Understanding GET in PHP, Undefined index:name Errors at POST

Thank you for your cooperation.I wanted to generate a form tag in PHP and reflect the data I sent in input and submit on the same page, but it didn't work.The following is the situation.test.phpfile&l...

1 years ago

1 answers
55 views
0
Understanding Transparency Key Transparency Configuration Behavior in C#Form

Thank you for your help.I asked about transparent form through Transparency Key before, but it hasn't been resolved yet, so Let me ask you one more question.If you set TransparencyKey to Form and tran...

1 years ago

1 answers
98 views
0
I want to use PHP and HTML on Wordpress to display the image on the confirmation screen after POSTing the form.

I would like to upload the image from the form on the front page using PHP and HTML on Wordpress, and display the image on the confirmation screen on the fixed page after POST transmission.Using the f...

1 years ago

1 answers
99 views
0
Can I add an authentication platform for applications registered with AzureAD in terraform?

I registered the app in AzureAD with terraform.The source is terraform apply to register the app as follows:$cat app.tfresource azuread_application example { name = example}resource azuread_service_pr...

1 years ago

1 answers
116 views
0
Describes how Terraform describes vpc_id when passing it to subnet resources.

Prerequisites/What you want to achieveI would like to create a simple configuration of VPC and Subnet in the AWS environment with Terraform.It seems that the vpc_id created by VPC is not passed well t...

1 years ago

1 answers
108 views
0
Sample (especially b-form-select) does not display well in BootstrapVue.

I would like to use the Complete example sample on the BootstrapVue site, but it doesn't show well.In particular, it differs from the sample display in areas other than the table, such as sorting filt...


1 answers
90 views
0
How to prevent the form from being opened when opening another access from AccessVBA main access

Thank you for your help.In Access 2010, when you open other access in the VBA, you try to open it in the OpenCurrentDatabase However, if the caller has access to the specified form, the form will be I...

1 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.