R
Richard Krupa
Hi Guys,
I'm writting a small program to update tables with the new fields to save
sometime. Its all working except when it comes to adding a new field thats
of a number type.
The problem is trying to set the decimal places, i'm using:
Set prp = fld.CreateProperty("Decimal Places", dbInteger,
myRs!FieldDecPlace)
fld.Properties.Append prp
myrs!FieldDecPlace = 2
myrs!FieldDecPlace = a value that comes from the NewFields table that stores
the info for the new fields, it just loops through the records in the table.
Thanks in advance
--
Regards,
Richard
--
Regards,
Richard S Krupa
--------------------------------------------------------
Senior Software Engineer
Merlin Point of Sale Development Team
Daak Computer Systems Pty Ltd
Phone: +61 (07) 3392 8699
E-mail: (e-mail address removed)
Webpage: www.merlinpos.com.au
--------------------------------------------------------
WARNING: This e-mail contains information which is CONFIDENTIAL and may be
subject to LEGAL PRIVILEGE. If you are not the intended recipient, you must
not peruse, use, disseminate, distribute or copy this e-mail or attachments.
If you have received this in error, please notify us immediately by return
e-mail and delete this e-mail. You DON'T have permission to forward this
e-mail
on. Thank you.
"Merlin Point of Sale Systems" is a registered Business Name of Daak
Computers Pty Ltd
I'm writting a small program to update tables with the new fields to save
sometime. Its all working except when it comes to adding a new field thats
of a number type.
The problem is trying to set the decimal places, i'm using:
Set prp = fld.CreateProperty("Decimal Places", dbInteger,
myRs!FieldDecPlace)
fld.Properties.Append prp
myrs!FieldDecPlace = 2
myrs!FieldDecPlace = a value that comes from the NewFields table that stores
the info for the new fields, it just loops through the records in the table.
Thanks in advance
--
Regards,
Richard
--
Regards,
Richard S Krupa
--------------------------------------------------------
Senior Software Engineer
Merlin Point of Sale Development Team
Daak Computer Systems Pty Ltd
Phone: +61 (07) 3392 8699
E-mail: (e-mail address removed)
Webpage: www.merlinpos.com.au
--------------------------------------------------------
WARNING: This e-mail contains information which is CONFIDENTIAL and may be
subject to LEGAL PRIVILEGE. If you are not the intended recipient, you must
not peruse, use, disseminate, distribute or copy this e-mail or attachments.
If you have received this in error, please notify us immediately by return
e-mail and delete this e-mail. You DON'T have permission to forward this
on. Thank you.
"Merlin Point of Sale Systems" is a registered Business Name of Daak
Computers Pty Ltd