How Software Gets Done  


(No Login on Secured Page)

Custom Software Buyers
Request new bids
Search Coders
My Account
 
My Buyer 'To Do' List
 
My bid requests
  My escrow account
 
My General Info
Verification
 
Help for Buyers
Articles for Buyers
FAQ for Buyers
Latest News
 

Custom Software Coders

Newest open work
Browse all work
Search all work
My Account
 
My Coder 'To Do' List
 
My bids
 
My General Info
  My credit account
 
Help for Coders
Articles for Coders
FAQ for Coders
Latest News
 

Affiliates

My account
 
My pipeline
 
My credit account
 
Help for Affiliates
Latest News
 
Newest Open Bid Requests.
Fix bug in phys. mem. registry retrieval
By Sting-Ray on May 10
Max Bid: $20


High Impact Professional Website Design
By PCU on May 10
Max Bid: $450


questions, varied topics.
By jc0000 on May 10
Max Bid: $12


UML
By Anil Upadhyay on May 10
Max Bid: Open to fair suggestions


PROLOG HOMEWORK
By Anil Upadhyay on May 10
Max Bid: Open to fair suggestions


LISP HOMEWORK
By Anil Upadhyay on May 10
Max Bid: Open to fair suggestions


Click here to put this ticker on your own site

Open Work Categories.
Database 
(133 open)
   Access 
(60 open)
   MySQL 
(74 open)
   Oracle 
(9 open)
   SQL Server 
(53 open)
   Other DB 
(13 open)
Documentation / Tech Writing 
(36 open)
Data Entry 
(20 open)
Game Development 
(17 open)
Graphics / Art / Music 
(41 open)
   Graphics 
(46 open)
     3d Animation 
(13 open)
   Art (Misc.) 
(17 open)
   Music 
(6 open)
   3d Modeling 
(4 open)
Language Specific 
(98 open)
   ASP 
(68 open)
   C# 
(38 open)
   C++ / C 
(105 open)
   Cocoa / Obj-C 
(1 open)
   Cold Fusion 
(4 open)
   Delphi 
(27 open)
   Java 
(54 open)
   Perl 
(33 open)
   PHP 
(86 open)
   XML/XSL 
(23 open)
   Visual Basic 
(132 open)
   Visual Basic .Net 
(66 open)
   Other 
(46 open)
Misc 
(38 open)
   CAD 
(3 open)
MultiMedia 
(31 open)
Network 
(41 open)
   Network Design 
(7 open)
   Network Implementation 
(12 open)
Platforms 
(63 open)
   Windows 
(148 open)
     MS Exchange 
(3 open)
     MS Office 
(8 open)
     Other 
(8 open)
   Internet Browser 
(38 open)
   Linux 
(50 open)
   UNIX 
(22 open)
   Hand Held/PDA Programming 
(10 open)
Requirements 
(10 open)
Security 
(33 open)
Testing / Quality Assurance 
(16 open)
Web 
(144 open)
   Page Design 
(71 open)
   Flash 
(44 open)
   Web Services 
(68 open)
   Web (Other) 
(76 open)
Training 
(9 open)
   Computer Based 
(11 open)
 
Other
 
Other Sites

Download the free Rent A Coder IE toolbar!
 
Show Bid Request

Unified DB Series Memo
Bid Request Id: 8672
Bookmark in my 'To Do' list
Posted by: unified (8 ratings)
(Software buyer rating 10)
Non-action Ratio: Very Good - 9.09%
Posted: Feb 11, 2002
12:02:51 AM EDT
Bidding Closes: Feb 25, 2002
12:16:11 AM EDT
Viewed (by coders): 514 times
Phase:
100% of work completed and accepted. Coder has been paid.
Max Accepted Bid: Bidding is closed
Project Type: Small Business Project: $100 (USD) +
Bidding Type: Open Auction
Categories: Delphi
Enter chat room for this bid request
(0 active users at May 10, 2003 9:07:59 PM EDT)

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.
 




Quick Search
 

 Advanced Search
Newest Open Work
Latest News

 
Credentials


 

 
Rent A Coder upholds the rigorous business practices required to be both a BBB member and Square Trade vendor.
  • All customer issues addressed within 2 days
  • Openly disclosed pricing and return policies
  • Participation in mediation at buyer request
  • Superior selling track record
This site is verified through its parent company, Exhedra Solutions, Inc.
 

Rent A Coder Top Coders.


Anuj Gakhar
Rated a 9.98 on 92 jobs 
Securenext
Rated a 9.98 on 97 jobs 
Buddies
Rated a 9.82 on 76 jobs 
Codman
Rated a 9.97 on 138 jobs 
Andrei Remenchuk
Rated a 10 on 12 jobs 
Michael Sharp
Rated a 9.97 on 170 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
RNA
Rated a 9.93 on 35 jobs 
hernest
Rated a 10 on 109 jobs 
markesh
Rated a 10 on 21 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers
 
Other
Rent A Coder is PayPal verified through its parent company, Exhedra Solutions, Inc.

Created in partnership with:

 


Affiliate Sites



Latest News | About Us | Kudos | Feedback/Contact    Affiliates | Advertise    Privacy | Legal

Copyright © 2001, Exhedra Solutions, Inc. All rights reserved.
By using this site you agree to its Terms and Conditions.
"Rent A Coder" (tm), "Safe Project Escrow" (tm) and "How Software Gets Done" (tm)
are trademarks of Exhedra Solutions, Inc.