Help in Qlingo Command

MrBuddyLove

New member
Hello everybody,
Well I am completely new in this Xmpie world, just 3 days ago i started but i do have some good programming skills in VFP. ok lets start with my query.
i've just put 3 conditional paragraph thru Qlingo if/then statement, and so far it changes when the unique field change. But within this paragraph there are some variable which are coming from DB, which i want to print in paragraph. i'll put eg.

<Firstname>, your over draft limit is <Amount>

i've tried with my little knowledge like |->FirstName and like other with \ commands but doesn't print. it keep printing the above line, it should print like

Harry, your over darft limit is £1000

pls help me out. I hope i cleared my question.
Thanks in advance
 
Hi,
The line should read...
|->[Firstname], your over draft limit is |->[Amount]

|->[] is the pointer to the schema (your database).

Any questions/problems let me know.
Cheers,
Mark.
 
   
Back
Top