Yes, use a source control tool.

-Andreas

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Mike Osborne
Sent: Thursday, 26 September 2002 12:57
To: Multiple recipients of list delphi
Subject: Re: [DUG]: There's probably a simple explanation, but ...


Gaaaaa!! Gets me every time.

Looking at pas file from an older version of the program in the IDE.

What I do is keep all modules under sub-folders in a folder called v1_0 then
when I generate v1_1 I copy whole folder and rename it - but project config
still sets open files to old folder. Is there a better way to do this?

Thanks Paul - I closed all down and saw it when restarted - a fresh look.
More a case of closing me down and opening up again than Delphi!!

Thanks
Mike

----- Original Message -----
From: "Paul McKenzie" <[EMAIL PROTECTED]>
To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
Sent: Thursday, September 26, 2002 12:06 PM
Subject: Re: [DUG]: There's probably a simple explanation, but ...


> The blue dots are compiled lines i.e. breakpointable.
> Try a Close and Reopen delphi and Build - sounds like something is not
happy
> in Delphi
>
> Check the order of opening tables open the lookup before the
> Source/Destination table
> If that doesn't work you could look at forcing a DataChange for the Combo.
>
> HTH
>
>
> Regards
> Paul McKenzie
> Analyst Programmer
> SMSS Ltd.
> ----- Original Message -----
> From: "Mike Osborne" <[EMAIL PROTECTED]>
> To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
> Sent: Thursday, September 26, 2002 11:56 AM
> Subject: [DUG]: There's probably a simple explanation, but ...
>
>
> > I have some code (D6) in which I'm trying to set some default values on
> > Append so the user only has to enter or change the not so usual stuff. I
> > store the entries from a previous append/post as properties on the form
to
> > be the defaults for the next add.
> >
> > I do an Append (to an IBOTable) and then the following
> >
> > MyTable.FieldbyName('Field1').asstring := frmmain.default1;
> > MyTable.FieldbyName('Field2').asstring := frmmain.default2;
> > MyTable.FieldbyName('Field3').asstring := frmmain.default3;
> >
> > Two questions:
> > 1. In D6, there is a blue dot in the left column only by the second line
> ie.
> > I can put a break on that but not the others. Why is this?
> > WHat would cause that - they all look the same to me?
> > 2. In my data-aware controls including DB lookup combos, the default
> values
> > are not there - just blanks. (When I do an edit on existing record all
is
> > fine.) Any clues as to why?
> >
> > TIA
> > Mike
> >
>
> --------------------------------------------------------------------------
> -
> >     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
> >                   Website: http://www.delphi.org.nz
> > To UnSub, send email to: [EMAIL PROTECTED]
> > with body of "unsubscribe delphi"
> > Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
>
>
> --------------------------------------------------------------------------
-
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED]
> with body of "unsubscribe delphi"
> Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
>

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to