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

    Dual Quad Core Processors and XP

    Hi, I am working on a system that will be upgraded to have Dual-Quad core Xeon processors and I am wondering if Windows XP can support this. Depending on which online resource you read, some say yes, others no. Is there any good reference material out there that discusses Multicore/Multi...
  2. jvet4

    Duty Cycle Counter

    Hi, I am trying to develop code to calculate the Duty Cycle of a temperature sensor output (a square wave) and I wanted to see if anyone has developed a duty cycle counter? My approach has been as follows: 1. initialze two counters to 0 2. look for a rising edge 3. Enter the "upper" count...
  3. jvet4

    PowerPoint 2003 and MP3s

    Hello, Is there a way to have a playlist of MP3s playing in a shuffle format during a power point presentation (aside from running an MP3 Player separate). I have like 30 slides and 9 songs and I'd like to have the songs randomly playing in the background during the presentation but can not...
  4. jvet4

    Server 2003 Activation

    Hello, I am working on a project that involves multiple computers, all created in the same manner (i.e. same software, same configurations, etc). The hardware setup is a VME-based single board computer that has 2 Ethernet ports (port 0 a static IP for an internal network, port 1 for a network...
  5. jvet4

    IMA Service Error -2147483635

    Hello, I am getting an error when trying to connecto to the Management Console that indicates that I can not connect to the preferred server farm. When I look at the services the IMA servics is not running and when I try to start it, I get the following error: "Windows cannot start the...
  6. jvet4

    Exceed 10 Display and Keysim Issues

    Hello, I am running Exceed 10 on a Windows 2003 Server platform and I am having two big problems. The first deals with the way Exceed opens. Most of the time when I open Exceed it opens properly and "Exceed" is displayed in the task bar. However, occasionally when exceed opens, I see "Exceed...
  7. jvet4

    Problem with ExitWindowsEx

    Hello, I created a GUI using Visual C++ (v 6.0) under Windows 2000 that gives the operator the option to shutdown or restart windows. For the shutdown portion I call the function ExitWindowsEx(EWX_SHUTDOWN, 0) and for the restart I call ExitWindowsEx(EWX_REBOOT, 0). This application works...
  8. jvet4

    One-Shot Pulse Generator

    I am looking for a way to create a one-shot pulse that is generated based on an external input. I want to be able to use an external voltage supply and input pin to generate the pulse, however I need a way to slow down the response of the pulse generator. I am currently using the debounce...
  9. jvet4

    Locking Editable Cells in excel

    I have an excel workbook using the Solver add-in. In my workbook, I am using solver to optimize a group of cells, however I do not want the user to be able to modify the cells. When I try to lock the sheet and run the solver macro, I get an error saying the sheet is protected therefore...
  10. jvet4

    Excel - SUMPRODUCT Formula

    Hello, I am wondering if there is an easy way to use the SUMPRODUCT formula on two tables in which not all the cells contain value (i.e. they should be ignored). For example, I have to tables, each with 10 rows and 4 columns. I would like to use the SUMPRODUCT formula on these tables...
  11. jvet4

    LOC constraint (a IOB location) not valid for IPAD symbol

    I am keep getting the following error when trying to map my code (I am using Express VHDL on Spartan): ERROR:OldMap:56 - The LOC constraint "P167" (a IOB location) is not valid for IPAD symbol "C85" (pad signal=clock_in), which is being mapped to the following site types...
  12. jvet4

    INOUT Mapping Error with FPGA Express

    I am trying to map an INOUT in FPGA Express VHDL and I am getting a: "The pad mapping optimization can not determine the type of pad to insert at the port (FPGA-PADMAP-3)" error. I have not been able to find any information about this error or a work around. Is there a way around...
  13. jvet4

    Sequential mapping Error

    I have the following code that I am trying to synthesize using FPGA Express VHDL. I am getting the error &quot;Sequential mapping has detected that the cell '/counter-optimized/current_count_reg<0>' uses both the asynchronous 'set' and 'clear' pins.&quot; for all 32 bits in the current count...
  14. jvet4

    Creating Different Users with Different Network Settings

    My company's network is set up to dynamically assign IP addresses when the user logs on. I am currently running Win 2000 and I am trying to create another user for my machine that will have a static IP address. The problem is when I make the change in that user's (the static IP) profile, it...
  15. jvet4

    Storing Multiple list Box Selections in different records

    Hello, I have a form with a list box that stores data in a field is set as a required entry. I have a two part question: 1. When I change the list box propery MultiSelect from none to either Simple or Extended, I get an error that says the field I am saving to cannot contain a null...
  16. jvet4

    Related Records Error

    Hello, I have a table called Requirements that has 4700 records and two primary keys (Document_ID and RequirementID). I have a second table called Generic Tests, also with a primary key called RequirementID (a 1-to-1 relationship exists between the two tables). Of the 4700 requirements...
  17. jvet4

    Populating one Combo Box from another

    Hello, I have two combo boxes (Document_ID and Requirement_ID). I am trying to populate the Requirement_ID box based on the selection made in the Document_ID box. To do this I have the following code: Private Sub Document_ID_AfterUpdate() Dim ListData As String ListData = &quot;SELECT [All...
  18. jvet4

    Updating Check boxes within a form

    Hello, I have a database with a table called documents and a table called requirements. Each document in the documents table has multiple requirements in the requirements table. I have set up a form with 2 check boxes, one referencing each table. I want the user to be able to select a...
  19. jvet4

    Dynamically updating a Word document from a web front end

    Hello, I was wondering of it was possible to dynamically update a word document from either an access database or a web-based front end. I am developing an application in which the user selects options from a web based front end, one of these options being a report. I would like to be...
  20. jvet4

    Unsafe Attachments in Outlook

    Hi, While installing service packs, updates, etc. I evidently installed a security patch that blocks files that Outlook deems potentially unsafe. I am looking for a way to get rid of this patch so that I can get executibles/databases, etc... Any help would be appreciated. Thanks, Jason

Part and Inventory Search

Back
Top