Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jass1220
  • Content: Threads
  • Order by date
  1. jass1220

    dependent lists

    hi ,, I have two lists, when I select an item from the first list, the second list will be populated based on the selected item. in the first list there are cities when the user selects a city the schools in that city should be added to the second list from the database ... the first list not...
  2. jass1220

    Query String

    in asp there is something called Query string how i can do the same in jsp ?? <a href=&quot;mateDetails.jsp?h=<%=rs.getString(&quot;regis_id&quot;)%>&quot;> id = Request.querystring (&quot;h&quot;)
  3. jass1220

    if no records found

    i want to have if condition after this query .. this condition is if there is no record found the session should be &quot;&quot; and error msg else the session = the username of the record found (actually this code for checking the login) //////////...
  4. jass1220

    creating session using JSP

    how i can create session using jsp code ... this not working! session(&quot;user&quot;) = strUser; thanks
  5. jass1220

    error ( page is not available)

    hi , what shall i write in the url to open my page am trying to open my jsp page which is in the path( D:\Tomcat 4.1\ClassMate\mates.jsp) but i get this error /////////////// HTTP Status 404 - /catalina_home/classmate/mates.jsp...
  6. jass1220

    New with JSP

    hi everyone,, am new with jsp .. i need to know if we can retrive data using jsp ... also .. can we insert, delete, update from the database using jsp ,,, if yes .. where i can find examples of the codes ? .. thanks,
  7. jass1220

    equality

    what is the opposite of this : (strType.equals(&quot;SU&quot;)) like if i wanted to say .. strType not equal to &quot;SU&quot;
  8. jass1220

    Options

    in JBuilder how to show a message that has some options for the user ...for example : choose a type please: - class room. - computer lab. thanks ..
  9. jass1220

    i copied my vb project to another m

    i copied my vb project to another machine but am not able to run the data reports ... i get a msg saying: class not registered ........ CLSID 642AC766-AAB4-11D0-8494-00A0C90DC8A9 file not found ..... ???
  10. jass1220

    sort

    am connecting VB with access .. i have a trainees form , when i click on New it should gives me the new ID automatically by adding one to the last ID ... now .. what am using is this code: ////////////////////// rsTrainee.MoveLast intID = rsTrainee.Fields(&quot;trainee_id&quot;).Value...
  11. jass1220

    Maximum

    how do i get the maximum value of rsTrainee![trainee_id] ..??
  12. jass1220

    Help File

    how can i create help file (*.hlp) and attach it to my application ..
  13. jass1220

    check if table exist

    in oracle 6i i want to write a code that checks if the table is existed or not for example i want to say if table history exist then delete * from history update from history ......... whatever else if not exist then create table history as select * from whatever end if
  14. jass1220

    rename a culomn

    how i can rename a culomn in sql ..i want to give the field different name ..?
  15. jass1220

    Array Limit

    Public ArrayNames(0 To 3) As String i don't want to limit my array with this (0 To 3).. coz i don't know how many items will be in it .. so what can i do .. ?
  16. jass1220

    merge automaticaly

    i want to create a macro in word that merge my file to a new document when i open my merged doc instead of me choosing ,, ) merge to new document , printer or elecrtonic mail) i want it to merge automatically to a new document.. i'll use the code of the macro in vb after that so it does this...
  17. jass1220

    open word and merge

    am using this code to open a word document its working, the word doc am openning is merged doc ... when it opens it i have to choose what type of merge i want 1.new document 2.to Printer 3.electronic mail i want it to be merged to new document from vb with out the user chooses...
  18. jass1220

    validate time format

    am trying to validate the the time to be in this format .. the code is correct except the last if statement.. i want it to check that the &quot;:&quot; is the third digit from the right .. /////////////// If Len(Text1.Text) < 4 Then MsgBox (&quot;Time should be in this formate 0:00&quot;)...
  19. jass1220

    validate email format

    how i can validate that the email address in this format (whatever@wherever.any)
  20. jass1220

    length

    i want to check if what the user entered in the textBox is 7 digit length before ... how i can now ?

Part and Inventory Search

Back
Top