Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 9 of 9 total
Thread Creating New External Module
Thu, Nov 25 2010 3:02 PMPermanent Link

Richard Harding

Wise Nutrition Coaching

I am using Delphi 2007.  I am trying to create a new external module.  When I click on the ElevateDB External Module template, a Browse for Folder dialog is displayed showing the folder MyDocuments\RAD Studio\Projects.

What am I looking for?  Can someone help me with what I need to do from here?

Thank you

Richard Harding
Thu, Nov 25 2010 6:03 PMPermanent Link

Terry Swiers

?Richard,

> I am using Delphi 2007.  I am trying to create a new external module.
> When I click on the ElevateDB External Module template, a Browse for
> Folder dialog is displayed showing the folder MyDocuments\RAD
> Studio\Projects.

Not sure if it's the same for D2007, but in D2010 I do the following:

1. Select File - New - Other from the main Delphi window.

2. Select ElevateDB from the tree on the left hand side.

3. Select the external module type you want and click OK.

4. Select the folder where you and to place the new module code.

It will give an warning message about the resource not being present and
then will display the project for you when you confirm the message.


---------------------------------------
Terry Swiers
Millennium Software, Inc.
http://www.1000years.com
http://www.atrex.com

Atrex Electronic Support Options:
Atrex Knowledgebase: http://www.atrex.com/atrexkb.asp
Email: support@atrex.com
Newsgroup: news://news.1000years.com/millennium.atrex
Fax: 1-925-829-1851
Phone: 1-925-828-5892 (M-F, 9a-5p Pacific)
---------------------------------------  
Fri, Nov 26 2010 4:15 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Richard

D2006

File - New - Other - ElevateDB

A list of the possibles is displayed.

You want the Lightweight ElevateDB External Module

On my display its first on the second row.


Roy Lambert [Team Elevate]
Sun, Nov 28 2010 9:02 PMPermanent Link

Richard Harding

Wise Nutrition Coaching

Thanks Terry and Roy,

When I do those steps I get the message "The project cannot be loaded because the required personality Delphi.Personality.12 is not available."

I am using Delphi 2007 (version 11).  Can you explain what this actually means?

Thank you . . .

Richard Harding
Mon, Nov 29 2010 4:41 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Richard


>When I do those steps I get the message "The project cannot be loaded because the required personality Delphi.Personality.12 is not available."
>
>I am using Delphi 2007 (version 11). Can you explain what this actually means?

No, but as a guess there's something in the .bdsproj or .res which is confusing the IDE. Try deleting the .bdsproj file and loading like a normal project from the .dpr.

Roy Lambert [Team Elevate]
Mon, Nov 29 2010 3:10 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Richard,

<< When I do those steps I get the message "The project cannot be loaded
because the required personality Delphi.Personality.12 is not available."

I am using Delphi 2007 (version 11).  Can you explain what this actually
means? >>

I'll check this out and make sure that it's fixed - the personality in the
..dproj looks like it isn't set properly.

--
Tim Young
Elevate Software
www.elevatesoft.com
Mon, Nov 29 2010 7:00 PMPermanent Link

Richard Harding

Wise Nutrition Coaching

<<I'll check this out and make sure that it's fixed - the personality in the .dproj looks like it isn't set properly.>>

Thanks Tim

Richard Harding
Wed, Dec 1 2010 12:56 PMPermanent Link

Raul

Team Elevate Team Elevate

<<
When I do those steps I get the message "The project cannot be loaded because the required personality Delphi.Personality.12 is not available."

I am using Delphi 2007 (version 11).  Can you explain what this actually means?

>>

Usually you can get around this by renaming the dproj file and then opening the project using dpr file with Delphi (delphi will recreate the dproj)

Raul
Wed, Dec 1 2010 7:53 PMPermanent Link

Richard Harding

Wise Nutrition Coaching

<<Usually you can get around this by renaming the dproj file and then opening the project using dpr file with Delphi (delphi will recreate the dproj)>>

Thanks Raul. . . That worked.

Richard Harding
Image