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
掌柜推荐
¥397.00
双福N1R-3C-70细齿轮转速传感器M16*1.5*70有源3线非接触测速推挽
¥1,760.00
DMM-R100-BH双向转速表背光指针式船用尾轴正反转速表开孔101~104
¥420.00
TMM-R52-BH转速表双福背光指针式船用柴油机不锈钢壳厂家可定制
¥1,390.00
SRE-AE3H SRE-AE3M速度继电器转速监控超速保护数显转速表20mA
¥760.00
SRD-PR1H速度继电器数字技术转速监控超速保护模块风力发电机配件
¥1,480.00
DRE-AE2H双向测速速度继电器超速欠速转向正反转监视带电压或20mA
©
Tue 2026-8-18
Guidance Laboratory Inc.
Email:
webmaster1
g.yi
.
org
Hits:
0