Re: Tilds
Next message: Rick Bean: "Re: Tilds"
Date: Wed, 1 Sep 2004 15:39:52 -0400
Hi Matt,
The tilde characters don't do anything in VFP so they're just placeholders.
However, the program/report might look for those characters and do something
special if they are present. Or, the developer might have wanted those
records to sort to the bottom rather than the top as when spaces are
present.
--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
cindy.winegarden@mvps.org www.cindywinegarden.com
"mattcatmattcat" <mbd_20002000@yahoo.com> wrote in message
news:C5969D30-0004-4792-913C-714C85AA274F@microsoft.com...
> We have an index in a table that reads:
> IIF(EMPTY(CUSTNO), "~~~~~~", CUSTNO) + COMPANY
> What do the tild like characters do?
Next message: Rick Bean: "Re: Tilds"
Relevant Pages
- RE: Errors while inserting into long data type
... > data into this column thru perl script. ... then the first thing to ask is whether you're using placeholders. ... start using placeholders (aka bind variables). ... The string literal is longer than 4000 characters. ... (perl.dbi.users) - Regex question
... Can anyone tell me how a regular expression can return: ... match any number or type of characters here ... And then print the string, including the placeholders: ... (comp.unix.questions) - Croatian collating sequence in VFP 9
... I'm not new in VFP and after same problems with VFP 6 I choosed VFP 9 ... sequences are better in this version. ... characters are properly visible on forms and in reports. ... Excel and it sort proper all columns according national alphabet order ... (microsoft.public.fox.vfp.forms) - Re: INSERT or UPDATE a VFP memo field using VBSCRIPT
... Create a ADO Command object with a Parameters collection. ... Here's an example written in VFP code that you should be able to translate ... LOCAL strSQL as String, strMsgText AS String ... This does not work because it is longer than 254 characters. ... (microsoft.public.fox.vfp.dbc) - Re: FoxPro/LAN 2.0 question
... Do you work with Foxpro 2.0 or do you work with some VFP version and only try to use tables from 2.0? ... You can convert some of these characters, but only if there is a corresponding character in the other codepage. ... If you work with Foxpro/Lan 2, then cpzero can't do anything for you since FP2 does not support code page info in a dbf. ... (microsoft.public.fox.programmer.exchange) |
|