Re: [DUG] Delphi freelancers in Christchurch

2010-02-04 Thread Richard Vowles
If you are outside of Christchurch (he did want Christchurch people
specifically) just let him know you are. Anyone who is interested is welcome
to contact him directly.

On 4 February 2010 16:39, Richard Vowles rich...@developers-inc.co.nzwrote:

 Contact details are:

 Regards

 Eric Donn

 Director

 J.I.T. Systems Ltd



 021 548 411

 e...@jit.co.nz

 ph: 64 3 351 4100

 fax: 64 3 351 4148

 www.jit.co.nz



 *Delivery Address:***

 24 Albany St

 Christchurch 8014



 *Postal Address:***

 P.O. Box 29063

 Christchurch 8540

 On 4 February 2010 09:28, darrell.ol...@sungard.com wrote:

  Hi Richard,



 Please forward my details.



 Cheers,

 Darrell.



 *From:* delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz]
 *On Behalf Of *Richard Vowles
 *Sent:* Thursday, 4 February 2010 9:21 a.m.
 *To:* NZ Borland Developers Group - Delphi List
 *Subject:* [DUG] Delphi freelancers in Christchurch



 Hi guys,



 If there are any of you around that are interested in taking on extra
 work, I have a company in Christchurch who has contacted me looking for
 freelancers/contractors.



 Email me and I will pass on the details (to everyone who emails).



 Richard

 --
 ---
 Richard Vowles, Technical Advisor
 Developers Inc Ltd
 web. http://www.developers-inc.co.nz
 ph. +64-9-3600231, mob. +64-275-467747, fax. +64-9-3600384
 skype. rvowles, LinkedIn, Twitter


 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject:
 unsubscribe




 --
 ---

 Richard Vowles, Technical Advisor
 Developers Inc Ltd
 web. http://www.developers-inc.co.nz
 ph. +64-9-3600231, mob. +64-275-467747, fax. +64-9-3600384
 skype. rvowles, LinkedIn, Twitter





-- 
---
Richard Vowles, Technical Advisor
Developers Inc Ltd
web. http://www.developers-inc.co.nz
ph. +64-9-3600231, mob. +64-275-467747, fax. +64-9-3600384
skype. rvowles, LinkedIn, Twitter
___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

[DUG] hour / minute component

2010-02-04 Thread Charlie
Hi, does anyone know of a component that would allow me to enter hours and
or minutes into it. What I'm trying to do is enter how much time a
particular action will take. Some things will take just minutes while others
will take an hour(s) or more. For example; install a light switch plate = 5
minutes; install a ceiling fan = 45 minutes; repair sheetrock = 1 hour 15
minutes.

 I will then sum the total amount of time and compute a labor cost for the
work to be done.

I'm using BDS 2006 and dBase files.

Thanks,

 

Charlie Kerscher

Williamson GA

 

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

Re: [DUG] hour / minute component

2010-02-04 Thread Edward Koryagin
TDateTimePicker - Kind = dtkTime
or you can write your own using combination of TEdit and TUpDown
Edward Koryagin


--- On Fri, 5/2/10, Charlie kersc...@bellsouth.net wrote:

 From: Charlie kersc...@bellsouth.net
 Subject: [DUG] hour / minute component
 To: delphi@delphi.org.nz
 Received: Friday, 5 February, 2010, 7:35 AM
 
 
 
  
  
 
 
 
 
 
 
  
 
 
 
 Hi,
 does anyone know of a component
 that would allow me to enter hours and or minutes into it.
 What I’m
 trying to do is enter how much time a particular action
 will take. Some things
 will take just minutes while others will take an hour(s) or
 more. For example;
 install a light switch plate = 5 minutes; install a ceiling
 fan = 45 minutes;
 repair sheetrock = 1 hour 15 minutes. 
 
  I will then sum the total
 amount of time and compute a labor cost for the work to be
 done. 
 
 I’m using BDS 2006 and
 dBase files. 
 
 Thanks, 
 
 
   
 
 Charlie
 Kerscher 
 
 Williamson
 GA 
 
    
 
 
 
  
 
 
 
 -Inline Attachment Follows-
 
 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to delphi-requ...@delphi.org.nz
 with Subject: unsubscribe


  


___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

Re: [DUG] hour / minute component

2010-02-04 Thread Jeremy Coulter
or maybe you could use a TMaskedit. It wont do any validation, but you coudl
handle that part.

Jeremy

On Fri, Feb 5, 2010 at 8:20 AM, Edward Koryagin ed_iv2...@yahoo.co.nzwrote:

 TDateTimePicker - Kind = dtkTime
 or you can write your own using combination of TEdit and TUpDown
 Edward Koryagin


 --- On Fri, 5/2/10, Charlie kersc...@bellsouth.net wrote:

  From: Charlie kersc...@bellsouth.net
  Subject: [DUG] hour / minute component
  To: delphi@delphi.org.nz
  Received: Friday, 5 February, 2010, 7:35 AM
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  Hi,
  does anyone know of a component
  that would allow me to enter hours and or minutes into it.
  What I’m
  trying to do is enter how much time a particular action
  will take. Some things
  will take just minutes while others will take an hour(s) or
  more. For example;
  install a light switch plate = 5 minutes; install a ceiling
  fan = 45 minutes;
  repair sheetrock = 1 hour 15 minutes.
 
   I will then sum the total
  amount of time and compute a labor cost for the work to be
  done.
 
  I’m using BDS 2006 and
  dBase files.
 
  Thanks,
 
 
 
 
  Charlie
  Kerscher
 
  Williamson
  GA
 
 
 
 
 
 
 
 
 
  -Inline Attachment Follows-
 
  ___
  NZ Borland Developers Group - Delphi mailing list
  Post: delphi@delphi.org.nz
  Admin: http://delphi.org.nz/mailman/listinfo/delphi
  Unsubscribe: send an email to delphi-requ...@delphi.org.nz
  with Subject: unsubscribe





 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject:
 unsubscribe
___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

Re: [DUG] hour / minute component

2010-02-04 Thread John Bird
I don't think there is any real standard way to enter either times or time 
intervals - what I do is use a straight edit box which allows several alternate 
formats and convert the entry on the onexit event,

eg I can allow times like 1:10pm to be entered as 

13:10
1:10pm

or time intervals can be entered as eg for 1 hour 30 mins

1:30:00
1:30 (may need to be smart here, you may want sometimes to interpret this 
as 1 min 30 sec)
1h30

Means you have to write your own convert text to time routine, but can make it 
really smart and easy to enter text into.  Never much used mask edit as I found 
it too puzzling to set up formats for cases like this, the help was not much 
help.

Sunbird (Thunderbird calendar add-on) has a rather neat way to enter times - it 
gives a list of times through the hour that can be expanded or shrunk to get 
more detail - but its not standard.

I think even if there was a component I might hesitate to use it for the 
reasons of Will this make it hard to upgrade my Delphi version?

John___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

[DUG] Virtual Machines

2010-02-04 Thread Rohit Gupta
Has anyone had any issues with running

1.  Terminal Services on Virtual Machines
2.  Firebird on VM
3.  Delphi App on TS on VM

Rohit

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe


Re: [DUG] Virtual Machines

2010-02-04 Thread Kyley Harris
I have not used firebird for many years.. but i was running it inside VMware
for about 3 years with no issues..

I connect to Terminal Services from VMware, but not running it.. I get the
impression that all the remote hosted machines running terminal services are
infact all in a VMware server environment.

I've run 2003 Windows Server from VMware with no issue.

Running Delphi apps on VM is no issue at all. been doing 100% everything in
VMWare for 6 years. Running on TS can encounter some problems depending on
how the program is written, and how you access shared files and registry
settings.

On Fri, Feb 5, 2010 at 11:28 AM, Rohit Gupta ro...@cfl.co.nz wrote:

 Has anyone had any issues with running

 1.  Terminal Services on Virtual Machines
 2.  Firebird on VM
 3.  Delphi App on TS on VM

 Rohit

 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject:
 unsubscribe




-- 
Kyley Harris
Harris Software
+64-21-671-821
___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

Re: [DUG] hour / minute component

2010-02-04 Thread Steve Peacocke
I'd suggest a simple edit box that allowed users to enter their times  
as they can based on some rules. This, if i read you correctly allows  
a person to enter munutes and/or hours eg :

3h
90m
1h 20m
2d 5h 45m
48h

Then process the entry based on the simple rules. If someone enters  
sething you don't understand, then give a message showing the simple  
rules and ask them to enter again.

This sort of time length entry works well in Jira (task/bug tracking)

Steve Peacocke


___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe


Re: [DUG] hour / minute component

2010-02-04 Thread Kyley Harris
I agree with this. Its the cleanest easiest way to do it. mask edits and
stuff always end up being counter productive IMO.

it is very easy to use Stringlist Commatext to break it down, then analyze
each suffix. even if they type 20m 20m you just have a sum of 40m.

On Fri, Feb 5, 2010 at 12:12 PM, Steve Peacocke st...@peacocke.net wrote:

 I'd suggest a simple edit box that allowed users to enter their times
 as they can based on some rules. This, if i read you correctly allows
 a person to enter munutes and/or hours eg :

 3h
 90m
 1h 20m
 2d 5h 45m
 48h

 Then process the entry based on the simple rules. If someone enters
 sething you don't understand, then give a message showing the simple
 rules and ask them to enter again.

 This sort of time length entry works well in Jira (task/bug tracking)

 Steve Peacocke


 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject:
 unsubscribe




-- 
Kyley Harris
Harris Software
+64-21-671-821
___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

Re: [DUG] hour / minute component

2010-02-04 Thread John Bird
Incidentally I have taken to doing something similar with date entry.  An edit 
box, but in this case I put a little arrow button at the end of it, and 
clicking that superimposes a date picker over the edit box.   Its rather more 
work but it works really neatly, and can be easily repeated.

Date entry is flexible, as a string today could be

5-feb-10
5.2.10
5.2.2010
5/2/10

on exit the date is verified, and the date picker if clicked  populates the 
text field with the first format above.

Entering dates like this is very flexible, caters for those who like to use the 
keyboard and those who like to use the mouse.

Using the date picker is especially cool under Vista/Windows 7 as the newer 
Date picker is really really nice - anyone else noticed that?

Means doing something like:

(DateTimePicker is normally invisible)

procedure Tform1.btnStartDateClick(Sender: TObject);
begin
  DateTimePicker1.left:=edtStartDate.Left;
  DateTimePicker1.top:=edtStartDate.Top; 
  DateTimePicker1.width:=edtStartDate.width+btnStartDate.Width;
  DateTimePicker1.Date:=xfAdateToDTDate(edtStartDate.Text);
  DateTimePicker1.Visible:=true;
  PickStartOrFin:=1;
  DateTimePicker1.Perform(WM_SYSKEYDOWN, VK_DOWN, 0);
end;

//this code handles two separate edit boxes
procedure Tform1.DateTimePicker1CloseUp(Sender: TObject);
begin
  if PickStartOrFin=1 then 
edtStartDate.Text:=xfdtDateToAdate(DateTimePicker1.Date);
  if PickStartOrFin=2 then 
edtFinDate.Text:=xfdtDateToAdate(DateTimePicker1.Date);
  DateTimePicker1.Visible:=false;
  //redisplay data to reflect new date
  Redisplay data;
end;

(the xfDTDatetoADate and xfADatetoDTDate are my library routines to convert 
between string dates and TDateTime)

John___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

[DUG] Tables

2010-02-04 Thread Marshland Engineering
I'm using Absolute database for my Delphi database applications. For what I 
see, it works much like MS access.

I randomly get file locked when editing data . 

To be honest I have not really got my head around editing and posting.

I have several DBGrids showing the same table in several forms, Jobs by 
account, Jobs by date etc. 
From a previous reply from this group, I have added a unique number to the Job 
table. That way I can use the same editing Form for the data independent from 
which grid it came from. 

How can I ensure that whenever I'm in the editing routine, the record I'm 
working on, is in edit mode. 

Do I put the table in edit mode when I leave the main form and go into the 
editing form,
Do I put it in the editing form with OnShow
Which record in which table do I put into edit mode, the one pointing from the 
DBgrid (Eg Jobs by Account) or the one I found in the source Jobs table from 
the unique reference?

Thanks Wallace 

03 3237449  
___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

Re: [DUG] hour / minute component

2010-02-04 Thread Patrick Sheehan
Have you tried the TDateTimeSuite from adrock.com

 

Patrick Anthony Associates Ltd

PO Box 31-831, Milford

Auckland, New Zealand

 

IMPORTANT - The information contained in this email is CONFIDENTIAL. It is
intended for the person to whom it is addressed only. If you are not that
person or his/her authorised agent please be aware that any use,
dissemination, distribution or reproduction of this email is prohibited. If
you have received this in error please notify us immediately by return email
or telephone 64 9 486 5020 and delete your copy of the email and any
attachments.  Thank you.

 

From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On
Behalf Of John Bird
Sent: Friday, 5 February 2010 13:53
To: NZ Borland Developers Group - Delphi List
Subject: Re: [DUG] hour / minute component

 

Incidentally I have taken to doing something similar with date entry.  An
edit box, but in this case I put a little arrow button at the end of it, and
clicking that superimposes a date picker over the edit box.   Its rather
more work but it works really neatly, and can be easily repeated.

 

Date entry is flexible, as a string today could be

 

5-feb-10

5.2.10

5.2.2010

5/2/10

 

on exit the date is verified, and the date picker if clicked  populates the
text field with the first format above.

 

Entering dates like this is very flexible, caters for those who like to use
the keyboard and those who like to use the mouse.

 

Using the date picker is especially cool under Vista/Windows 7 as the newer
Date picker is really really nice - anyone else noticed that?

 

Means doing something like:

 

(DateTimePicker is normally invisible)

 

procedure Tform1.btnStartDateClick(Sender: TObject);
begin
  DateTimePicker1.left:=edtStartDate.Left;
  DateTimePicker1.top:=edtStartDate.Top; 
  DateTimePicker1.width:=edtStartDate.width+btnStartDate.Width;
  DateTimePicker1.Date:=xfAdateToDTDate(edtStartDate.Text);
  DateTimePicker1.Visible:=true;
  PickStartOrFin:=1;
  DateTimePicker1.Perform(WM_SYSKEYDOWN, VK_DOWN, 0);

end;

//this code handles two separate edit boxes

procedure Tform1.DateTimePicker1CloseUp(Sender: TObject);
begin
  if PickStartOrFin=1 then
edtStartDate.Text:=xfdtDateToAdate(DateTimePicker1.Date);
  if PickStartOrFin=2 then
edtFinDate.Text:=xfdtDateToAdate(DateTimePicker1.Date);
  DateTimePicker1.Visible:=false;
  //redisplay data to reflect new date

  Redisplay data;

end;

(the xfDTDatetoADate and xfADatetoDTDate are my library routines to convert
between string dates and TDateTime)

 

John

No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 9.0.733 / Virus Database: 271.1.1/2667 - Release Date: 02/05/10
08:35:00

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

Re: [DUG] Virtual Machines

2010-02-04 Thread Gary T. Benner
[Reply]

HI Rohit,

I now run all my development environments (individually ) inside a VM, and use 
them remotely from a variety of machines on my LAN, and also remotely from 
wherever. 
Works a treat.

kind regards

Gary


At 11:28 on 5/02/2010 you wrote 
To  : delphi@delphi.org.nz
CC  : From: Rohit Gupta, ro...@cfl.co.nz
Content Type: text/plain
Attached: 
Has anyone had any issues with running

1.  Terminal Services on Virtual Machines
2.  Firebird on VM
3.  Delphi App on TS on VM

Rohit

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe


Ref#: 41006

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe