pundit Posted June 1, 2007 Posted June 1, 2007 (edited) HiI have a piece of VBS code which i am trying to convert to AutoIT. But I hit this errorError: The requested action with this object has failed (at Line 68)$RS("b").AppendChunk (StringToBinary($Pre) & Binary(Chr(0)))oÝ÷ Ø ò¢w¤0«b² "+¢xê+§jUAr^Ëhnè¥vk¥¶*Z®×è®gZµ§è§âë©ËnjW(uç·¢éݺ¹ Edited June 1, 2007 by pundit
Zedna Posted June 1, 2007 Posted June 1, 2007 (edited) instead of $RS("b").AppendChunk (StringToBinary($Pre) & Binary(Chr(0)))oÝ÷ ÚÚòjëh×6 $RS.Fields("b").AppendChunk (StringToBinary($Pre) & Binary(Chr(0))) Not tested! Edited June 1, 2007 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
pundit Posted June 2, 2007 Author Posted June 2, 2007 instead of $RS("b").AppendChunk (StringToBinary($Pre) & Binary(Chr(0)))oÝ÷ ÚÚòjëh×6 $RS.Fields("b").AppendChunk (StringToBinary($Pre) & Binary(Chr(0))) Not tested! Nope did not work..
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now