Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP7 Combo Format/InputMask if there is no Rowsource ?
Message
From
15/10/2001 09:35:53
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
VFP7 Combo Format/InputMask if there is no Rowsource ?
Miscellaneous
Thread ID:
00568483
Message ID:
00568483
Views:
69
This is the scenario:

* The user clicks an "Add new record" CmdButton next to the List / ComboBox
* The style is set to Combobox
* Focus is transferred to the Combobox
* Rowsource is set to ""
* User types in a new value or does something else

* The valid clause fires
*

WITH THIS
  IF EMPTY(.ROWSOURCE)          
    IF NOT SEEK(ALLTRIM(.DISPLAYVALUE),"CollectionSets","Collection")
      INSERT INTO CollectionSets (CollectionSet) VALUES (.DISPLAYVALUE)
    ENDIF
    .STYLE= 2
    .ROWSOURCE="CollectionSets.CollectionSet"
  ENDIF
ENDWITH
For some reason, setting the Format and/or Inputmask properties to ="@!TAAAAA"
does not work.

It works fine on the table, so does this mean no rowsource - no validation?

Is there a workaround or am I just being stupid?


TIA
Peter Pirker


Whosoever shall not fall by the sword or by famine, shall fall by pestilence, so why bother shaving?

(Woody Allen)
Next
Reply
Map
View

Click here to load this message in the networking platform