1,161 questions
0
votes
0
answers
42
views
PrimeFaces wizard with dynamically loaded tab content not work on Chrome, Firefox is OK
I have page with a treemenu where I select desired input types for below wizard. The wizard has only two tabs - inputs (with dynamically loaded content by selection from above treemenu) and the output ...
-1
votes
1
answer
41
views
Is such a wizard or form available in bootstrap [closed]
I think I have seen such a form/wizard in bootstrap but can't seem to find an example. I want to display heading with number 1, 2, 4 etc depending page.
There are many examples but they had numbers ...
0
votes
0
answers
37
views
Visual Studio 2019 How do you create a Custom App Wizard with a query page?
I'm working with this link at Microsoft how-to-use-wizards-with-project-templates
The first step/section I'm successful. I can create a Solution with two Projects, it builds and I see my new custom ...
1
vote
0
answers
77
views
How can I handle hardware back button navigation in a React Native Wizard component without modifying the child component?
I'm working on a React Native project where I have a custom Wizard component that allows users to navigate through different steps in a form. The Wizard component is used within a parent component ...
1
vote
0
answers
56
views
Wizard workflow with autosave/save on exit - UX/API/Database Design Strategy evaluation
I have a wizard where the whole page fills up with a step, user selects the step and clicks next when the step is complete. User can go back and forth between steps and there are provisions to restore ...
2
votes
1
answer
103
views
Win32API Wizard97 PropSheet_SetWizButtons not working
I'm just learning the Win32 API using C, and I needed to add wizard to my application. This is the first time I've ever done this, so I'm sure there's multiple things wrong with this code.
I've been ...
0
votes
0
answers
56
views
Problem using the SQL Server import/export wizard [duplicate]
I'm trying to import data from Excel to my SQL Server database but when I open it, I get this error:
The 'Microsoft.ACE.OLEDB.15.0' provider is not registered on the local machine. (System.Data)
I ...
0
votes
0
answers
465
views
SQL Server Import and Export Wizard - Error Message when Opened
When I click the shortcut, I get this message:
TITLE: SQL Server Import and Export Wizard
An error occurred which the SQL Server Integration Services Wizard was not prepared to handle.
ADDITIONAL ...
0
votes
1
answer
5k
views
How to import SSIS package from server to SSIS project in Visual Studio 2019
I have SSIS project, now I want to add an exist package in server into this project. I looked for tutorial in youtube, google,.... but found no answer.
I right click on SSIS Package, and select SSIS ...
-2
votes
1
answer
1k
views
installer_messages.environment.wizard.form.db_connection_failed
I am installing my site, but during the installation, we put a request: The following errors occurred:
installer_messages.environment.wizard.form.db_connection_failed
I'm stuck: I need help:
...
0
votes
0
answers
296
views
Why am I not able to use User SQL Server Authentication using SQL Server Import and Export Wizard?
Data Source Screen shot
I am trying to export a table from one database to another using SQL Server Import and Export Wizard (MS SQL Server Management Studio 17).
For reasons, I am not able to use SQL ...
1
vote
1
answer
843
views
Andorid Root package from file in Wizard Template Intellij
Create a file in the application package(top level) using Intellij Wizard Template.It's working in some machine and not working in linux machine.
fun getApplicationPackageFile(srcOut: File, ...
0
votes
1
answer
382
views
IBM DOORS Analysis Wizard and link modules
Can you select multiple link modules when running Analysis Wizard? I want to select three link modules from a list of about thirty link modules. I can run Analysis wizard 3x but it would be a better ...
0
votes
1
answer
139
views
Anylogic: Bug in "Choose Probability Distribution..." wizard after update to PLE 8.8.0
After updating Anylogic to PLE 8.8.0 (macOS 10.13.6), "Choose Probability Distribution..." wizard is not showing any description of distributions and labels of arguments are just labeled as &...
0
votes
1
answer
118
views
Wizard using Orc.Controls.Wizard and Catel
I'm trying to create a wizard using Catel 5.4.0.0 and Orc.Wizard 2.0.0.0
I followed the example on https://opensource.wildgums.com/orc.wizard/ but when I call the wizard it returns the error "The ...
0
votes
0
answers
125
views
Inno Setup - How to add picture box to progress dialog? [duplicate]
This code adds a picture to the licnese agreement wizard page,
picLicense := TBitmapImage.Create(WizardForm.LicensePage);
with picLicense do
begin
Parent := WizardForm.LicensePage;
Left :...
1
vote
0
answers
68
views
How to make custom graphical package installer
i have wonder if there is any way to create custom installation wizard and add some graphics to it rather than traditional installation wizard that came with visual studio
i am look forward to ...
0
votes
1
answer
2k
views
Create report from wizard in odoo 15
I want to create a report pdf from wizard, but it's not working, here's my code:
/var/www/html/odoo_15/addons/school/wizard/search_and_print_calendar_wizard_view.xml
<?xml version="1.0" ...
0
votes
0
answers
184
views
Actions not available in wizard (Odoo)
I am trying to access the list view of the product.template model in a wizard by clicking a button located in a random form view. The problem I am facing is that I don't have the actions menu bar ...
1
vote
0
answers
1k
views
Telerik Kendo UI - Wizard - Dot Net Core - Partial Views & Jquery Validation
Just some piece of code to help those who want to achieve this, hope this might help:
Declaration of the main form without Validation DataAnnotations
Declaration of specific forms for each Partials ...
2
votes
1
answer
1k
views
How can show wizard call from python code?
I want to show a wizard, I try with this, but it does not show the wizard.
Someone can help me.
if self.move_id:
view = self.env.ref('modified_pos.pos_assign_manual_quants_form_view')
wiz = self....
0
votes
1
answer
553
views
Wizard, click in tab and redirect to it
I'm working with a wizard in primefaces, the behavior is the regular one, a few tabs, click next to go next, click back to go back, onflowproces, etc. The problem is that in certain cases you can ...
1
vote
1
answer
549
views
Angular wizard with component as contents of each steps
Is there any angular wizards or stepper exists which provides the option to load the angular components as steps body
longsteps-component-start
step1-component
step2-component
step3-component
step-...
2
votes
1
answer
752
views
Using wizards with project templates in VS 2019 : Wizard is not working
I'm trying to create a wizard for my project template by referring to this article.
https://learn.microsoft.com/en-us/visualstudio/extensibility/how-to-use-wizards-with-project-templates?view=vs-2019
...
23
votes
1
answer
95k
views
ReferenceError: Cannot access 'steps' before initialization
I'm trying to make wizards in ReactJS. I'm following an online tutorial, however they haven't explained how to make it by multiple pages. So I tried my own way to apply it, but it didn't work.
Here is ...