G giga Member² Aug 12, 2005 #1 Hi, Can you tell me, how can I enter '*' into QBE fields? There is problem because '*' is converted to '%'. For example: in QBE field LM_CRCO = * in generated SQL upper(LM_CRCO) like '%' Flag Allow File Wildcards is off (False). Thanx
Hi, Can you tell me, how can I enter '*' into QBE fields? There is problem because '*' is converted to '%'. For example: in QBE field LM_CRCO = * in generated SQL upper(LM_CRCO) like '%' Flag Allow File Wildcards is off (False). Thanx
G giga Member² Aug 12, 2005 #1 SORRY, this is not error. It is my bug :-( Deeply in my program is AllowFileWildcards set to True. If AllowFileWildcards is False, then it is work fine. Is there any way how can i enter * into QBE if AllowFileWildcards is True? Thx
SORRY, this is not error. It is my bug :-( Deeply in my program is AllowFileWildcards set to True. If AllowFileWildcards is False, then it is work fine. Is there any way how can i enter * into QBE if AllowFileWildcards is True? Thx
Marco Kalter Administrator Staff member Aug 12, 2005 #1 No, there is no escape character for this if AllowFileWildcards is True.