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 gkittelson 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. BelindaNiles

    VB6 Datagrid - Set focus to specific cell

    Hello All- Fairly new to VB I have a datagrid control populated with the data I need, but I need to set focus on a specific cell. I have tried the following... dgOrderItem.Row = 0 dgOrderItem.Col = 3 dgOrderItem.SetFocus and I get the following error on the SetFocus.... Invalid Procedure Call...
  2. BelindaNiles

    compare current record field to next record field

    Hello - I need to write a formula which will compare the EndTime in the current record to the StartTime of the next record. If there are any gaps or overlaps in time, I need to flag that line in the report. I've tried a few different formula scenarios, but to no avail. Any suggestions are...

Part and Inventory Search

Back
Top