Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How many tildes must i wrote ?

Status
Not open for further replies.

tendo

MIS
Jan 7, 2002
4
0
0
DE
I have a textcontroll in a DW and wanted to display values tab seperated
i.e.&quot;A:1 <tab> B:2 <tab> C:3&quot;.
I coded something like this: dw.object.tc.text = &quot;A:1~tB:2~tC:3&quot;
this doesnt work.
OK tildes seperats default values and expressions.
I tried other combinations but i always went wrong.
Please can someone give me the correct syntax for tabbing in a datawindowtextfield ?

thanks in advance
 
tendo,

why don't you have 3 separate fields instead and place them exactly where you want to?

Ed
 
What operating system are you using? We had an object coded with a ~t running on Windows NT and it made the tab, but we just migrated to Windows 2000 and the ~t prints as a special character (a square box) instead of the tab.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top