Search found 486 matches

by Wolfgang Ciriack
Wed Apr 27, 2022 8:58 am
Forum: Xbase++ 2.0
Topic: What Java library or dll can be used to develop a WEB GUI in Xbase++?
Replies: 62
Views: 26395

Re: What Java library or dll can be used to develop a WEB GUI in Xbase++?

Hello Chris,
perhaps it is better to open a new topic on this forum under Announcements like "BOA presentation" so the users can better find it than on the 3. side of this topic ?
by Wolfgang Ciriack
Tue Apr 26, 2022 9:40 pm
Forum: eXpress++ Support
Topic: Browsing dataobjects (solved)
Replies: 9
Views: 4167

Re: Browsing dataobjects

Hello Roger, problem solved. My fault was, that i used DCBROWSECOL OBJECTVAR {|o| o:KPos}... When looking in your sample browse\objects.prg i saw, that i can use simply DCBROWSECOL OBJECTVAR KPos ... When using this, the editing works the same as i used with database cell editing. Thank you for your...
by Wolfgang Ciriack
Tue Apr 26, 2022 11:01 am
Forum: eXpress++ Support
Topic: Browsing dataobjects (solved)
Replies: 9
Views: 4167

Re: Browsing dataobjects

Hello Roger, Tom, these were two different items, multiline browse (solved) and cell editing. I only use cell editing in this context: Old with database as source: @ 1, 1 DCBROWSE oBrowse ; DATA cAlias ; EDIT xbeBRW_ItemSelected MODE DCGUI_BROWSE_EDITACROSSDOWN EXIT {|| SetAppFocus(oBrowseKK)} DCBRO...
by Wolfgang Ciriack
Mon Apr 25, 2022 9:39 pm
Forum: eXpress++ Support
Topic: Browsing dataobjects (solved)
Replies: 9
Views: 4167

Re: Browsing dataobjects

Thank you Roger,
the multiline is working, the oBrowse:arrayElement was that, what i missed.
But the edit does not work. I try to send you an test program next days.
by Wolfgang Ciriack
Mon Apr 25, 2022 12:25 am
Forum: eXpress++ Support
Topic: Browsing dataobjects (solved)
Replies: 9
Views: 4167

Browsing dataobjects (solved)

Hello Roger, i have two questions about browsing dataobjects: This is my Browse with an database: @12.5, 55.0 DCBROWSE oBrowse ; DATA cLstAl ; SIZE 55, 8 ; CURSORMODE XBPBRW_CURSOR_ROW ; NOHSCROLL ; FIT ; PRESENTATION aPres1 ; ITEMSELECTED {|| EditLstPos(oLstRec, oAufVar, oAufRec, .T.), oBrowseLeist...
by Wolfgang Ciriack
Mon Apr 18, 2022 4:01 am
Forum: eXpress++ Support
Topic: I can't write files to the specified folders via ftp
Replies: 15
Views: 7368

Re: I can't write files to the specified folders via ftp

Use oFtp:Directory( ,"DHS") too, after you set the CurDir to "htdocs".
Is the message folder shown ?
by Wolfgang Ciriack
Sun Apr 17, 2022 1:36 am
Forum: eXpress++ Support
Topic: I can't write files to the specified folders via ftp
Replies: 15
Views: 7368

Re: I can't write files to the specified folders via ftp

Try to use aF := oFtp:Directory( ,"DHS") and see, if the directory "messages" is in array aF.
by Wolfgang Ciriack
Sat Apr 16, 2022 9:08 pm
Forum: eXpress++ Support
Topic: I can't write files to the specified folders via ftp
Replies: 15
Views: 7368

Re: I can't write files to the specified folders via ftp

Try oFtp:curDir("htdocs") (without the backslash at the beginning).
Then aF := oFtp:Directory(). What is the content of aF ?
by Wolfgang Ciriack
Fri Apr 15, 2022 11:41 pm
Forum: eXpress++ Support
Topic: I can't write files to the specified folders via ftp
Replies: 15
Views: 7368

Re: I can't write files to the specified folders via ftp

I use the ftp client from Xb2.Net. If you use the XBase++ ftp client look at the FtpClient:connect() description:
:connect(FTP_CONNECT_PASSIVE_MODE)