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: *

  1. er13b6ac

    Need help with Target Expression

    OK, I am missing something! I want to display an Ad that targets only certain Users. I created a new Targeting Context group and mapped the logon name and other user properties I want to test against. I then created a Target Expression to do the test, but don't see how Commerce Server links...
  2. er13b6ac

    How do I get a ComboBox ContextMenu

    When I right click on my ComboBox control, a shortcut menu is displayed. How do I get access to the control's ContextMenu so I can program the menu items? I see this explained in .net but not VB 6.
  3. er13b6ac

    insmod unresolved references

    I am trying to install a 3rd party pci driver module but insmod returns 19 unresolved references including: kmalloc, free_irq, kill_proc, kprint, sprintf etc. The company that wrote the driver is not that familiar with Linux, but told me to custom install Read Hat 7.2 and select the package...
  4. er13b6ac

    Undefined function 'Round' in expression

    I am building an sql statement, that includes the 'Round' function, to send a query to an Access database. When I try and open the ADODB.Recordset with the sql statement, I get: Error![Microsoft][ODBC Microsoft Access Driver]Undefined function 'Round' in expression. The sql statement works...
  5. er13b6ac

    print $NF gives incorrect result

    I have an Awk script that behaves correctly from a command prompt but differently in a Makefile the script is: pwd | awk 'BEGIN {FS="/"}{print NF} {print $NF}' from the command prompt, NF gives the field count and $NF correctly gives the last field. from the makefile, NF gives the...

Part and Inventory Search

Back
Top