User Profile

Collapse

Profile Sidebar

Collapse
neelesh kumar
neelesh kumar
Last Activity: Jun 18 '07, 05:02 AM
Joined: Mar 23 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • neelesh kumar
    replied to problem with java applet
    in Java
    those are real signals(railway signals).
    with signsls no problem.along with signals, remaining applet also flickering lightly for some time and some time steady.
    in my code flash is thread.
    try{
    flash.sleep(500 );
    }
    See more | Go to post

    Leave a comment:


  • neelesh kumar
    started a topic problem with java applet
    in Java

    problem with java applet

    sir,
    i have an applet .in that some signals are there which are represented by ovals.if any signal fails that oval has to flash(toggle betwwen red and black colors like that).
    problem is along with that oval, some part of the applet is flickering(mino rly)lightly from top to bottom for some time and steady for some time though i wrote the repaint coordinates properly.i want that remaining applet doesnt flicker lightly also.
    ...
    See more | Go to post

  • neelesh kumar
    replied to where to write shiftkey disable code
    Sub DisableShiftKey ()

    Dim db As DAO.Database
    Dim prp As DAO.Property

    Set db = CurrentDb
    db.Properties.D elete "AllowBypassKey "
    Set prp = db.CreateProper ty("AllowBypass Key", dbBoolean, False, True)
    db.Properties.A ppend prp

    db.Properties.R efresh

    Set prp = Nothing
    Set db = Nothing

    End Sub...
    See more | Go to post

    Leave a comment:


  • neelesh kumar
    replied to where to write shiftkey disable code
    sir
    i know the code.
    but where we have to write that code in modules or where
    i am not getting
    please help me
    See more | Go to post

    Leave a comment:


  • neelesh kumar
    started a topic where to write shiftkey disable code

    where to write shiftkey disable code

    sir,
    now when i open the database tools menu is not coming.i want that only.
    but if i open my database by pressing shift button tools menu is coming.i have a code to disable the shift key
    where i have to write the code.
    where is the database property allowbypassshif tkey.i didnt find that
    where i have to write the shiftkey disable code
    See more | Go to post

  • neelesh kumar
    started a topic unable to create mde file

    unable to create mde file

    sir,
    i have a database which is converted to 2002 file format.
    i am trying to create mde file
    but it is giving unsuccessful in creating mde file
    please help me.
    See more | Go to post

  • neelesh kumar
    replied to access datababse through LAN
    sir,
    i tried to split the database.But if i split using the database splitter in the tools options,then i am getting only tables in the backend databse.no forms ,no queries,no reports.
    But i want to split the database such that it shows only forms.Thats i am not getting.If i split using the database splitter only tables r showing.
    i am unable to convert my datase into mde file also.it is showing conversion unsuccessful
    ...
    See more | Go to post

    Leave a comment:


  • neelesh kumar
    started a topic access datababse through LAN

    access datababse through LAN

    sir
    i have a msaccess database .I want in one system only all forms,tables to be visible and possible to make changes in coding or in tables or all.
    In the remaining sytems through lan from the main sytsem ,the users should only be able to see forms .should not be able to make any changes in databse.when the user opens it immediately the 1st form has to come and from that he has to go to all forms.
    no backend should be visible...
    See more | Go to post

  • neelesh kumar
    replied to problem with startup form
    thank u sir,that is working perfectly.
    i am very thankful to this site.
    See more | Go to post

    Leave a comment:


  • neelesh kumar
    started a topic problem with startup form

    problem with startup form

    In my database, i want to get the starting form with full screen automatically when i open the database..It is not opening now with full screen.how to do this
    please help me
    thanks in advance
    See more | Go to post

  • neelesh kumar
    replied to syntax error in select query
    sir,
    thank u very much for ur help.
    i got it finally.
    See more | Go to post

    Leave a comment:


  • neelesh kumar
    started a topic problem with memo field

    problem with memo field

    sir,

    in my form textboxes named qst,opt1,opt2,o pt3,opt4 are there having control sources(questio n,option1,optio n2,option3,opti on4 which are memo fields) from the tblexam.

    if isnull(qst.valu e) or isnull(opt1.val ue) or isnull(opt2.val ue) or isnull(opt3.val ue) or isnull(opt4.val ue) then
    msgbox "invalid"

    If i click modify button in my form and make any question or option null then message...
    See more | Go to post

  • neelesh kumar
    started a topic undo in a subform.

    undo in a subform.

    i wrote in the cancel command button code
    me.undo
    if i made changes in the main form not in the subform , if i click cancel then its working fine.
    But if made changes in the subform also, then cancel is not working.
    i wrote forms!subformna me.undo also.
    its not working
    please help me
    thanks in advance
    See more | Go to post

  • neelesh kumar
    replied to syntax error in select query
    sir,
    i wrote what u told.
    but still it is giving syntax error. My head is killing.
    From 3days i am working on that query.
    please help me.
    what i tried is
    SrcSQL4 = "SELECT tblexam.* FROM tblexam WHERE tblexam.questio n like * '" & [Forms]![frmsetquestions]!keyword & "'*;"
    SrcSQL4 = "SELECT tblexam.* FROM tblexam WHERE tblexam.questio n like ' * '" & [Forms]![frmsetquestions]!keyword...
    See more | Go to post

    Leave a comment:


  • neelesh kumar
    replied to syntax error in select query
    that query sntax is wrong sir
    thats what i am asking.
    please tell the correct query
    See more | Go to post

    Leave a comment:


  • neelesh kumar
    replied to syntax error in select query
    SrcSQL4 = "SELECT tblexam.* FROM tblexam WHERE tblexam.questio n like ' * '" & [Forms]![frmsetquestions]!keyword & "' * '"
    DoCmd.ApplyFilt er SrcSQL4
    still giving syntax error.
    please help me
    See more | Go to post

    Leave a comment:


  • neelesh kumar
    started a topic syntax error in select query

    syntax error in select query

    sir,
    suppose if the question is how many stations are there ,then if i give some word matching the question in table in the textbox named keyword ,i want to get that question
    docmd.applyfilt er "SELECT tblexam.* FROM tblexam WHERE tblexam.questio n like ' * '" & [Forms]![frmsetquestions]!keyword & "' * ' "
    please help me
    thanks in advance
    See more | Go to post

  • want to get all the records matching the text typed in the textbox named text20(say) from the table tblexam.
    docmd.applyfilt er "SELECT tblexam.* FROM tblexam WHERE tblexam.questio n like ' "Forms!frmsetqu estions!text20 " ' "
    with the above query i am not geting the required records.
    suppose if the question is "what is speed" then in the textbox if i type speed i am not getting that question.If i...
    See more | Go to post

    Leave a comment:


  • i want to get all the records matching the text typed in the textbox named text20(say) from the table tblexam.
    docmd.applyfilt er SELECT tblexam.* FROM tblexam WHERE
    please tell the WHERE condition
    thanks in advance
    See more | Go to post

    Leave a comment:


  • neelesh kumar
    started a topic query about search button in my form

    query about search button in my form

    sir,
    i have a form exam created by using a table tblexam.In the tblexam fields are questionno,ques tion,option1,op tion2,option3,o ption4,answer fields.
    In my form i have a question,option 1,option2,optio n3,option4 textboxes having control sources from tblexam .Along with search command button and 1 unbound text box named text20.
    If i enter some word in that text box and then click search then i want to get all the records matching...
    See more | Go to post
No activity results to display
Show More
Working...