Form wont start...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-26-2011 09:32 PM
Hello,
After deploying the .bar in probe, and starting the process in explorer, the explorer wont display the form.
When I want to start the process with a click on "Show Start Form", the popup which should show the form just shows "Failure" and the Ok-Button.
Can u please help me.
After deploying the .bar in probe, and starting the process in explorer, the explorer wont display the form.
When I want to start the process with a click on "Show Start Form", the popup which should show the form just shows "Failure" and the Ok-Button.
Can u please help me.
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2011 04:12 AM
Hi,
Forms are not supported anymore in the explorer web application since version 5.7.
Are you using an older version?
Based on the little information you provided it's hard to tell anything about the error message.
Best regards,
Forms are not supported anymore in the explorer web application since version 5.7.
Are you using an older version?
Based on the little information you provided it's hard to tell anything about the error message.
Best regards,
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2011 06:21 AM
Hi trademak,
Thats right, im using an old version 5.6, what are you mean with Forms are not supported anymore in teh explorer ?? How can a form be displayed then ?? i tried it with the last version 5.8 too, but forms wont be displayed in the explorer, the process start to run, but no forms.
Best regards,
Thats right, im using an old version 5.6, what are you mean with Forms are not supported anymore in teh explorer ?? How can a form be displayed then ?? i tried it with the last version 5.8 too, but forms wont be displayed in the explorer, the process start to run, but no forms.
Best regards,
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2011 06:41 AM
For more clarifications,this is the form-file content :
———————————————————————————————–
<h1>Expense refund request</h1>
<table>
<tr>
<td>
<label>
Name:<br/>
<input type="text" name="employee" value="" />
<input type="hidden" name="employee_required" value="true" />
</label><br/>
</td>
</tr>
<tr>
<td>
<label>
Amount:<br/>
<input type="number" name="amount" value="1" min="1" />
<input type="hidden" name="amount_type" value="Integer" />
</label>
</td>
</tr>
</table>
———————————————————————————————–
How can i display this form in the explorer web application 5.6 or 5.8 ?? :?
Best regards,
———————————————————————————————–
<h1>Expense refund request</h1>
<table>
<tr>
<td>
<label>
Name:<br/>
<input type="text" name="employee" value="" />
<input type="hidden" name="employee_required" value="true" />
</label><br/>
</td>
</tr>
<tr>
<td>
<label>
Amount:<br/>
<input type="number" name="amount" value="1" min="1" />
<input type="hidden" name="amount_type" value="Integer" />
</label>
</td>
</tr>
</table>
———————————————————————————————–
How can i display this form in the explorer web application 5.6 or 5.8 ?? :?
Best regards,
