Show Bid Request
VB 6.0 Questionnarie Forms
Bid Request Id: 35534
|
|
|
Description:
Questionnaire
A small VB 6.0 windows application called Questionnaire which does the next:
Opens an ASCII file having the following structure:
<Group1>;<Item1>;
<Group1>;<Item2>;
<Group2>;<Item3>;
For example, the content of the input file might be:
Age; 10-20
Age; 21-30
Age; 31-40
Religion; Christian
Religion; Muslim;
The program should have a main form where all the <group>s found in the ASCII
file, will be presented by a pushbutton ( horizontal top ). One button per
group.
For the example from above, there should be two buttons placed on the main form:
[Age] [Religion]
Each pushbutton when triggered should open a new sub-form, containing one
label for each <item> belonging to the group triggered.
Sub-form ( not MDI, resizable = false, removable = false ).
For example, when the [AGE] button triggered, a new sub-form should be
shown having the labels:
10-20
21-30
31-40
Next to each label three checkboxes should be shown, which means the user can
have the possibility to click on all the checkboxes but also on none of them,
for each <item> i.e. label.
Additional <Next> pushbuttons should be placed on each of the
sub-forms which when pressed should close ( hide ) the current sub-form and
open ( show ) the previous/next sub-form. When the current form is the first
one or the last one the <Next> buttons should be disabled,
respectively.
The button <WRITE> on the main form should generate the next ASCII file:
Age; 10-20;0-3
Age; 21-30;0-3
Religion; Christian;0-3
Religion; Muslim;0-3
Where the values 0-3 could have one of the values only:
0 no checkbox was clicked
1 the first check box was checked on
2 the second check box was checked on
3 the third check box was checked on
Other combinations are not from interest. I know this looks like a radio-button rather than as a pushbutton, but it was an easy way to simulate what I wanted.
Deliverables: 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.
2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request.
3) Complete ownership and distribution copyrights to all work purchased.
Platform:
Windows all.
Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements.
We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation.
If you notice a violation please help out the site and report it. Thanks for your help.
|
|
Bidding/Comments:
|
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests. |
See all rejected bids (and all comments)
Name |
Bid Amount |
Date |
Coder Rating |
|
|
This bid was accepted by the buyer!
|
$10 (USD)
|
Nov 16, 2002 12:45:23 AM EDT
|
8.2
(Very Good)
|
|
|
Hi, I've attached a sample program of what I think you want. If bid is accepted I'll remove the 'Sample Application' background and you'll receive the source code as well, along with any changes you request. If you have any problems or questions about the sample program please let me know.
|
|
Attached File
|
|
|
|
|