|
-
Apr 13th, 2017, 11:11 AM
#1
Thread Starter
New Member
Type incompatible error
Hi everyone,
i'm new on V.B. I have a little issue
V_Rate = SystemScript.GetDatabaseValue(V_SQL & "", "NVL(COLUMN A,0)", "TABLE C")
V_LoadingAmount = SystemScript.GetDatabaseValue(V_SQL & "", "NVL(COLUMN B,0)", "TABLE C")
COLUMN A and COLUMN B type's are number on table C
where i try this formula
V_Premium = (V_Valeur_Venale * V_Rate / 1000) + V_LoadingAmount
an error message is displayed Type incompatible: 'V_RATE'
can somebody advise?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|