|
-
Sep 20th, 2000, 11:53 PM
#1
Thread Starter
Lively Member
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
-
Sep 21st, 2000, 09:00 AM
#2
Hyperactive Member
Have you tried using the recordset's Requery method?
-
Sep 21st, 2000, 11:39 AM
#3
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|