Search found 155 matches
- Sun Feb 08, 2026 11:23 pm
- Forum: eXpress++ Support
- Topic: DCTABPAGE caption
- Replies: 4
- Views: 4322
Re: DCTABPAGE caption
ok. Thank you andJimmy
- Sun Feb 08, 2026 3:41 am
- Forum: eXpress++ Support
- Topic: DCTABPAGE caption
- Replies: 4
- Views: 4322
Re: DCTABPAGE caption
Jimmy,
there a so many samples in Xsample, how i set the color
dc_tabpagecolor or dctabpage COLOR, and more.
For this i doesn't need ownerdraw.
I want only set attribrutes for the caption of the tabpage or a different font
there a so many samples in Xsample, how i set the color
dc_tabpagecolor or dctabpage COLOR, and more.
For this i doesn't need ownerdraw.
I want only set attribrutes for the caption of the tabpage or a different font
- Fri Feb 06, 2026 8:05 am
- Forum: eXpress++ Support
- Topic: DCTABPAGE caption
- Replies: 4
- Views: 4322
DCTABPAGE caption
Hello,
I would like to set the caption (text) of a DCTABPAGE
to bold or italic if the tabpage activ or to normal if inactiv.
How i can do that ?
I would like to set the caption (text) of a DCTABPAGE
to bold or italic if the tabpage activ or to normal if inactiv.
How i can do that ?
- Mon Sep 01, 2025 2:56 am
- Forum: phpBB Board Support
- Topic: We are back!!!
- Replies: 7
- Views: 32550
Re: We are back!!!
That's great news!
- Wed Apr 10, 2024 10:33 pm
- Forum: Did you Know?
- Topic: A web service for your data
- Replies: 14
- Views: 87509
Re: A web service for your data
I am too
- Mon Nov 20, 2023 1:53 am
- Forum: phpBB Board Support
- Topic: Recovering from surgery
- Replies: 6
- Views: 49328
Re: Recovering from surgery
Roger, get well soon!
- Wed Sep 13, 2023 8:36 am
- Forum: Announcements
- Topic: BBS seems to be back up..
- Replies: 8
- Views: 89834
Re: BBS seems to be back up..
it feels faster
- Fri Feb 17, 2023 12:30 am
- Forum: eXpress++ Support
- Topic: ReplaceBookmark error Word automation
- Replies: 2
- Views: 8341
Re: ReplaceBookmark error Word automation
This has to do with a update of word.
Look at trust center
disable the protected view
Look at trust center
disable the protected view
- Sat Nov 26, 2022 2:13 am
- Forum: Xbase++ Support
- Topic: excel import question
- Replies: 10
- Views: 62299
Re: excel import question
i use this
// Street (C)
oSheet:Range("C2:C"+cMaxLength):NumberFormat := "@"
// Street (C)
oSheet:Range("C2:C"+cMaxLength):NumberFormat := "@"
- Thu Nov 24, 2022 8:07 am
- Forum: Xbase++ Support
- Topic: excel import question
- Replies: 10
- Views: 62299
Re: excel import question
Local cUPC := chr(39) + dbf->UPC
The ' forces Excel to use the value as text
The ' forces Excel to use the value as text