Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. brucegs13

    Syntax Error - When Label Caption is "="

    Thanks for all the input ... FYI I wrote a procedure that strips '=' characters from any character field in a record passed to it ... lnFieldCount=1 DO WHILE .t. IF LEN(FIELD(lnFieldCount))=0 && End of Fields EXIT ENDIF lcFieldName=FIELD(lnFieldCount) IF...
  2. brucegs13

    Syntax Error - When Label Caption is "="

    Thanks for your timely replies ... however ... The '[ = ]' suggestion would work if the label is always an equal sign. THISFORM.lblSomeLabel.Caption=ALLTRIM(SomeCharacterField) The value of SomeCharacterField is input by the user and it could be any string but when they input an equal sign...
  3. brucegs13

    Syntax Error - When Label Caption is "="

    I am getting a non fatal Syntax Error when I try to update a label with a field which starts with an '=' sign. THISFORM.lblSomeLabel.Caption=ALLTRIM(SomeCharacterField) where the value of SomeCharacterField is '=' Other than validating ALL my fields for this value (and who knows what...
  4. brucegs13

    VFP on a handheld

    We have written an app that works on PocketPC, Palm and Symbian with a framework called AppForge ... http://www.appforge.com - Appforge integrates into VB6 and is very flexible, object orientated and easy to learn if you are are comfortable with basic commands in VB. We keep constant contact...

Part and Inventory Search

Back
Top