Results 1 to 3 of 3

Thread: Msflexgrid - how to refresh?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Malaysia
    Posts
    90
    My program display a screen with msflexgrid on customer data to the user.
    if user click ADD button on this form then my program display another sub form and allow user to enter new customer data into the database.
    Once the data entry is completed my program return to the msflexgrid form but there is no showing of new customer record which the user has just entered into it.
    I did a refresh but was not successfully.

    Appreciate if some one can shared their experience on this matter.

    Best wishes
    CT
    CT

  2. #2
    Hyperactive Member
    Join Date
    Apr 2000
    Location
    Isle of Man
    Posts
    276
    Have you tried using the recordset's Requery method?

  3. #3
    Fanatic Member Mad Compie's Avatar
    Join Date
    Aug 2000
    Location
    Kuurne (Belgium)
    Posts
    553
    You should fill in the DataSource Property of the MSFlexGrid control. This means that you have to link a Data Control on the form to the grid.
    Try also to look at C:\WINDOWS\HELP\MSHFLX98.CHM. This explains the properties, events and methods for this control.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width