Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
APPEND BLANK Causes Error
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01285215
Message ID:
01285219
Views:
20
>I have a table called SCUsers with the folliwng structure:
>
>
>RecordId int
>Data1    memo
>Data3    memo
>Data3    memo
>
>
>When I run the following, I get 'Data Type Mismatch' on both the APPEND BLANK and the REPLACE lines:
>
>
>SELECT SCUsers
>APPEND BLANK
>REPLACE IN scUsers RecordId WITH iRecordId NEXT 1
>
>
>
>The value id iRecordId is Numeric.
>
>Anyone wanna take a stab at this?

Did you try to move
in scUsers
part at the end of the command?

What is the value for iRecordID?
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform