Search found 488 matches

by Wolfgang Ciriack
Wed Oct 11, 2023 5:10 am
Forum: eXpress++ Support
Topic: Open database in thread ?
Replies: 6
Views: 6881

Re: Open database in thread ?

I think, Roger integrated the releasing all relations, releasing all locks in DC_DbCloseArea() .and. DC_DbCloseAll().
by Wolfgang Ciriack
Wed Sep 13, 2023 11:09 pm
Forum: Announcements
Topic: BBS seems to be back up..
Replies: 8
Views: 11636

Re: BBS seems to be back up..

If now the problem with no access to the attachments will be solved, that would be really nice ;)
by Wolfgang Ciriack
Wed Aug 16, 2023 10:09 pm
Forum: eXpress++ Support
Topic: Sendiing posts to url
Replies: 3
Views: 3398

Re: Sendiing posts to url

Just from the Xbase++ 2.0 docs:
LoadFromUrl()
Loads a document from a Web server.
The function is deprecated. Use the HttpClient() class instead.
Example: cResult := HttpClient():new( "http://www.alaska-software.com" ):send()
by Wolfgang Ciriack
Mon Aug 14, 2023 4:40 am
Forum: Xbase++ 2.0
Topic: Malfunction round()
Replies: 5
Views: 8278

Re: Malfunction round()

That is the reason, i use the function roundZ() for some years:

Code: Select all

Function RoundZ(nValue)
Return (Round(Round(nValue, 4), 2))
by Wolfgang Ciriack
Sat May 20, 2023 2:35 am
Forum: eXpress++ Support
Topic: example of combobox + checkbox combined
Replies: 10
Views: 9449

Re: example of combobox + checkbox combined

Take a DCBrowse with a bitmap column, one bitmap with a selected checkbox, one with a non selected checkbox.
by Wolfgang Ciriack
Mon May 15, 2023 6:58 am
Forum: eXpress++ Support
Topic: HILITE and Right button in GET problems
Replies: 11
Views: 11440

Re: HILITE and Right button in GET problems

Hi Chris, you can try this function: Function GetTextDPI(nArt) ** Returns with nArt=1 DPI, nArt=2 Zoomfactor LOCAL oPS := XbpPresSpace():New():Create(AppDesktop():WinDevice(), {100, 100}, GRA_PU_LOENGLISH) LOCAL aTmp := oPS:SetViewport() oPS:Destroy() Default nArt to 1 Return (iif(nArt == 1, aTmp[3]...
by Wolfgang Ciriack
Sun Apr 30, 2023 3:04 am
Forum: Xbase++ 2.0
Topic: DBT memos with ADSDBE
Replies: 7
Views: 9709

Re: DBT memos with ADSDBE

Hello Roger,
CDX and DBT does not work with ADS, that was the reason i changed to FOXCDX and FPT some years ago.
by Wolfgang Ciriack
Tue Mar 21, 2023 2:54 am
Forum: CXP / Web Development
Topic: PowerWeb Demo Program Attachment
Replies: 21
Views: 23881

Re: PowerWeb Demo Program Attachment

It is realy annoying, that i can not get any attachment - always "The selected attachment does not exist anymore." :oops: :oops: :oops:
by Wolfgang Ciriack
Fri Feb 17, 2023 10:41 pm
Forum: eXpress++ Support
Topic: Error on printing
Replies: 3
Views: 3170

Re: Error on printing

Thanks, Roger.
by Wolfgang Ciriack
Fri Feb 17, 2023 4:40 am
Forum: eXpress++ Support
Topic: Error on printing
Replies: 3
Views: 3170

Error on printing

Hello Roger, sometimes i get this error: General Error Information: -------------------------- Xbase Error.: 2: Parameter hat falschen Typ Sub System..: BASE[1025] Operation...: ":init" Can Default.: No Can Retry...: No Can Substit.: Yes Severity....: Error Cargo.......: [None] Tries.......: 0 Threa...