Show Bid Request
Unified DB Series Memo
Bid Request Id: 8672
|
|
|
Description:
I need a Delphi 6 data-aware component that will allow the user to pick from one to several (muti-select) items from a popup picklist and form a paragraph to be posted in a dbmemo field. For example, if a user selects "red", "blue", and "yellow" from the list, the following paragraph (without quotes) will be produced : "Red, blue and gold." It is important that standard english form be used. The first first work in the series should be capitalized, commas and the word "and" should be used, and a period should end the series. So, if only "red" and "blue" is selected, then this should be produced : "Red and blue.", and if only "red" is selected then this should be produced : "Red." Because I would rather have only one component to deal with, this functionality can be perhaps be linked to the popup menu property of dbmemo classes so that right clicking on a dbmemo component will cause this to happen. If this method is used, I would like for this "non-visual" component to have a property that will allow me to specify the dbmemo (also can be dbedit) to use.
Deliverables: Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.
Complete copyrights to all work purchased.
Platform:
This component must be installable and compilable under Delphi 6 Professional.
Special Conditions / Other:
Bidders must provide estimated time frame and proposed method when submitting bids.
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!
Kot
(8 ratings)
in Novosibirsk, Syberia
Russian Federation
Bid id: 102,078
|
|
|
$160 (USD)
|
Feb 11, 2002 3:48:01 AM EDT
|
10
(Excellent)
|
|
|
Hello, Charles.
I am going to implement required functionality by the doing the following. I'll create a non-visual component, which 1) Should be placed on the form where the DBEdit or DBMemo is. 2) There will be a property for selecting DBMemo or DBEdit for using with component. 3) You will need to define an event of DBEdit or DBMemo where this component will be used For example you could add this event OnMouseUp handler to DBMemo1:
procedure TForm1.DBMemo1MouseUp(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer); begin if button = mbRight then colorSelectDialog.Execute; end;
where colorSelectDialog is our component. This will force our component to execute when right cliking on the DBMemo1.
Executing this steps you'll get the result you want. After completion of your project we will provide more complete description of how to use our component.
Is it what you need?
Here are several questions we have: 1) What number of select listboxes of color you would like to have? What colors exactly should be listed in those list boxes? 2) Do you have any wishes about how to call the component? What Delphi penel should it be placed at (when installing)? 3) Do you have any suggestions about the color, size, etc of the dialog that will appear for colors selection? |
|
|
|
Kot
(8 ratings)
in Novosibirsk, Syberia
Russian Federation
Bid id: 102,081
|
|
|
N/A
|
Feb 11, 2002 3:57:15 AM EDT
|
10
(Excellent)
|
|
|
Charles, i've forgotten:
This will take min 1 day max 2 from bid acceptance.
WBR, Serge. |
|
|
|
|
|