coisox 0 Report post Posted March 13, 2008 Camnie, aku buat ASP database guna Dreamweaver with VBscript. Ada satu form tu, aku buat multiple rekod update. means ada beberapa textField di mana user leh ubah, then bila click update baru SQL command kick in.Masalahnya, katakan textField yg diubah tu ada 10, lepas user click button "Update", cuma 9 perubahan pertama dipaparkan. Masa nie kalau aku bukak file .mdb, database dah fully update. Cuma dia tak display lengkap kat browser. Then kalau aku click button "Update" utk kali ke-2 atau refresh browser, baru perubahan data yg terakhir tu dipaparkan.Cuma data terakhir je tak dipaparkan yg terkini (tapi kat database sebenar dah ok). So kalau user ubah 5 textField, 4 je yg ok. So takkan aku nak suruh user click button "Update" twice or click refresh.AKu dah try buat dummy page di mana after SQL command execute, current page akan panggil another dummy page then dummy page tu akan redirect semula ke page tadi. Ini bertujuan utk mengelakkan user terpaksa refresh browser manually. Tapi yg herannya, tak berkesan plak cara nie.Actually aku belajar dari website DrDev utk multiple update nie. Korang leh download demo dia di mana mempunyai kecacatan yg sama [download here] Quote Share this post Link to post Share on other sites
coisox 0 Report post Posted March 13, 2008 Ataupun, apa command VBscript utk mimic user click button tertentu? Supaya every time user click button tertentu, seolah2 dia click button tu 2 kali.<input name="btnCount" type="submit" id="btnCount" value="Count" /> 'nie html<% 'nie VBscriptIf Request("btnCount") <> "" Thenbla... bla.... bla...Call btnCount.click <-- yg nie laa yg aku nak tau apa yg betul?End If%> Quote Share this post Link to post Share on other sites