Just a little problem....
I've written this code: But I've this error  "MemoryMgr. c, Line 4384, Free
handle (what's wrong?)
The error is in the line Append....maybe i've to make free
something before I call frmAddress??

Thanks a lot....

Procedure botton1Select;
var
str1:PChar;
str2:PChar;
strJoin:PChar;
Begin
Str1:=TextPtr(FldName1);
Str2:= TextPtr(FldName2);
strJoin:= Append(Str1,Str2);
FrmGotoForm(frmAddress);
end;

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to