Search found 334 matches: processing

Return to advanced search

hbmk2 problem

... lSoft, lWildSeek, lCurRec ) In this case, I am passing a value of TRUE for lSoft ( soft seek ). This would suggest that hbmk2 is actually not processing the database class in FWH but using something native to Harbour itself. Has anyone else experienced this ? If so, have you found a workaround ...
by TimStone
Mon Jul 10, 2023 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 problem
Replies: 19
Views: 891

Shell.Explorer.2 problem

All, I've been using the following code for years to access a website for credit card processing. This function displays a window and allows the user to enter credit card information to process a credit card and then returns the result. Now, all of a sudden when this ...
by Randal
Mon Jun 26, 2023 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 877

Re: Program is frozen

Do you have WHILE... ENDDO with very LONG processing, without the SYSREFRESH() command? And you didn't inform what is the configuration of the computer and what is the capacity of the MEMORY STICK. ¿Tiene WHILE... ENDDO con un procesamiento muy ...
by karinha
Sun Jun 04, 2023 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program is frozen
Replies: 14
Views: 641

Re: RTF Spell Checker

... an action, was very annoying. It is not common for a bar to disappear ( though it is an option, I know nobody who uses that ability in a word processing program ). Implemented for the next version Also, I would like to replace the current buttonbar with another one with a more modern style.
by cnavarro
Wed May 24, 2023 7:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 442

Re: MARAIDB ROWSET ONE RECORD TO COVERT INTO COLUMNS

...   22 dob               01/01/2021  Let is first create this table and keep it ready for actual processing. We will use FW's cloud server which is available for all of us. #include "fivewin.ch"function Main()   local ...
by nageswaragunupudi
Wed May 24, 2023 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MARAIDB ROWSET ONE RECORD TO COVERT INTO COLUMNS
Replies: 2
Views: 269

Re: RTF Spell Checker

... an action, was very annoying. It is not common for a bar to disappear ( though it is an option, I know nobody who uses that ability in a word processing program ).
by TimStone
Tue May 23, 2023 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 442

Re: INDEX on / seek in MARIA DB

... where clauses for queries. Intelligent planning of indexes is an essential part of database design to optimize queries in OLAP (Online Analytical processing). For the size of data tables most of use, no indexes are ever necessary. We need to think about them when we are dealing with multi-million ...
by nageswaragunupudi
Thu May 18, 2023 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: INDEX on / seek in MARIA DB
Replies: 5
Views: 492

Re: Using Excel/FW under Remote Desktop

... you can install it on all of your workstations. Networking is natural in FW. Thus you can have all the data in one, shared, spot, but do all the processing on the local machine. It certainly would be a lot easier than having to find an Excel multi user solution. Tim
by TimStone
Thu May 11, 2023 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Excel/FW under Remote Desktop
Replies: 7
Views: 448

Re: Can I get object from handle?

Hi, Horizon ! You can do this. In the TSAY application in the window method ::handleEvent() describing the processing of a unique event. For example: if valtype(nMsg)="C" oDlg:AControls[1]:SetText(msg) return endif ::Super... From the application with the button we ...
by Natter
Thu Apr 13, 2023 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can I get object from handle?
Replies: 15
Views: 1502

Xbrowse : oBrw:ToArray (How to do it)

... This xbrowse (from a jSon Hash) will create a dbf with the data that I need. I want in a empty(array) the values of only the productid's for later processing.
by Marc Venken
Wed Apr 12, 2023 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : oBrw:ToArray (How to do it)
Replies: 13
Views: 1063

Re: Advise in Server hardware

... 4 notebook. I can do data intensive work, multiple files open at once ( with indexes ), etc. and NEVER have performance issues in real world processing. This is the kind of setup i'm trying out. Have to do some adjustmens in my software for paths, but than I have RDS working. No server, just ...
by Marc Venken
Wed Apr 05, 2023 7:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advise in Server hardware
Replies: 12
Views: 1360

Re: Advise in Server hardware

... 4 notebook. I can do data intensive work, multiple files open at once ( with indexes ), etc. and NEVER have performance issues in real world processing. That computer an i7 processor with 16GB of RAM and an SSD. For an office, it is certainly good enough. Of course, in my previous note I ...
by TimStone
Tue Apr 04, 2023 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advise in Server hardware
Replies: 12
Views: 1360

Re: Advise in Server hardware

... will make a difference in a typical dbf/Xbrowse system not ? or due to using Server 2019 and RDP Cards with 1 versus 10 won't matter, since all processing is done on the I9 This Desktop has nice specs for € 999 Intel Core i9 10900 (10 Cores - 20 Threads) Processor Moederbord met H410-chipset ...
by Marc Venken
Mon Apr 03, 2023 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advise in Server hardware
Replies: 12
Views: 1360

Re: Callback Server

... companies who provide services I integrate into my software ( management system for small businesses ). One handles SMS, and the other credit card processing ( with an SMS option ). Both of these need a "Callback server" to be fully functional. This is a web address to which their system ...
by cnavarro
Fri Mar 10, 2023 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 763

PostBack Server

... companies who provide services I integrate into my software ( management system for small businesses ). One handles SMS, and the other credit card processing ( with an SMS option ). Both of these need a "PostBack server" to be fully functional. This is a web address to which their system ...
by TimStone
Fri Mar 10, 2023 3:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 763
PreviousNext

Return to advanced search