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

    Conditional formatting

    I'm replacing an excel spreadsheet with a vb application that uses the datagrid. Is there any equivalent of the conditional formatting in excel that allows you to say for example that dates before a set time are coloured red? The users are really keen on having certain rows coloured you see...
  2. rwilliams

    Colour in Datagrid?

    I've written an application that uses the standard datagrid. Now I've been asked to highlight certain rows in a different colour. Anyone know how to do this? If not anyone know of a free datagrid that would do it?
  3. rwilliams

    ADO recordset.Find using 2 fields?

    I want to search through a recordset to find a record where customer = ... and custaddress = .... if i use rsCustomers.Find("customer = '....'") it works. How do I add the second condition? I've tried rsCustomers.Find"=("customer = ' ....' and custaddress = '....') and a...
  4. rwilliams

    How would you do this?

    I'm writing a support desk application for our office. When someone logs a call I'd like to refresh averybody elses screens to reflect the change. I'm using vb6 and sql server 7. The only way I can think of is to use a WinSock control but this seems like an inelegant solution. I've never used VB...
  5. rwilliams

    DCOM with Events - any ideas?

    I've followed the MSDN HOWTO: Create a DCOM CLient / Server with Events and hit a problem. When I run the client and the server on the same machine everything goes o.k. When i put the server component onto our NT server I get the following situation Dim MyObj As DCOMDemoEvents_Svr.Class1 Set...
  6. rwilliams

    Refreshing MSHFelxgrid?

    I've got a heirarchical command in my data environment and an MSHFlexgrid that I created by right clicking and dragging the command onto a form. My problem is getting the flexgrid to update when I add a new record. Do I have to create a recordset at run time (I've tried copying the Shape command...
  7. rwilliams

    HierarchicalFlexGrid - how do you get the underlying record?

    I've got a MSHFlexGrid whose datasource is a hierarchical command. When the user clicks on a particular cell, how do you get hold of the record that was originally used to populate it?
  8. rwilliams

    Can I start the Hierarchical Flex Grid 'unexpanded'?

    Can you start it with + signs showing rather than -ve's? I've examined the various properties but none look promising. By the way thanks to everyone; I'm writing my first VB app (we normally use other languages) and this site is very helpful as I have no one else in the office to ask. Hope I'll...
  9. rwilliams

    Data Reports. how to use commands with parameters.

    How do I use commands that require parameters with the data report builder. i.e if i wanted to report all supportcalls from a particular customer.
  10. rwilliams

    how does internet explorer Address Box work. is it a combo box?

    You know how the list of previous addresses comes up automatically when you type in an adsress, how do you do this? It looks like a combo box but I can't get mine to work like that.

Part and Inventory Search

Back
Top