[EMAIL PROTECTED] wrote:
At 04:03 PM 7/27/2004 -0500, Les Start wrote:
Is there a command that will refresh the file
list to show changes while still in the form?
Les,
Take a look at the "New Sales Order" process in
RRBYW8 Sample Application:
01. Start RBG7.1
02. CONN RRBYW8
03. RUN RRBYW8.DAT
04. RRBYW8 Main Menu > Sales > New Sales Order
. Click on Sales Rep Combo-Box to see the
list of existing employees
. Click on [+] Button for Sales Rep to add
new sales rep
. Notice the new form for "New Employee"
Enter all relevant data for new employee
. Click on "Save" button
. Notice the new employee in Sales Rep
Combo-Box.
And here's the "Custom EEP" which takes care of
such magic:
ENTER USING Employees FOR 1 ROW
PROPERTY DBComboBox_SalesRep REFRESHLIST 'TRUE'
RETURN
Enjoy and make sure to have fun!
Very Best R:egards,
Razzak.
REFRESHLIST does not seem to work on the File ListBox Object. I am
checking the existence of a file in a directory, not a row in a table.