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 strongm 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: FoxStudent
  • Order by date
  1. FoxStudent

    pointers problem

    I have a character array in the form DD/MM/YYYY and want to reference the last four characters as an integer. I could not find a 'right' function. So I strated trying to address individual elements, for example, date[6] when printing the result to the screen I got the character numeral. However...
  2. FoxStudent

    ORACLE

    Hi, I am attending an interview with Oracle next Thursday but unfortunately have never used an Oracle product. I would be very pleased if someone could volunter a reason as to why they choose to use Oracle over their competition. P.S. If you know of any independant sites that have good reviews...
  3. FoxStudent

    Combo Box Problem

    How do I fill a combo box up with values from a database field. I have a working data control on the form. thank u
  4. FoxStudent

    Recordsets

    I am trying to execute the following code in a form load event. Module is defiantly a table in regdata.mdb. However, I keep getting a type mismatch at the last line of this code. Dim db As Database Dim CreatMod As Recordset Set db = OpenDatabase("A:\Interaction\RegData.mdb")...
  5. FoxStudent

    Combo and List Boxes

    This is so an obivious question but how do I allow the user to change a value already stored in a combo box and list box. I have tried using box.list(index) = box.text thank u
  6. FoxStudent

    Excel

    could some one solve this problem for me!!! I have a technical problem with Excel. I have got it all working quite well. Part of the process is to load a second worksbook that contains all the stored files. Is there a way of loading it using some simple letters, just simply looking at the same...
  7. FoxStudent

    Pop up menus again

    Has anyone out there had problems with popup menus once they uploaded. They are working fine locally but when i try to upload them i get the message error 'menu' undefined. Has anyone suggestions please contact me. Also I read the suggestion given to me on the last popup question i posted but i...
  8. FoxStudent

    Pop-up menus

    I have linked a popup menu to a button. How do i open more than one page using multiple frames. thank u
  9. FoxStudent

    email

    How do I create an email hyperlink in fireworks 4? thank u
  10. FoxStudent

    Flash Movie ending

    How do I open a html file after the intro flash movie has finished. Thank u
  11. FoxStudent

    Java Script

    I am trying to get this java script function to work when a button is clicked. I do not get the code highlighted as if there is a syntax error. However, when the page is previewed I get the message 'Done, but with errors on page' on the status bar. Has anybody any suggestions thanks. <head>...
  12. FoxStudent

    buttons

    How do I get into the onclick event of a button in dreamweaver. thank u
  13. FoxStudent

    Links

    Is there anyway that I could by clicking on a button in the left frame open two different pages one in the top frame and one in the main frame. Thanku Grainne
  14. FoxStudent

    800 x 600 resolution?

    How do I resize my canvas so as it is 800 x 600. I started working on it on a higher resolution. I have tried dragging in the sides but then it thinks I want to create another frame around it. thank u
  15. FoxStudent

    Subforms

    How do I reference a control in a subform in SQL. I have tried Forms!MainForm.Subform.Control.Property. Secondly is there anyway round having a form containing a continous subform containing a continous subform. thank u
  16. FoxStudent

    Query Results

    I want to on selecting a value froma combo fill in several textboxes. For example, if I selecft a phone number I want to fill in a name text box etc. I have wrote a query that I know works to find the correct name for the phone number selected in he combo I just do not know how to put the...
  17. FoxStudent

    filtering

    It is me again! What I was wondering is when selecting a value from a combo to display the required values in a number of textboxes what to do? I have wrote a query that I knows works to fetch the value from the combo box and return the required value for example corrresponding name. However...
  18. FoxStudent

    Requery Problem

    I have written an SQL query to filter out the street names in a particular area. I have done this kind of thing before but this time it does not work. I have placed a button on tyhe form to run the query. So after I select an area i run it and it returns the correct results. I set the row source...
  19. FoxStudent

    NotInList Event

    On the notinlist event occuring i open a form to add in a new record. However, I went the value of the combo box to be added to the new form as well. However, the value of the combo box appears to be null when addressed. Is there anyway I can get the value in the combo box? thank u
  20. FoxStudent

    Installing IIS

    I have been trying to install IIS as an add on componenet but all I seem to get is error copying messages and most of the time the files being searched for are not on the CD or on the hard-drive. I have installed SP2 has anyone any suggestions? Thank u

Part and Inventory Search

Back
Top