Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
42 views

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 ...
lospalos's user avatar
-1 votes
1 answer
41 views

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 ...
Frank Martin's user avatar
  • 3,469
0 votes
0 answers
37 views

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 ...
Ross Youngblood's user avatar
1 vote
0 answers
77 views

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 ...
Aasu Parekh's user avatar
1 vote
0 answers
56 views

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 ...
user2816215's user avatar
2 votes
1 answer
103 views

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 ...
Dave B.'s user avatar
  • 115
0 votes
0 answers
56 views

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 ...
mujahed issa's user avatar
0 votes
0 answers
465 views

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 ...
Neesgaard's user avatar
0 votes
1 answer
5k views

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 ...
Duy Khương's user avatar
-2 votes
1 answer
1k views

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: ...
SAMOURA Amadou's user avatar
0 votes
0 answers
296 views

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 ...
Vagner Hughs's user avatar
1 vote
1 answer
843 views

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, ...
Taimoor Khan's user avatar
0 votes
1 answer
382 views

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 ...
David Milhollin's user avatar
0 votes
1 answer
139 views

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 &...
waxi's user avatar
  • 87
0 votes
1 answer
118 views

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 ...
Jeroen E's user avatar
0 votes
0 answers
125 views

This code adds a picture to the licnese agreement wizard page, picLicense := TBitmapImage.Create(WizardForm.LicensePage); with picLicense do begin Parent := WizardForm.LicensePage; Left :...
Codename K's user avatar
1 vote
0 answers
68 views

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 ...
Ahmad Eltobshy's user avatar
0 votes
1 answer
2k views

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" ...
fudu's user avatar
  • 828
0 votes
0 answers
184 views

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 ...
Dev Machine's user avatar
1 vote
0 answers
1k views

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 ...
Romain's user avatar
  • 11
2 votes
1 answer
1k views

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....
mr-intrepid's user avatar
0 votes
1 answer
553 views

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 ...
rolo's user avatar
  • 543
1 vote
1 answer
549 views

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-...
Sebastian's user avatar
  • 4,861
2 votes
1 answer
752 views

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 ...
Kalpani's user avatar
  • 185
23 votes
1 answer
95k views

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 ...
Hazal Kaya's user avatar

1
2 3 4 5
24