Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I can´t comment and uncomment ok !
Message
De
29/05/2003 14:22:51
 
 
À
29/05/2003 14:16:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Installation et configuration
Divers
Thread ID:
00793839
Message ID:
00794093
Vues:
12
I believe that it should have a place of honour (like any other bug) in the Bug List.

It can be shown as relating to VFP6 there.
In the notes/workarouds it could mention that it *IS* fixed in VFP7SP1 and VFP8.



>hello jim
>
>now that looks like a bug. should that go into the bug list even if it is corrected in Vfp8? for developer which only work with vfp6 (like me) this would be justifyed - i think.
>
>
>
>>Like Gunnar, I get the same problem using VFP6 SP5. So obviously reinstalling is NOT going to help.
>>
>>However, it works properly on VFP8.
>>
>>Solution: upgrade to VFP8 < s > or use your hands.
>>
>>
>>>I try with -A , but still don´t work .
>>>
>>>See , for example i have this code commented
>>>
>>>
>>>
>>>*!*	IF Empty(FactDoc.NomeClient)
>>>
>>>*!*		cMessageTitle = 'Atenção'
>>>*!*		cMessageText = "Preencha o nome do cliente !"
>>>*!*			
>>>*!*		nDialogType = 0 + 16 + 0
>>>
>>>*!*		nAnswer = MESSAGEBOX(cMessageText, nDialogType, cMessageTitle)
>>>*!*			
>>>*!*		ThisForm.PageFrame1.Page1.TxNomCli.SetFocus
>>>
>>>*!*		RETURN
>>>*!*			
>>>*!*	ENDIF
>>>
>>>
>>>
>>>if i uncomment , happen this :
>>>
>>>
>>>
>>>IF Empty(FactDoc.NomeClient)
>>>
>>>*!*		cMessageTitle = 'Atenção'
>>>	cMessageText = "Preencha o nome do cliente !"
>>>		
>>>	nDialogType = 0 + 16 + 0
>>>
>>>*!*		nAnswer = MESSAGEBOX(cMessageText, nDialogType, cMessageTitle)
>>>		
>>>	ThisForm.PageFrame1.Page1.TxNomCli.SetFocus
>>>
>>>*!*		RETURN
>>>		
>>>ENDIF
>>>
>>>
>>>
>>>But the right is :
>>>
>>>
>>>
>>>IF Empty(FactDoc.NomeClient)
>>>
>>>        cMessageTitle = 'Atenção'
>>>	cMessageText = "Preencha o nome do cliente !"
>>>		
>>>	nDialogType = 0 + 16 + 0
>>>
>>>        nAnswer = MESSAGEBOX(cMessageText, nDialogType, cMessageTitle)
>>>		
>>>	ThisForm.PageFrame1.Page1.TxNomCli.SetFocus
>>>
>>>        RETURN
>>>		
>>>ENDIF
>>>
>>>
>>>
>>>
>>>Thanks
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform