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

    Unable to bind to field or datamember

    I have a project that works perfectly under W2K, under XP Pro I keep getting the Unable to bind to field or datamember: 'item' error. This is a simple bound text box in my app'. I'm using the same DB to test in both OS's. I have other bound text boxes that work ok under XP, its just this one...
  2. petevick

    pass value to hidden field

    I want to pass the value of a drop down list to a hidden field in my html code, something like... <input type="hidden" name="quantity" value= list.value> Any one got any ideas on how this might be achieved. I've had several goes, but all have failed Pete Vickerstaff - Hedra Software...
  3. petevick

    new page at startup

    Does anyone know how to prevent the new page displaying when FronPage 2000 opens with the 'Open last web' option active. Is there a way to open the last web and a particular page of that web for instance? Pete Vickerstaff - Hedra Software www.hedrasoftware.co.uk
  4. petevick

    change input TYPE=&quot;hidden&quot; to input TYPE=&quot;text&quot;

    Can any one help me out here. I want to change an input TYPE="hidden" to input TYPE="text" when a certain option is chosen from a drop-down list box on a web page. I'm guessing that it could be done with Java using the onChange event somehow, but I'm unable to find any clues from trawling the...
  5. petevick

    SNMP community name

    We have a Dlink DSL-504 router. I'm trying to get some utility software working that is asking for the SNMP community name (together with the IP address of the router) so that it can communicate with the router. Does anyone know where I might find this. The two options it offers is 'public' and...
  6. petevick

    Recordset update delay

    I wonder if anyone has the answer.... I change a recordset via text fields in a form, I then display a VB report based on that recordset, the report does not show the chages made, if I introduce a half second delay before showing the report then the changes are displayed. I was already using an...
  7. petevick

    DHCP/DNS Client service

    We have a small peer to peer network (5 PC's) that access the internet via a broadband router, this router is also a DHCP Server. My question is, should the DHCP and DNS Client services be disabled on all the PC's on the network as the router is issuing all IP addresses. Pete Vickerstaff -...
  8. petevick

    data report caption property

    I am trying to create a function that populates 2 similar VB data reports. I pass the data report name to the function something like... Private Sub PopReport(RptName As DataReport) If I then try and set the reports caption property, i.e. I type... RptName. after I type the period, the list of...
  9. petevick

    compare ADO control to DAO

    I've recently completed a project in which I have used ADO controls extensivly. I'm just wondering if there is any benifit in using DAO, ie, does DAO process databases faster then ADO controls, is the complied code any smaller with DAO. Anyone got any thoughts? Pete Vickerstaff - Hedra Software...
  10. petevick

    add a function in a SQL statement

    I am trying to add a function into an SQL statement. I did this in an Access DB where the function was defined in a code module. If I try the same thing from within VB I get an error regarding the function I am trying to use. I've got the function in a module and made it public, still no joy...
  11. petevick

    show printing preferences dialog box

    I would like to show the printing preferences dialog box for the default printer from within my application. I'm guessing its going to be an API call, but for the life of me I can't find any info on this subject. Any one got a clue for me ??
  12. petevick

    trap key press in MDI window

    Hi, does any one know how to trap a key press in a MDI window, I'm trying to detect when the F1 key has been pressed.
  13. petevick

    DataReport collection

    Does anyone know if there is a DataReport collection similar to the Forms collection so that I can check on loaded or shown reports, I've had a quick look but I'm thinkng that there isn't.
  14. petevick

    Data Report sections

    As anyone managed to figure out how to keeptogether data report sections. I've had moderate inconsistant success, seems to work a little better when there are child commands involved in the Data Invironment. Is there a trick involved or does it just not work????
  15. petevick

    report section does not keep together

    I have created a report that has a group section in it. I want to keep this section together. I have set the KeepTogether property for the section to True but the section spills over to another page. Anyone got any clues for me.?
  16. petevick

    Picture in Data Report

    I have a VB project that uses data reports that are populated using the data environment. All works fine, but, am I right in saying that it is not possible to change the picture property of a picture in a report at runtime, only at design time?.
  17. petevick

    Automate defrag

    Does anyone know how to automate dfrg.msc in Windows 2000 pro, so that it can be run via scheduled tasks to defrag a particular drive. I know that with defrag.exe in previous win versions you could add command line parameters. Anyone....?
  18. petevick

    No New Diagram menu in Data View

    I'm using VB6 Pro and building a data access application, my problem is that I am unable to create a new diagram as there is no Database Diagrams folder visible in the data view window and therefore the 'New Diagram' menu item is not available. Can anyone sort me out with this??
  19. petevick

    No help with VB6

    I cannot get the help system to work in VB6 under win 2000 pro (SP2). I've tried reinstalling VB but keep on getting the 'Unable to display help' message. Any ideas anyone?
  20. petevick

    veritas backup

    is it possible to get Veritas backup to write to a CDR drive. When I try I get a message saying its an invalide drive or I do not have access.

Part and Inventory Search

Back
Top