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.
 

PressWise

A 30-day Fix for Managed Chaos

As any print professional knows, printing can be managed chaos. Software that solves multiple problems and provides measurable and monetizable value has a direct impact on the bottom-line.

“We reduced order entry costs by about 40%.” Significant savings in a shop that turns about 500 jobs a month.


Learn how…….

   
Back
Top