INVALID PROPERTY AO MOSTRAR DADOS

SACOFRITO 16/08/2010 17:59:44
#350411
Boa tarde galera, estou com um problema aqui
Ao mostrar dados do fornecedor estou tendo o sefguinte erro
Invalid Property value

minha rotina de mostra está assim

 If DS!TIPO = [Ô]J[Ô] Then
optJuridica.Value = True
[ô] Frame2(24).Enabled = False
Frame2(11).Caption = [Ô]CNPJ[Ô]
Frame2(12).Caption = [Ô]I.E[Ô]
Frame1.Caption = [Ô]Razão Social[Ô]
Frame2(0).Caption = [Ô]Fantasia[Ô]
Text13.Mask = [Ô][Ô]
Text13.Text = [Ô][Ô]
Text14.Mask = [Ô][Ô]
Text14.Text = [Ô][Ô]
Text13.Mask = [Ô]##.###.###/####-##[Ô]
Text14.Mask = [Ô]###.###.###-###[Ô]
Else
optFisica.Value = True
[ô] Frame2(24).Enabled = True
Frame2(11).Caption = [Ô]CPF[Ô]
Frame2(12).Caption = [Ô]RG[Ô]
Frame1.Caption = [Ô]Nome[Ô]
Frame2(0).Caption = [Ô]Apelido[Ô]
Text13.Mask = [Ô][Ô]
Text13.Text = [Ô][Ô]
Text14.Mask = [Ô][Ô]
Text14.Text = [Ô][Ô]
Text13.Mask = [Ô]###.###.###-##[Ô]
Text14.Mask = [Ô]##.###.###-#[Ô]

End If
If DS!TIPO = [Ô]J[Ô] Then
Text13 = IIf(IsNull(DS([Ô]cgc[Ô])), [Ô][Ô], Format(DS([Ô]cgc[Ô]), [Ô]00.000.000/0000-00[Ô]))
Text14 = IIf(IsNull(DS([Ô]ie[Ô])), [Ô]000.000.000.000[Ô], Format(DS([Ô]ie[Ô]), [Ô]000.000.000-000[Ô])) [ô] erro aqui
Else
Text13 = IIf(IsNull(DS([Ô]cgc[Ô])), [Ô][Ô], Format(DS([Ô]cgc[Ô]), [Ô]000.000.000-00[Ô])) [ô] ou quando nao for tipo J erro aqui
Text14 = IIf(IsNull(DS([Ô]ie[Ô])), [Ô][Ô], Format(DS([Ô]ie[Ô]), [Ô]00.000.000-0[Ô]))
End If



Obrigado desde já

XXXANGELSXXX 16/08/2010 19:04:21
#350419
hum.. nao uso esse componente nao.. mas voce ja tentou colocar para fazer a mascara ai.. o @ no lugar do # ??
SACOFRITO 17/08/2010 09:13:13
#350457
Ainda nao consegui, ele vai preencher e quando for colocar máscara irá substituir os numeros pela mascara __.__etc
Tópico encerrado , respostas não são mais permitidas