inkoop1
inkoop1
About
- Username
- inkoop1
- Joined
- Visits
- 1
- Last Active
- Roles
- Members
Comments
-
You know that i cannot send you my all project, and i cannot create a project like this. Why you asking me, if you cant solve it then tell me that. I dont understand, is you the support of the company? I am asking you 5 times to explain what are …
-
still getting error "could not convert variant of tyle (array Variant) into type (OleStr)" this is my code maybe i miss something margeInt is now 5. if ( > 0) then begin TfrxMemoView(Sender).Text := [IIF(TfrxMemoView(Sender).Text <> …
-
This code is not checking for NULL valus i need to CHECK if a value is NULL or not then calculate;
-
if i do the first one then it is printing that text inside the memo. its printing this as a string [IIF(VarToStr(TfrxMemoView(Sender).Text) <> '''', StrToFloat(TfrxMemoView(Sender).Text) * 5, '''')]
-
Is this checking for NULL values as wel? Becouse i am getting this error Could not convert variqant of type (array Variant) into type (OleStr) This is the code now TfrxMemoView(Sender).Text := [IIF(VarToStr(TfrxMemoView(Sender).Text) <> '…