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

Two html forms one submit button for one results page

I have two forms the first one is full of different networks (ex: A, B, C) and the second form is full of different java functions (ex: average.java, length.java, edges.java) that take the text file that represents the network (ex: networkA.txt is…
user7215042
0
votes
1 answer

How to update current session on multi-page application? .NET

I currently have a class of accounts that have 4 attributes and on one page I am performing math on one of the attributes, the balance, of the accounts. After doing the math I need to replace the current balance with the new balance in the session…
Hunter
  • 77
  • 1
  • 10
0
votes
1 answer

Multi-page application testing using Sencha Test

I am a new user user of Sencha Test started using it few days back using for E2E QA. I have a multi-page application which has a Login page and once successfully logged in another new page opens which has the Menu. Currently I am able to automate…
KaCh
  • 81
  • 8
0
votes
1 answer

Issue when trying to get a multipage .tiff documents from a list of .tiff page using Image.save(..save_all=True,append_images=[..])

[many things were solved since the original question. See the comments below. It remains that the final file only contain the first page, I don't see any warning or error messages] I saw that in recent version of Pillow added support for saving…
Dr. Fabien Tarrade
  • 1,556
  • 6
  • 23
  • 49
0
votes
2 answers

Passing Session Variables Through PHP Mail

I'm having an issue passing $_SESSION variables through a multiple page form process using PHP mail. The emails are coming through fine, although they not displaying the variables. My goal is to have users fill out forms on multiple pages, and have…
Joel D'Arnot
  • 45
  • 1
  • 7
0
votes
1 answer

Convert image to pdf with compression and mulipage pdf functionality in php

I have tried to use fpdf,fpdi, tcpdf, htlm2pdf to create pdfs from image files. I can get them all to work but the problem is I cant get them to compress the file with pdf compression. If I have a 5mb image and use any of the above to create the pdf…
user3407300
  • 419
  • 1
  • 5
  • 12
0
votes
1 answer

Where is my ComboBox located

So, I am doing this app. And I have implemented a multipage in my userform. Now I have around 120 comboboxes distributed in 6 pages. So what I need is that I need a procedure that I can use to store in a string the name of the page where a specific…
0
votes
1 answer

jquery mobile multi-page internal hyperlinking

This appears to be pretty basic but I can't figure it out. Using a jqm multipage template, I'm trying to allow users to jump from a link one page (id='page1') directly to an image in another page (id='page2'). FIDDLE It appears I am constrained, by…
prokaryote
  • 437
  • 6
  • 16
0
votes
1 answer

VBA Excel: Listbox Appears on All MultiPages

I have a userform with a multipage box on it. There are a few tabs on this multipage. I inserted a ListBox on the first page but it seems to appear no matter what tab is selected. I only want it to appear on the first page. Is there a property to…
Liz
  • 117
  • 2
  • 14
0
votes
1 answer

JQuery Mobile - multipage form with local values

I try to get a jquery mobile multipage form with local variables running, but I have two problems. a) the second value is not updated after save, but reloaded in the edit page b) when I continuously change between view and edit (4 times), the…
0
votes
1 answer

Creating multipage PDF in iPad

I am developing an application in which i have to create multi page PDF and email such PDF. The content which is to be converted to PDF contains text as well as some images. I have seen some posts regarding this, but could not glean too much from…
tek3
  • 2,095
  • 2
  • 20
  • 50
0
votes
1 answer

Copy charts to userform multipage pages in runtime

I have some data in a worksheet with which I need to create charts. These charts are going to populate different pages of a multipage in a userform. These pages need to be populated in the sequence the charts are created. I have no difficulty with…
João Lima
  • 55
  • 6
0
votes
3 answers

zf2 - need help on multi page form in one page

I'm just learning zf2, and the basic tutorial from official document is great. Now, I would like to challenge myself to create multi page form in one page, something like that http://demo.stepblogging.com/multi-step-form/ So, currently I have two…
weikian
  • 260
  • 2
  • 5
  • 14
0
votes
2 answers

Multi page ordering form php or ajax

I'm looking to create a multi page ordering form the first page would contain some dropdown and text fields, the second page would contain more text fields, the third page would be an order summery with paypal payment option. I'm just wondering what…
Adam
  • 2,632
  • 8
  • 34
  • 60
0
votes
1 answer

How to return array of functions from required sub page in Express, Nose.js

I build an app in node.js using Express server. My app contain an index.js page, Dal.js page that will be able to return an array of DB function (insert,delete...). I tried to do it in this way: * //index.js var express =…
user3937548
  • 67
  • 2
  • 9