Doh, those are all more likely explanations. ;-)
--
Brian W. Spolarich ~ Manager, Information Services ~ Advanced Photonix / Picometrix
    bspolarich@... ~ 734-864-5618 ~ www.advancedphotonix.com
-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Ross Hughes
Sent: Wednesday, February 24, 2010 11:08 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Do you know this error message?
Without your code I am guessing what you are doing here but I will say that
you cannot update nontemp fields by just assigning values.
You need to use the update buffer command:
So, if you are changing values on a temp record it could be:
ttPart.Date01 = TODAY.
But if you are updating the part table when it is not a temp table it is
like this:
Run lib\UpdateTableBuffer.p(input BUFFER Part:HANDLE, 'Date01', TODAY).
HTH,
Ross
-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
timdines@...
Sent: Wednesday, February 24, 2010 9:54 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Do you know this error message?
I wrote a method directive and when I clicked on Validate I got this
message. I wrote this in ABL block code. Maybe I should write it all out
in queries instead?
You may not compile programs that update the database in this version ( 490
)
------------------------------------
Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
------------------------------------
Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
--
Brian W. Spolarich ~ Manager, Information Services ~ Advanced Photonix / Picometrix
    bspolarich@... ~ 734-864-5618 ~ www.advancedphotonix.com
-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Ross Hughes
Sent: Wednesday, February 24, 2010 11:08 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Do you know this error message?
Without your code I am guessing what you are doing here but I will say that
you cannot update nontemp fields by just assigning values.
You need to use the update buffer command:
So, if you are changing values on a temp record it could be:
ttPart.Date01 = TODAY.
But if you are updating the part table when it is not a temp table it is
like this:
Run lib\UpdateTableBuffer.p(input BUFFER Part:HANDLE, 'Date01', TODAY).
HTH,
Ross
-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
timdines@...
Sent: Wednesday, February 24, 2010 9:54 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Do you know this error message?
I wrote a method directive and when I clicked on Validate I got this
message. I wrote this in ABL block code. Maybe I should write it all out
in queries instead?
You may not compile programs that update the database in this version ( 490
)
------------------------------------
Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
------------------------------------
Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links