Search found 486 matches

by Wolfgang Ciriack
Mon Nov 21, 2022 12:08 am
Forum: Xbase++ Support
Topic: help with please - Ayuda por favor
Replies: 1
Views: 2165

Re: help with please - Ayuda por favor

Hello Jose,
make a new array for display:

Code: Select all

FOR J=1 To Len(aArreglo)
   if (p := AScan(aNew, {|a| a[1] == aArreglo[J][1]}) == 0
      ** not in aNew
      AAdd(aNew, aArreglo[J])
   else
      ** add quantity to existing item
      aNew[p][3] += aArreglo[J][3]
   endif
NEXT
Then display aNew.
by Wolfgang Ciriack
Wed Aug 10, 2022 6:19 am
Forum: eXpress++ Support
Topic: filetime and filedate in directory
Replies: 15
Views: 6257

Re: filetime and filedate in directory

You can open a file in your process and let it open. If you cannot delete this file from another process, the process is still running. When the file creating process has finished, it closes and delete the file. When the process crashes, you can delete the file, too. I do this f.e. with login-files ...
by Wolfgang Ciriack
Tue Jun 14, 2022 9:52 am
Forum: eXpress++ Support
Topic: Browsing and edit dataobjects
Replies: 4
Views: 2515

Re: Browsing and edit dataobjects

Thank you Roger,
i will redesign my concept.
by Wolfgang Ciriack
Mon Jun 13, 2022 10:10 pm
Forum: eXpress++ Support
Topic: Browsing and edit dataobjects
Replies: 4
Views: 2515

Re: Browsing and edit dataobjects

Hello Roger, sorry, but that does not work for me. I load all existing records in aLeist and only want to edit these different dataobjects of aLeist. Only if there is a additional object, i add an (empty) object to aLeist for editing. If then all is done i will write these objects back to the databa...
by Wolfgang Ciriack
Sun Jun 12, 2022 10:30 pm
Forum: eXpress++ Support
Topic: Browsing and edit dataobjects
Replies: 4
Views: 2515

Browsing and edit dataobjects

Hello Roger, i try to get rid of some temporary DBF-Files, which i used for do some editing. So i try to use dataobjects for that. I changed my browsing successful (in the attached sample aLeist is the Array with objects, see Tabpage 3) Now i try to edit the different objects (Tabpage 2). My problem...
by Wolfgang Ciriack
Tue May 10, 2022 2:31 am
Forum: eXpress++ Support
Topic: DCPUSHBUTTON blink
Replies: 9
Views: 4094

Re: DCPUSHBUTTON blink

Roger, I still can't see the attachments !!!
by Wolfgang Ciriack
Mon May 09, 2022 11:14 pm
Forum: eXpress++ Support
Topic: DCPUSHBUTTON blink
Replies: 9
Views: 4094

Re: DCPUSHBUTTON blink

Perhaps put the Button on a red static (a little bit bigger than the button) and with a timer hide and show the static ?
by Wolfgang Ciriack
Tue May 03, 2022 5:44 am
Forum: Announcements
Topic: BOA Presentation (Build Online Applications)
Replies: 13
Views: 7279

Re: BOA Presentation (Build Online Applications)

Hello Chris, You can visit the site www.boa-platform.com to check the possibilities. The documentation is reworked at this moment and will be available soon. The link in this post from you is wrong, it leads to bb.donnay-software.com. Edit: Hm, in this copy of your writing, the link works, in your o...
by Wolfgang Ciriack
Fri Apr 29, 2022 11:31 pm
Forum: phpBB Board Support
Topic: Post attachments
Replies: 20
Views: 21330

Re: Post attachments

Thanks for posting the links of the attachments.
by Wolfgang Ciriack
Thu Apr 28, 2022 9:25 pm
Forum: phpBB Board Support
Topic: Post attachments
Replies: 20
Views: 21330

Re: Post attachments

Hello Roger,
can you please look at the problem, that no attachments can be seen or downloaded ?
The whole attachments of topic "What Java library or dll can be used to develop a WEB GUI in Xbase++?" can't be downloaded.
Always the message "The attachment does not exists anymore".