I have this code so far
And I want to display the result in a RichText ObjectCode:sn1 = Input.GetText("Input1"); db = "AutoPlay\\Docs\\M.mdb" Query1 = "Select * FROM Contacts WHERE SN = '"..sn1.."'" result = DLL.CallFunction("AutoPlay\\Docs\\xMDB.dll", "Query_Update_MDB", "\""..db.."\",\""..Query1.."\"", DLL_RETURN_TYPE_STRING, DLL_CALL_STDCALL)
Could Someone help me
Thanks in advance

Reply With Quote
