Guidance
指路人
g.yi.org
Guidance Forums
/
Rapid-Q Basic
/ printing QRICHEDIT problem!
最新
搜索
论坛
Reginald Rexx
STC(宏晶)单片机与电路设计
wxWidgets (wxWindows) in C++
奇瑞QQ车友论坛
生活信息交流与学习角
质量与可靠性
Rapid-Q Basic
FreeBasic
Reginald
Forum
Examples
RapidQ
Forum
Bugs
Examples
Resource
RQ Doc
RQ Intro
System
LeonAutoBackup
Home
Software
App
Lib
RapidQ
Reginald
Upload
Chrononet
回顶部
⇑
Forum List
•
Thread List
•
Refresh
•
New Topic
•
Search
•
Previous
•
Next
1
1.
printing QRICHEDIT problem!
#641
Posted by:
2002-11-06 22:18:11
when I set at QRICHEDIT wanttabs=true it prints this kind of
rectangle
how can I avoid this?
2.
Re: printing QRICHEDIT problem!
#647
Posted by:
guidance
2002-11-07 10:46:19
REPLACESUBSTR$ helps?
3.
Re: printing QRICHEDIT problem!
#648
Posted by:
2002-11-07 16:40:26
thanx for reply
works well with letters:
Text1.text= REPLACESUBSTR$(Text1.text, "c", "x")
but
Text1.text= REPLACESUBSTR$(Text1.text,CHR$(???)," ")
what do you suggest I should insert instead of ???
CHR$(11) = horizontal tab but doesn't work
4.
Re: printing QRICHEDIT problem!
#650
Posted by:
guidance
2002-11-07 18:43:24
Try:
$escapechars on
Text1.text=REPLACESUBSTR$(Text1.text, "t"," ")
Have you confirmed it is indeed tab character?
s=text1.text
for i=1 to len(s)
? asc(mid$(s,i,1))
next
5.
Re: printing QRICHEDIT problem!
#651
Posted by:
2002-11-07 19:58:29
I see why guidance = guidance
your're right
I red the wrong colum on my ascii-table; CHR$(11) was wrong
11 = the okt. not the dez.-value for horz. tab = CHR$(9)
brrrrrrrrrrrrrrrrrrrrrrr
first example with $escapechars on works as well
second one not checked
thanx again
Forum List
•
Thread List
•
Refresh
•
New Topic
•
Search
•
Previous
•
Next
1
掌柜推荐
¥1,150.00
SRE-AD2H智能速度继电器20mA转速电流变送器带显示转速监控模块
¥648.00
双福N2H-3C-70齿轮传感器转速测量非接触式霍尔法兰直径18耐高压
¥264.00
双福N1H-5C-35转速传感器速度探头霍尔齿轮非接触测速M18*1.5超短
¥1,580.00
DMM-R100-BV双向转速表背光指针式正反转船用尾轴转速表孔径102
¥760.00
SRD-PR1H速度继电器数字技术转速监控超速保护模块风力发电机配件
¥960.00
双福SRE-AD1H速度继电器20mA转速电流变送器带显示转速监控模块
©
Sun 2025-6-29
Guidance Laboratory Inc.
Email:
webmaster1
g.yi
.
org
Hits:
0