Search found 769 matches: generate

Return to advanced search

Re: Veri*Factu

... here in a project for a company that sell invoice system in the cloud. (No impact on the code or see source). My part is using my software to generate a csv with all data needed to make a invoice. There systhem will import the CSV and process them to a XML. They then will send it to a secure ...
by Marc Venken
Wed Dec 18, 2024 8:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Veri*Factu
Replies: 20
Views: 516

Re: cloud or not cloud

... AI and give the prompt: Please analyze the following DBase data, taking the header data into account to correctly interpret the file structure. Generate detailed statistics based on the fields and their content. Ensure that all personal information is anonymized and only aggregated data is presented. ...
by Otto
Fri Nov 15, 2024 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 4128

Re: Generate a subtitled video from a Google NotebookLM audio

Usando x imágenes que cambian cada cierto tiempo: go.bat for /f "tokens=* USEBACKQ" %%F in (`ffprobe -i entrada.wav -show_entries format^=duration -v quiet -of csv^=p^=0`) do set duration=%%Fffmpeg -framerate 0.1 -stream_loop -1 -i img%%d.webp -i entrada.wav -c:v libx264 -c:a aac -...
by Antonio Linares
Thu Nov 07, 2024 7:37 pm
 
Forum: Utilities / Utilidades
Topic: Generate a subtitled video from a Google NotebookLM audio
Replies: 1
Views: 253

Generate a subtitled video from a Google NotebookLM audio

... --> {end_time}\n")        # Escribe el texto        srt_file.write(f"{segment['text'].strip()}\n\n")  4. Generate the base video: ffmpeg -loop 1 -i imagen.jpg -i entrada.wav -c:v libx264 -c:a aac -b:a 192k -shortest -y video_base.mp4 5. Add the subtitles ...
by Antonio Linares
Wed Nov 06, 2024 5:01 pm
 
Forum: Utilities / Utilidades
Topic: Generate a subtitled video from a Google NotebookLM audio
Replies: 1
Views: 253

Re: Preview of the invoice in advance

Dear Ruth, We generate an HTML page with Fivewin, which we then call using waitrun(). The functions for sending the data are all embedded in this HTML. There is an event handler, window.onload , to automatically call sendData when ...
by Otto
Thu Oct 31, 2024 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 1352

Re: Understanding Harbour's internal behavior

Dear Enrico, No, I don't have it sorry, but surely there may be tools to extract the text from it. Anyhow, it is very easy to generate these podcasts, more or less specialized on different aspects of Harbour/xHarbour: 1. go to https://notebooklm.google.com/ (free) 2. create ...
by Antonio Linares
Sat Oct 26, 2024 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Understanding Harbour's internal behavior
Replies: 3
Views: 314

Re: Preview of the invoice in advance

... you have control of your server, you could display a button to download the receipt in pdf and an approval button that instructs the system to generate the printed receipt. (Google Translate)
by cmsoft
Fri Oct 25, 2024 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 1352

General program technique : on init()

... .... until 9 xbrowser's ACTIVATE DIALOG oDlg CENTERED The getxbrowser collect all settings for xbrowse in dbf and generate it. (the needed dbfs for xbrwsers are in the dbf and are opened in the getxbrowser function also. So I have 9 folders in folderex. What I see ...
by Marc Venken
Thu Oct 24, 2024 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: General program technique : on init()
Replies: 2
Views: 293

Re: Tooltip sobre TSButton disabled no funciona

It doesn't work. The problem is that a disable control does not generate the WM_MOUSEMOVE event.
by Enrico Maria Giordano
Thu Oct 17, 2024 1:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tooltip sobre TSButton disabled no funciona
Replies: 11
Views: 909

BuildIt: Apps generator using ChatGPT and FWH

... compared to previous models like GPT-3.5 Turbo. This is a work in progress idea and concept. We can go and we will go much further, making it generate the database to use, etc. You can directly ask ChatGPT from the app to improve the screens GUI, add elements, modify them, etc. You can set ...
by Antonio Linares
Mon Sep 30, 2024 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BuildIt: Apps generator using ChatGPT and FWH
Replies: 2
Views: 349

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

... of your PRGs: #pragma BEGINDUMPint _streams;#pragma ENDDUMP YES, now it work but when use c:\fwh\samples>buildh ..\0\LISTVIEW\DRXLS it does NOT generate c:\fwh \0\LISTVIEW \DRXLS.c it does generate c:\fwh\ samples \DRXLS.c i have to copy c:\fwh\ samples \DRXLS.c to c:\fwh\ 0\LISTVIEW \DRXLS.c ...
by Jimmy
Mon Sep 23, 2024 1:48 pm
 
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

Re: xHarbour 64 bits y xbScritp

Hi Enrico, I don't make any direct calls to any of the four functions. It is in the xbscript.c file, which is generated when building the library, where the calls appear: HB_FUNC_EXTERN( DLLPREPARECALL ); HB_FUNC_EXTERN( GETPROCADDRESS ); HB_FUNC_EXTERN( DLLEXECUTECALL ); HB_FUNC_EXTERN( ...
by Cgallegoa
Sun Sep 15, 2024 1:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xHarbour 64 bits y xbScritp - (Solucionado)
Replies: 49
Views: 3700

Re: slowness

Dear Enrico, this is my logic to generate an index file in my PHP4DBF Lib. I would like to compare this logic with the generation of in-memory indexes in Harbour. Where can I find the source code? Can you tell me that? Generating an index: ...
by Otto
Sun Sep 15, 2024 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 76
Views: 9206
Next

Return to advanced search

cron