Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Textmerge is recursive
Message
De
10/04/2006 16:35:44
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
10/04/2006 13:54:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01111919
Message ID:
01112166
Vues:
18
>>>>>>Are you using
<<lcSql>>
inside TEXTMERGE?
>>>>>
>>>>>
>>>>>TEXT TO lcSql TEXTMERGE NOSHOW
>>>>>	select * from udf_Function(<<parameter>>)
>>>>>ENDTEXT	
>>>>>This.mExecuteSqlCommand(lcSql, 'curCursor', '')
>>>>>
>>>>
>>>>What is the exact code and the value of the 'parameter' in case when you get the errror?
>>>That's the exact code. Parameter value is an integer. But it might have a problem. So, why would it cause recursive problem?
>>
>>Mark,
>>1) Replace parameter with m.parameter
>>2) You don't need text...endtext there
>>
lcSQL = "select * from udf_Function("+trans(m.parameter)+")"
>>Cetin
>Well, I am using text merge everywhere in my program. Why only that part of the program gives me "recursive" ptoblem?

That's something you should know, not me. That code by itself doesn't cause it. Check my first reply and be sure it is not called from within another textmerge.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform