Questions tagged [multipage]

A container for a collection of Page objects. It is a control in VBA to facilitate categorising a large volume of information.

Microsoft support page a container for a collection of Page objects. It is a control in VBA to facilitate categorizing a large volume of information.

282 questions
0
votes
1 answer

How can i make sure that every time i press a button in my kivy app a page gets run again

The code below is one of the pages of my app. The file usernames.txt gets updated with the name of the account whose button I have clicked. The problem is that get user_dates() function gets activated as soon as I run the code. So it gets the…
user9387061
0
votes
1 answer

Initialize all controls on each page of multi-page userform

I'm trying to make a form with a lot of pages. So far it works ok and I added the controls from the code. Now I'm adding all the validations in the comboboxes in at Initialization but what I want to do is to load the Controls when I change the…
Cody
  • 17
  • 10
0
votes
0 answers

Add a dynamic placeholder in a textbox of a page inside of an Excel VBA Userform

I have a Userform with a multipage object. In one of pages there is a textbox object where I want to add a placeholder when Enter event is not detected. Problem is I'm not figure out how to make reference to textbox from Enter and Exit events due to…
fpuglap
  • 109
  • 1
  • 2
  • 15
0
votes
1 answer

UI Multipage with buttons on top

I'm trying to get my VBA user interface to look a little bit more professional, this is what I've got at the moment: That is a multipage object with two buttons - for adding and removing 'pages'. What I'd like it to look like is this: The issue…
Rafe
  • 512
  • 1
  • 4
  • 15
0
votes
1 answer

How create multiple pages on one FORM without showing tab pages

I want to create multiple pages on one Form without showing tab pages! How can i do that? Can using Telerik PageView Solve this issue? How can i hide Telerik PageView's header of pages? I can add multiple panels to the form. But for all of them :…
SilverLight
  • 19,668
  • 65
  • 192
  • 300
0
votes
1 answer

Convert a form into 2 / 3 sections and keep the form validation?

I have a form with 20+ fields and now I am bound to an iframe and i need to separate the form into more sections. How can I best do this and still keep the validation? I am trying to keep it simple and was thinking to have 3 divs, each holding 7…
0
votes
0 answers

Place images of each multipage page into worksheet programmatically

I have an Excel userform with a Multipage control containing currently 9 pages. Each page has assembly information for a particular component with dimensions entered by the user. I have an image inserted on each page showing the design of each…
0
votes
0 answers

Xamarin Forms MultiPage example

I am thinking to implement a custom tabbed page with some custom functionality and I thought about using MultiPage. I am thinking about that because it seems to be the base class of the Forms's TabTabbedPage and would like to actually have a page at…
Cata
  • 11,133
  • 11
  • 65
  • 86
0
votes
2 answers

Accessing a text box on a worksheet multipage object (Not a VBA userform)

I've created a multipage object in a worksheet object. Works beautifully. But I want to access a text box that is on the second page of the multipage object. I've spent hours searching and can't find a solution. I thought it'd be something…
0
votes
0 answers

How to merge TIFF with colors in C#?

I'm doing an aplication to merge TIFF files and it does merge them, but in black and white. IF I have a colored file, it turns black and white. I want to keep it with colours but I don't know how to do it. First it converts the TIFF to Bitmap and…
0
votes
1 answer

how i handle multi page app with data binding

I am still a beginner in xamarin coding I try to build multi-page information app. i will use gridview for the first page contain title then second page its contain subtitle for each title in first page I try to use switch case with intent but it…
0
votes
3 answers

about multipage: Unless all pages have input, commandbuttom2 is disabled

I have a code here that will generate pages depends on what value is on the textbox. 'Button accepting how many number of pages Private Sub CommandButton1_Click() RowChar = 70 MultiPage1.Pages.Clear For i = 0 To TextBox1.Value - 1 …
0
votes
1 answer

Dynamic navigation through multiple jsp pages

HelloI am developing web application using Spring 3.0, Hibernate and JSP pages as a view technology. And I am stuck on the problem of linking pages together. Here is the situation:I do have simple jsps up and running for adding, editing (same form)…
johnnnie
  • 71
  • 7
0
votes
1 answer

If Userform Multipage Sheet Is active, then execute function

I'm trying to have a Userform pull the name of the Active multipage sheet to a specific column in my workbook. There are 4 pages in the userform which contain option buttons that feed into the workbook. The option button data already submits…
jeux
  • 17
  • 7
0
votes
2 answers

text box exit event in multipage userform

I have multipage user form which has sub multipage. the text box exit event is not working it is working when userform exits. So I have tried the after update event. It works fine but I am not able to set focus the textbox if the entered value is…
sabarigiri
  • 57
  • 1
  • 5