hi guys, i have created a textbox, lets call is txtHistory, type=string. now, when user has clicked inside the text box, i dont want him to be able to move backwords. the reason i want this so whatever is the previous value is there, it cant be overwritten and he can only add data in addition to the...
dude ...that's awesome :) it totally worked :D you must be good with jade.....i thought no one uses jade around here.... not to taking too much advantage of your skills, but do you know how I can create a search function in jade? I got a simple example, where i can add few users users. I can save/ed...
thanks pal :) well i didnt want to create a form in ModalSchema. I got all my forms in View Schema. but there is one form I created using the wizard and I like the way it is created, but unfortunately it creates itself everytime under ModalSchema. I am unable to move it to ViewSchema. So I thought i...
I have a program called InvoiceControlSchema Root -->InvoiceControlModalSchema ----->InvoiceControlViewSchema I have created a form (frmMyControls) under ModalSchema and I have another form under ViewSchema I would like to call frmMyControls from a button inside my form in ViewSchema. How can I do t...