When I use the Find/Replace Service I cant return on the Find Window to
click on next.
Constructor script of the dw :
  This.of_SetRowSelect(TRUE)
  This.of_SetSort(TRUE)
  This.of_SetUpdateable(FALSE)
  This.inv_rowselect.of_SetStyle(This.inv_rowselect.SINGLE)
  This.inv_sort.of_SetColumnHeader(TRUE)
  This.inv_sort.of_SetVisibleOnly(TRUE)
  This.SetReDraw(FALSE)
  This.inv_sort.of_SetSort("c_dossier")
  This.inv_sort.of_Sort()
  This.SetRedraw(TRUE)
  This.SetFilter("match(left(c_dossier,1),'A')")
  This.Filter()
  This.of_SetTRansObject(SQLCA)
  This.of_retrieve()
  This.of_SetFind(TRUE)

Script clicked in the Find button:
 dw_choixdossier.Event pfc_finddlg()

What's wrong

Francis

> [EMAIL PROTECTED] HOSTED BY IIGG, INC. FOR HELP WITH LIST SERVE COMMANDS, ADDRESS
> A MESSAGE TO [EMAIL PROTECTED] WITH THE FOLLOWING MESSAGE:   help pfcsig
> SEND ALL OTHER INQUIRES TO [EMAIL PROTECTED]

Reply via email to