Search found 313 matches: generates

Return to advanced search

Chris Langan Vision of Reality

... of universal cognition in langan's model the universe is not just self-referential but self- simulating this means that the Universe essentially generates itself from within creating its own reality as it unfolds think of a computer simulation but in this case the computer and the program are ...
by Antonio Linares
Mon Nov 18, 2024 6:08 am
 
Forum: Off Topic / Otros temas
Topic: Chris Langan Vision of Reality
Replies: 0
Views: 1154

Re: Preview of the invoice in advance

... become difficult. System Summary: Sending Invoice Preview: Fivewin sends an invoice preview in JSON format to the web server. Fivewin also generates the HTML to send the data. HTML Launch: The HTML is called with WaitRun(). Simultaneously, a timer starts to check if a response is received ...
by Otto
Fri Oct 25, 2024 9:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 1352

Re: HB_ZipFile - Password problem

Mr. Enrico, it's the same, even using minizip.lib. If just for testing, I comment out minizip.lib, it generates several errors. The strangest thing is that if you remove the password, it works. Probably you are not using the latest Harbour build: https://github.com/FiveTechSoft/harbour_and_xharbour_builds/blob/master/harbour_bcc770_32_20240814.zip
by Enrico Maria Giordano
Mon Sep 30, 2024 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_ZipFile - Password problem - SOLVED
Replies: 22
Views: 1521

Re: HB_ZipFile - Password problem

Mr. Enrico, it's the same, even using minizip.lib. If just for testing, I comment out minizip.lib, it generates several errors.

The strangest thing is that if you remove the password, it works.
by MGA
Mon Sep 30, 2024 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_ZipFile - Password problem - SOLVED
Replies: 22
Views: 1521

Re: is there a Error in DrXlsx32.lib 32 Bit ?

...  UseDrXlsx( .t. )   XBROWSER "CUSTOMER.DBF"return nil Clicking on the Excel button in xbrowser, generates xlsx file using DrXlsx2.lib
by nageswaragunupudi
Sat Sep 21, 2024 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: is there a Error in DrXlsx32.lib 32 Bit ?
Replies: 17
Views: 1807

Re: xHarbour 64 bits y xbScritp

I'm sorry Enrico, I don't use anything related to those four functions anywhere in my code or libraries. xHarbour automatically generates that when you run "c:\xharbour64\bin\harbour -n -I....\include xbscript.prg" to produce the "xbscript.c" file. It's in that file ...
by Cgallegoa
Sun Sep 15, 2024 9:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xHarbour 64 bits y xbScritp - (Solucionado)
Replies: 49
Views: 3700

How to Code in HARBOURINO STYLE vs. React

... to common frameworks: Advantages of the patcher approach: Speed and Efficiency: Precompiled Output: Since the patcher works before runtime, it generates the final code in advance, which can lead to faster loading times. In comparison, Angular and React have to handle many dynamic processes ...
by Otto
Sat Aug 03, 2024 9:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Code in HARBOURINO STYLE vs. React
Replies: 0
Views: 625

Switching from memo fields to files -

... 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 original DBF file. Iterates ...
by Otto
Mon Jul 29, 2024 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching from memo fields to files -
Replies: 8
Views: 1137

RE: Replace in File Editor

... ). I need to find a way to be able to do a replace for the numeric fields. I've spent a long time trying different things. Every other option generates an error. This does not generate the error but it does not change the value in the field as desired. Your observations would be appreciated. Tim
by TimStone
Tue Jul 16, 2024 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric Comparison
Replies: 6
Views: 773

Difference of TEXT INTO of Harbour vs xHarbour

... the Harbour version occasionally it crashes with an internal error of alias not found. It was so weird that evechart->(dbSeek(cCode), desc) generates error but ("evechart")->(dbSeek(cCode), desc) was ok. Any insights? TIA   Thank you
by hua
Fri Jun 07, 2024 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Difference of TEXT INTO of Harbour vs xHarbour
Replies: 2
Views: 352

Re: Send Emails from Fivewin application

Which control is lost? I do not see that I have lost any control: I send a .ini file as a parameter and the external one generates an entry in that file letting me know if the sending has been successful or not and in case of error it records the description of the error. Powershell/PHP/Python ...
by Enrico Maria Giordano
Wed May 15, 2024 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 44
Views: 5638

Re: Send Emails from Fivewin application

Which control is lost? I do not see that I have lost any control: I send a .ini file as a parameter and the external one generates an entry in that file letting me know if the sending has been successful or not and in case of error it records the description of the error. Powershell/PHP/Python ...
by FiveWiDi
Wed May 15, 2024 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 44
Views: 5638

Re: Send Emails from Fivewin application

Which control is lost? I do not see that I have lost any control: I send a .ini file as a parameter and the external one generates an entry in that file letting me know if the sending has been successful or not and in case of error it records the description of the error. Powershell/PHP/Python ...
by paquitohm
Wed May 15, 2024 2:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 44
Views: 5638

xbrowse (likely a custom table) whose contents change dynam

... response data as JSON, which is typical for API endpoints. Logic Based on Input: It processes the input data (the keys and values in hPost) and generates a response based on this data, which is a common pattern in API endpoints. The function processes a POST request containing JSON data, logs ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 991

Re: Centrar texto VERTICALMENTE

... oPrn FILE <pdffile>, there are 3 ways to generate PDFs. 1. Using Microsoft Word, if installed on the PC. This is the default. Printer class generates emf files and embeds them into Word document and saves as PDF. pros: Good quality and medium size pdfs cons: (1) Does not support rotated ...
by nageswaragunupudi
Wed Apr 10, 2024 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 1619
Next

Return to advanced search

cron