Found the problem - was unrelated to the above code.
Error was misleading in that it was actually cominig from the section below in trying to convert a string to a double - French uses a comma (,) as decimal place instead of fullstop (.)
Simplified example
string sVersion = "6.1";
if...
It's C#
I created a test app for the client to run in order for us to track down the problem and this is the function where it seems to fail.
It works fine on English machines.
Thanks,
Hi,
I'm getting the following error on a machine which is running Windows in French when trying to run the below function.
Le format de la chaîne d'entrée est incorrect. (the format of string is invalid)
[The format of the input string is incorrect. (the size of string is invalid)]
The error...
I have just included the code relating to the KIT/BOM stuff – I initialize all the views etc as per the macro created in Accpac.
//kit / bom / none
sResult = SetDetailValue(LINE_DETAILS.DDTLTYPE, "DDTLTYPE");
if (sResult.Trim() != "") return sResult.Trim();
if (LINE_DETAILS.DDTLTYPE != "0")
{...
Hi,
Am trying to add a BOM item to an order using the COMAPI but for some reason it's not updating the components correctly.
If I look in the SQL database the lines have been correctly inserted into the OEORDDD table but the LINENUM is 1,2,3 etc instead of 32,64 - if I manually update these...
Does anyone know what the database table name is where the Alternate Item codes are stored?
The View (IC0310) equivalent is
ALTITEMNO Unformatted Alternate Item No.
Thanks.
I need to know if it's possible to create a trigger on a Pervasive database without causing Accpac to fail on deletes? Status 149
I have seen posts mentioning:
"...Triggers in PSQL can break other things. Once a trigger is created, Btrieve access to that table for the triggered operation is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.