Search found 209 matches: adds

Return to advanced search

Re: cloud or not cloud

... Retrieves the field descriptions of a DBF file. * - php4dbf_padValue: Properly pads values based on their type. * - php4dbf_addRecordToDbf: Adds records to a DBF file. * - php4dbf_calculateRecordLength: Calculates the record length based on field descriptors. * - php4dbf_updateRecord: Updates ...
by Otto
Fri Nov 15, 2024 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 1120

Route from Fiber Optic to the Web Server

... via a cable to the UniFi USG (UniFi Security Gateway). The USG serves as an additional router or firewall, managing your network security. This adds another layer of protection to your network. Connection from UniFi USG to a Switch: The UniFi USG is connected to a Switch, which expands the number ...
by Otto
Sun Oct 20, 2024 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Route from Fiber Optic to the Web Server
Replies: 3
Views: 227

Route from Fiber Optic to the Web Server

... via a cable to the UniFi USG (UniFi Security Gateway). The USG serves as an additional router or firewall, managing your network security. This adds another layer of protection to your network. Connection from UniFi USG to a Switch: The UniFi USG is connected to a Switch, which expands the number ...
by Otto
Sun Oct 20, 2024 6:39 pm
 
Forum: mod_harbour
Topic: Route from Fiber Optic to the Web Server
Replies: 0
Views: 464

Re: a math formula

... Expense Percentage now I have this result https://i.postimg.cc/SR6R12Wy/hjhjh.png only that it makes a small mistake that is it adds a row even if the percentage is less than 50, look at the seventh row the percentage is 47 I tried to do a further check but in the FOR/NEXT loop ...
by Silvio.Falconi
Thu Oct 17, 2024 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a math formula - RESOLVED -
Replies: 8
Views: 408

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

... mode, the size of pointers is 8 bytes, so pointer arithmetic needs to account for this difference. The line: cpp Copy code ( s_pCurrBlock + 1 ) adds 1 to a pointer, which in C/C++ means it advances by the size of the object the pointer points to (based on the type of s_pCurrBlock). 2. Make Sure ...
by nnicanor
Tue Sep 24, 2024 9:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 1393

Re: slowness

I like the idea of local indexes (temp) but in network system, once a other machine changes/adds data, the local indexes would be wrong not ? In previous posts, I remember that this issue meanly is creating the right indexes... Using the RDD's optimised filters etc.. ...
by Marc Venken
Mon Sep 16, 2024 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 75
Views: 3301

Switching from memo fields to files -

... files will then be in \test. https://mybergland.com/fwforum/memofieldsclip1.jpg The program creates a copy of a DBF file (KUNDEN.dbf), adds an additional field, generates unique identifiers for the records, and saves memo field contents in separate text files. Opens the new and the ...
by Otto
Mon Jul 29, 2024 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching from memo fields to files -
Replies: 8
Views: 862

Numeric Comparison

... it is a string in the GET field ( which must accomodate any type of data type ), I convert it to a Numeric using VAL( ). The problem is that it adds many zeros using VAL ( Harbour ). When I go to seek the value in the database ( 4051.21 ), it can't match because the two numbers are not the same. ...
by TimStone
Mon Jul 08, 2024 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric Comparison
Replies: 1
Views: 253

Numeric Comparison

... it is a string in the GET field ( which must accomodate any type of data type ), I convert it to a Numeric using VAL( ). The problem is that it adds many zeros using VAL ( Harbour ). When I go to seek the value in the database ( 4051.21 ), it can't match because the two numbers are not the same. ...
by TimStone
Mon Jul 08, 2024 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric Comparison
Replies: 6
Views: 714

Re: Migration of Desktop Application to Web: Progress Update

... decided to abandon Harbor, to port it to the Web, with other types of tools, such as Angular + Spring boot with Java, dockers, and so on, which adds much more complexity to the solution. Maybe, I don't know, maybe, if we had had an example like the one you are doing at the time, you would have ...
by thefull
Sat Jun 15, 2024 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migration of Desktop Application to Web: Progress Update
Replies: 7
Views: 709

Re: hb_base64encode() stays empty

... alltrim now - but it seems to make no difference. I think microsoft refuses the long string here maybe... :?: If I put the code I post below it adds an unwanted ! after about 2 1/2 lines of characters for the   "<p>" + alltrim(cImgBase64) + "</p>" and ...
by Ruth
Thu May 16, 2024 7:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64encode() stays empty
Replies: 10
Views: 1331

Re: hb_base64encode() stays empty

... get a value back also in xharbour. But what happens now when I send an email with the base64-encoded content using cdo I suppose is that Microsoft adds unwanted characters and linebreaks and doesn´t embed the string seamlessly. https://mybergland.com/ruth/cdo.jpg maybe it is better ...
by Ruth
Wed May 15, 2024 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64encode() stays empty
Replies: 10
Views: 1331

Re: password manager with mod harbour

I have decided to create an administrator mode for the LockBox as well. It simply adds more convenience.

Image
by Otto
Wed Jul 26, 2023 6:45 am
 
Forum: mod_harbour
Topic: password manager with mod harbour
Replies: 4
Views: 1321

Re: Insertar imágen de recurso en Excel

... is a part of the LeftFooter string in order for the image to show up in the left footer. Collapse sectionExample The following example adds a picture titled: Sample.jpg from the C:\ drive to the left section of the footer. This example assumes that a file called Sample.jpg exists on ...
by Jimmy
Tue Mar 14, 2023 1:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Insertar imágen de recurso en Excel
Replies: 7
Views: 825

Re: Base64 to PDF

Antonio Linares wrote:Dear Miloš,

Yes, as memoWrit() adds an extra HB_CHAR_EOF character

Use SubStr() to remove it when reading the saved string


It is not required. Just add the third parameter to MEMOWRIT():

Code: Select all  Expand view  RUN
MEMOWRIT( cFile, cString, .F. )


to not add the EOF character.
by Enrico Maria Giordano
Wed Nov 16, 2022 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Base64 to PDF
Replies: 14
Views: 1376
Next

Return to advanced search

cron