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
1
vote
1 answer

Can a Form inherit controls from parent form in VB.NET?

I'm a beginner in Visual Studio and i'm developing a WinForm using VB.NET. I would like to have child forms to inherit controls as menu strips or tool strips without creating the same ones over and over as i pass to other forms. In old VBA i could…
sickboy
  • 11
  • 3
1
vote
1 answer

How to get all the pages validated, not just the current one, when submitting a form?

First I created a form in Orbeon Forms with Form Builder. Next I made it a multi-page form as described in Create a wizard or multi-page form with Form Builder. The problem I'm facing is that when submitting the form, validation only occurs on the…
dvgm
  • 63
  • 4
1
vote
0 answers

External CSS are not getting Applied on exported PDF Using jspdf's .html() method

My Goal is to Export All Pages in the PDF, For Exporting PDF I'm using jsPDF.HTML() method, Here is my code const exportToPdf = () => { const doc = new jsPDF("p", "pt", "a4"); doc.html(page1 + page2 + page3 + page4 + page5, { …
1
vote
2 answers

Plotly Dash app's working but 404 error appears below my layout

I'd like to have no error message in my app. I don't know where does it comes from? I don't know if it is in my container or out of my container. How can I delete this error message? Thank you guys :) app.py import pandas as pd import…
1
vote
0 answers

Inksacpe: Is it possible to add relative links for multipage navigation

I try to create a multipage pdf with navigation from one page to the other using Inkscape 1.2. Therefore I created an object A on Page 1 and an object B on Page 2. Object B has the id myId. It is possible to add a link to object A with the Id myId…
DrMarbuse
  • 804
  • 11
  • 30
1
vote
0 answers

Batch convert different image formats to multipage pdf Irfanview

I am new to batch scripting. I am trying to convert different image files into a multipage pdf file using Irfanview. The batch file needs to recurse through the subfolders and merge all of the image and pdf files into a multipage pdf file. The…
1
vote
1 answer

Element does not exists on specific page

I've created a website that has index.html and quiz.html, one style.CSS and one app.JavaScript. I have added some functions in the JS that refer to both pages. Lets say: Page 1 index.html: the app.js has an event listener to show a box on click.…
1
vote
1 answer

Is it possible to have React multi-page application while having fastapi as the backend routing each page and sending data as jinja templates

I'm working on a project where we are using vanilla javascript, Html and css for frontend while designing the backend in the FastAPI. The way backend connects with the frontend is using Templates, by adding the file name for a particular page and…
1
vote
1 answer

VBA Activate Userform Tab depending on active worksheet

I have a userform with a number of tabs that relate to specific worksheets. I’m trying to activate a specific tab depending on what the active worksheet is when the userform is initialized. Can someone help me out here. Thanks. Private Sub…
Patrick
  • 212
  • 2
  • 11
1
vote
2 answers

How can I collect all print previews created from for loop in vba?

I have a list box from which I want to print preview reports for all of the selected customers in single print preview. There is a video on youtube related to this --> https://youtu.be/962Hd4akras , which gives some idea about how it can be…
1
vote
0 answers

Creating more pages on a MultiPage UserForm by using a CommandButton created at runtime

Here is my problem: I have an userform with a MultiPage. On the first page I have a TextBox and a CommandButton. The idea here is when I enter a number in my TextBox, and I click the CommandButton, I create a number of new TextBox equal to the…
1
vote
1 answer

iPad App: Merge PDF files into 1 PDF document / Create PDF Document of multi-page scrollview

I am writing an iPad application which uses a scrollview with page control. I need to create a PDF of all the pages as 1 PDF file. So far, I figured that I should loop through all the sub-views (pages) and create PDF files for each (using…
Ngo Y-An
  • 77
  • 1
  • 10
1
vote
1 answer

How can I use Python to scrape a multipage table and export to a CSV file?

i am trying to scrape a table that spans multiple pages and export to a csv file. only one line of data seems to get exported and it is jumbled up. I have looked on the web and tried many iterations and very frustrated now. As you can tell from…
Herman L
  • 165
  • 1
  • 7
1
vote
4 answers

Select an item or link

Sometimes this script does not work, I am using it in a php file