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 TouchToneTommy 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: 1000kisoen
  • Content: Threads
  • Order by date
  1. 1000kisoen

    copy record

    hi, I have a list box with the values to create a new record. based on that values I want to create a new record. this is my code. why the values is not copying to the new screen? Am I doing something wrong? Or can I directly copy the record to the new form (but that is not based on the same...
  2. 1000kisoen

    2 recordset

    hi, i have 2 recordsets each have there own connection string and database how can I link these 2 together? both have the same recordid and ofcourse different data please advise kisoen
  3. 1000kisoen

    press enter

    hi, it occurs on all form forms when I have a update form for example 1 textbox and 1 submit button when I insert nothing into the textbox and press keyboard <enter> its updating the form instead I have to puss the submit button. how can I avoid this? that only via the submit button you can...
  4. 1000kisoen

    setup crystal report

    hi, I'm newbie to crystal report i have installed crystal report made a report / report1.rpt. put this in a map (webserver IIS with xp) now I want to view via the web. how can I? when viewing the report it pop ups if I want to download this report do I miss something during the installation I...
  5. 1000kisoen

    checkbox

    hi, I have some problem with my update form particular a checkbox funtionality is works like this 1> visible/hide some listbox's ( javascript show/ hide) 2> place a text in a textbox (javascript) so when update a record I stumble with some problems what's is wrong with this code error code is...
  6. 1000kisoen

    checkbox

    hi, 1 textbox 1 checkbox I have a checkbox and when I click on the checkbox value 1 should be placed in the textbox if unchecked the value 2 must placed in the textbox. How can I do this? please advise kisoen
  7. 1000kisoen

    pop up window based on form

    hi have a search page (1 texbox + 1 button) I want that the URL should not be shown tried many times but it says it can't find the record + twice the pop up window is opend 1 correct (with record info) and 1 can't find record please advise how gr. kisoen <form action="listviewresulthome.asp"...
  8. 1000kisoen

    security level

    Hi, I have insert in de DEFAULT.ASP securitylevel but when I tried to open a page where I entered the security level it just open the page even I am not authorized. I'm busy for couple of hours but still not working. could you please help me out with this. her is my login page authentication...
  9. 1000kisoen

    return to result page

    hi i have a result page when i click on edit (to edit the record) and click than update the record I want to return to the result page again where i left before I click on edit. can someone give some hints gr. Kisoen
  10. 1000kisoen

    query on personal view

    hi, I am creating a search page the query is like this SELECT Call.CallID, Call.CallTypeID, Call.IntakeDate, Call.CustomerName, Call.SystemID, Call.ShortDescription, Q_LastLogstatus.CallStatusID, Q_LastLogstatus.CallStatus, CallStatus.CallGroupStatus, Support.SupportTeamID FROM ((Call INNER...
  11. 1000kisoen

    hide div when display menu

    hi i work with 2 frames top and main when make a selection from the menu the div did't not hide I had to make space between the top frame and the main frame because that is an empty space it should be better to hide the div's can somebody help me with code? <!DOCTYPE HTML PUBLIC "-//W3C//DTD...
  12. 1000kisoen

    move item from listbox

    hi, how can I move Items from a listbox to another listbox? all these is base on a database so.. listbox 1 there are items that can be selected and stored in listbox 2 be aware that the items of listbox 2 should be stored in a table. is this possible because I went through internet can't find...
  13. 1000kisoen

    list box problem

    hi there have some problem with this script please help me out <html> <head> <title></title> <meta name="author" > <script language="javascript"> function displ() { //if the forms element is 0 (the first one) then return false; do nothing...
  14. 1000kisoen

    open record

    hi I have a search and result page search page is based on to open 1 particular record. when I open a record (it open nice in the MAIN frame)where I also have the EDIT possibility's. so when I click on edit I can change something. but that is not the case. and now I want to open an another...
  15. 1000kisoen

    show/hide hyperlink

    hi, I have a field call TYPE. each record have there own type for example 1> CCR 2> CIR 3> CPR when opening a record (CCR) some links must shown but when opening a record (CIR) these links must be hidden as it not relevant for this record how can I manage to show or hide some hyperlinks if the...
  16. 1000kisoen

    print the result page

    hi, When I have a result page let's say about 10 records how can I put these records in a nice print page? please advise kisoen
  17. 1000kisoen

    show/hide

    hi, via a checkbox I want to show/hide some listbox's there are 6 listbox's 4 of should be shown if the checkbox is checked 2 should be hidden when the checkbox is unchecked the 4 listbox's should be hidden 2 should be shown with this code I can only show and hide only 4 listbox's <script...
  18. 1000kisoen

    master/detail page

    hi, working with Dreamweaver mx I have made a master / detail page when clicking on a detail button of a record I go to the details screen of the record. I than update the record... after updating I want to back to the master page how can I manage this gr. kisoen
  19. 1000kisoen

    SQL statement

    HI, When running this SQL is receive an error that the FROM statement is not correct. please advise Private Sub cmdviewbudget_Click() Dim db As DAO.DATABASE Dim rs As Recordset Dim strSQL As String strSQL = "select ccentre,ccactuals from Query2, " & _ " WHERE Ccentre = " & Me.Ccentre...

Part and Inventory Search

Back
Top