Search found 1688 matches: part

Return to advanced search

Re: Help with HB_REALLOC ERROR 9009

Run out of memory ? Maybe you can put a part of this code inside the loop en show the result while running. Than you see if there is a memory leak. cErrorLog += "   Hardware memory: " + ;                    cValToChar( Int( ...
by Marc Venken
Wed Mar 20, 2024 8:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1074

Re: Question about performance RowSet

... "KState" } } ) For Upsert() to work, we need to include primary key also. My table have 20 fields, but in this part of process I need edit or insert just a few. But you can use normal Insert like this: oCn:Insert( "states", "code,name", ...
by Eroni
Wed Mar 20, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 3962

Re: SWAGGER-UI para documentar nuestras API.

...  msginfo("File created")   hb_JsonDecode( cMemo, @hHash )   XBrowser HashTree ( hHash ) FASTEDIT  Now the hard part of getting all those fields from the HASH
by Marc Venken
Sat Mar 09, 2024 9:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 1943

Re: How to include hbCurl?

Otto, Thanks for the sample.

I got it working now to read with cUrl...

Now digging into the hard part of getting all elements :D
by Marc Venken
Sat Mar 09, 2024 8:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2902

Re: BackUp [cCondition]

... the table gives problems. Let us think and come up with alternative solutions. Meanwhile you may consider and try this method of saving full or a part of the table to DBF METHOD SaveToDBF( cSql, cDbf, lForUpdate ) or Copy table to another server METHOD CopyTableToServer( cTable, oDest ...
by nageswaragunupudi
Tue Mar 05, 2024 2:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BackUp [cCondition]
Replies: 1
Views: 155

Re: Problem with alignment in SAY command

... Do you also remember? It is my only GitHub project. The design has been adapted by you. Now, I will switch to webview—I'm referring to the part where you drag emails and document files onto the calendar. With webview, it's very easy to handle individual email files. Simply drag the email ...
by Otto
Fri Mar 01, 2024 9:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 816

Re: MAPI Outlook HTML TEXT

Obviously I cut off some part of text for sensitive data <!DOCTYPE html><html>  <head><META http-equiv=Content-Type content="text/html; charset=utf-8">      </head>  <body style="word-wrap:break-word" ...
by MarcoBoschi
Mon Feb 26, 2024 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI Outlook HTML TEXT
Replies: 10
Views: 497

AP_SetStatusCode

Hello friends,
I find AP_SetContentType("application/json") in apache.prg as EXTERN but I can't find

AP_SetStatusCode(200) and AP_AddHeader("Another-Header", "HeaderValue").
Are these in another part of sourcecode?
Best regards,
Otto
by Otto
Mon Feb 26, 2024 4:40 am
 
Forum: mod_harbour
Topic: AP_SetStatusCode
Replies: 2
Views: 147

Re: Data exchange between PC and Android device on the same loca

... your systems this way. But the RX functionality allows you to create modules and have all the code if you want in your own package (embeded), or part in the package and part in visible files, or all visible. But I would say that maybe you have to see the speed, flexibility and power of the system, ...
by Carles
Sat Feb 24, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 766

Re: Data exchange between PC and Android device on the same loca

... work very separate from ERPs in a Non-Critical environment. The PC module is basically catalog and reports. Mobile terminals perform the CRUD part. The update is almost always Batch. When Windows Mobile appeared I migrated the mobile part to FWPPC. Now it is necessary to completely leave WindowsMobie ...
by Arturo Lopesoria
Thu Feb 22, 2024 11:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 766

Re: JSON2DBF adapter

... as there are no dates in the DBF. I am concerned about what happens if the DBF and JSON do not have the same structure. We also need an assigning part within this function. You should be able to assign a key/value pair from the hash you receive from JSON to a specific DBF column with the correct ...
by Otto
Sun Feb 04, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON2DBF adapter
Replies: 3
Views: 500

Re: Different Processing of Escape Characters in Mod Harbour

Dear Ruth,
the problem is that \n in JS works in a html file but not in a mod harblur prg file.

Please copy the HTML part into a HTML file and test.
Best regards,
Otto
by Otto
Wed Jan 31, 2024 4:55 pm
 
Forum: mod_harbour
Topic: Different Processing of Escape Characters in Mod Harbour
Replies: 5
Views: 488

Re: RAO advice on using Mysql

... will prepare a sample soon for your testing. Please wait. Anyway, the usual practice is not to open the full table but to open only the required part of a table using where clause. Still FWH RecSet class provides a fast way to open very large tables.
by nageswaragunupudi
Tue Jan 30, 2024 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 970

Re: MySql vs Oracle

... by ransomware attack Veolia North America, a subsidiary of transnational conglomerate Veolia, disclosed a ransomware attack that impacted systems part of its Municipal Water division and disrupted its bill payment systems. MySql, Oracle and MS Sql Servers are ALL good choices for local applications ...
by Carles
Fri Jan 26, 2024 12:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql vs Oracle
Replies: 33
Views: 1604

Re: MySql vs Oracle

... by ransomware attack Veolia North America, a subsidiary of transnational conglomerate Veolia, disclosed a ransomware attack that impacted systems part of its Municipal Water division and disrupted its bill payment systems. MySql, Oracle and MS Sql Servers are ALL good choices for local applications ...
by Rick Lipkin
Wed Jan 24, 2024 8:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql vs Oracle
Replies: 33
Views: 1604
Next

Return to advanced search