Thanks Sandeep, I got a good experience in my first project with vb 6.0 and access
@riveraliezle7288 Жыл бұрын
Thank you po!
@SandeepKaundalSir Жыл бұрын
You're welcome 😊
@ibrahimyavuz88115 ай бұрын
Hello. I am a doctor. I made a prescription program . How can I connect with my e- sing card? How can I send the prescription to SGK for the secret? Are there any videos about these?
@souvikchakrabarty52273 жыл бұрын
I have faced some problem to input data into a access .mdb database option created in MS Access 2007 ( 2000 to 2003 option) from Vb6
@bethereasonofsomeonessmile69967 жыл бұрын
program not run.program something rong in loginado.refresh this place. please help me
@kesavans94972 жыл бұрын
Method or data member not found nu varthu
@SandeepKaundalSir2 жыл бұрын
Check the name property of control added in the form and match their name with name mentioned in code.check the video carefully you will not get this error if you follow all steps
@manjeetkumaryadav24607 жыл бұрын
sir, plz can u say me.. why I m getting this error, "syntax error(missing operator) in query expression *form logintab where Username= 'admin' and password= 'admin'.
@heriyantosusilo88017 жыл бұрын
same problem
@bharatjoshi50574 жыл бұрын
Every time my program showing "try again" message I not getting successful message anytime ..... What's the reason
@omrajeshkbangalore20928 жыл бұрын
sir why am i getting this error "method or data Member not found"...please help me out thank you
@SandeepKaundalSir8 жыл бұрын
+OmRajesh K Bangalore I think ,you have misspelled the object or member name.please Check the spelling for the name property of control and their Type statement. i.e Name Property of Textboxes and Command button first. Then Check the Spelling for Type associated with Textbox. (means textbox.text).if you misspelled the statement,you will encountered with Error "Method or data member not found" Hop this will fix ur issue. if not,then reply me with error .....
@PankajGupta-tc7om6 жыл бұрын
Sir in registration form if i leave any text box empty so the msg box should appear pls enter your name or something else
@daudacademy249 жыл бұрын
I got another helpful tutorial from you. Thanks.
@SandeepKaundalSir9 жыл бұрын
+Daudur Rahman Thanks for the appreciation..
@piousescober19878 жыл бұрын
+Sandeep Kaundal sir kaundal may i ask you some questions about this topic..unfortunately this method is not working for me..thank you
@SandeepKaundalSir8 жыл бұрын
+Bull Frog why??? Please tell me about the issues faced by you while developing this App. Definitely ,I will assist you in this regard.
@piousescober19878 жыл бұрын
is it okay to just put my statement here in the comment section sir?
@SandeepKaundalSir8 жыл бұрын
+Bull Frog why not??? Let me Know....
@darshan.m91412 жыл бұрын
Sir followed ur step but when I login I enter correct password but it showing wrong what to do Please replay on me
@SandeepKaundalSir2 жыл бұрын
Save new username and password in database and try login . One more check username and password name property as well,if it is misspelt then you may encounter error. I think it is not validating according to username and password entered then it will be an coding error.check the code as well .match the if block code variable with name property of each control
@manasvisharma36512 жыл бұрын
Sir what is difference between 1-adcmd and 2-ad cmd
@naren83acs6 жыл бұрын
Sandeep, nice tutorial. Thanks for the tutorial. Can you please make a tutorial on splitter control. It would be very helpful. Waiting for your reply.
@Thanveershah7 жыл бұрын
You are a Genius
@SandeepKaundalSir7 жыл бұрын
:-)
@souravdam59646 жыл бұрын
sir can i pass the username from 1st form to 2nd form??if so then how it is possible?
@somrajpaul26866 жыл бұрын
THANK U SIR!
@unknownaccount86697 жыл бұрын
Thankyou so much :)
@mutigajesse1957 жыл бұрын
runtime error 424 object required
@bethereasonofsomeonessmile69967 жыл бұрын
sir place reply me!!!!!!!!
@watdfaq7 жыл бұрын
sir why am i getting this error "objeck required"...please help me out thank you
@SandeepKaundalSir7 жыл бұрын
please check the name property of each control ,you have added to your project. if name of the control is different in the code written in the code window ,you will get this error..object required..you must specify the name of controls in the code after checking the name property of each control.