Questions tagged [commandbutton]

JSF tag to create a POST botton.

The <h:commandButton> is a JSF UI component which generates a HTML <input type="submit"> element which submits its parent <form method="post">.

444 questions
-1
votes
1 answer

Excel macro Command button to submit value to a cell

We have there types of mode Yearly,quarterly,half yearly I need to program like when we press yearly cell c3 gets value 12 if qauterly is pressed 3,half yrly 6 Pls help
user2057099
  • 41
  • 2
  • 3
  • 12
-1
votes
1 answer

Excel - macro to important data from several workbooks based on cell name

I've been trying to make the below code work, and it did yesterday evening, but somehow this morning upon opening Excel it stopped functioning. Essentially, I'm using a vlookup macro to important data from various workbooks, and the workbook names…
jcv
  • 551
  • 5
  • 12
  • 25
-1
votes
1 answer

JSF forms strange behavior

I have no idea why my forms behave in such way. This is my JSF page:
Mateusz Gaweł
  • 671
  • 1
  • 6
  • 22
-1
votes
1 answer

Form doesn't submit values when commandLink is used instead of commandButton

I made following jsf page. In my Managed Bean i want evaluate the input, but i dont get the values. If i press my commandLink i dont get any values. when i use a commandButton it works:
Lars
  • 859
  • 8
  • 15
-2
votes
1 answer

How can I create command buttons with code in an Access form?

I want to create an Access form cointaining 50 command buttons and I want to iterate through those buttons. Of course creating buttons by hand (using the tools in the ribbon) is not a solution. I want to create those buttons through a loop using vba…
Dimitris
  • 3
  • 1
  • 4
-2
votes
3 answers

ActiveX Command Button combined with ActiveX List Boxes – VBA Code Needed

I would like to create an ActiveX Command Button that will populate cells on one worksheet based off of data from a separate, hidden sheet (still in the same workbook though). However, I want the button to know to pull specific data depending on…
-2
votes
1 answer

Calling Managed bean function without changing page

In JSF 2.2 whenever I have a line like in a xhtml page: . Clicking this button causes the browser to "move forward" so that I can click the back button and remain on that xhtml page. That means…
TrackerSB
  • 177
  • 3
  • 15
-2
votes
1 answer

PrimeFaces CommandButton does not Update

I'm trieng to update a gridPanel by pressing a Button(the Pie/Bar chart should not be shown):
Seroga
  • 1
  • 3
-8
votes
1 answer

VBA create new workbook and create command button with code in it

Good morning What I'm trying to do is using a command button in an Excel file in order to execute the following operations automatically: Create a new workbook (new excel file) Generate a command button in it Have the command button with code in it…
1 2 3
29
30