Search found 783 matches: basic

Return to advanced search

Fulltext-Search

... https://mybergland.com/fwforum/fulltxt.gif Here's a basic overview of how to use findstr: Basic Usage: At its simplest, you can use findstr to search for a string in a file. For example, to search for ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1230

Re: COMBOBOX

Ruth,

Often many of us who have done this a long time need to ask questions to "refresh" our thinking on even basic items. It is always fine to ask any questions.

Tim
by TimStone
Thu Feb 29, 2024 2:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX
Replies: 7
Views: 295

Re: COMBOBOX

... and things are starting to get a bit clearer for me already :-) Thank you all for your patience and sorry for floating the forum with maybe too basic questions :oops: Thanks again for your guidance and support. Kind regrads Ruth
by Ruth
Wed Feb 28, 2024 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX
Replies: 7
Views: 295

Re: Switching my setup program to webview2

... "Printer", "File", "Marketing". The window is opened on the "General" tab, which contains input fields for basic operation information, such as name, address, bank account details, value-added tax identification number (VAT ID), phone, fax, email, homepage, ...
by Otto
Sat Feb 10, 2024 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 397

Re: Steps to integrate AI

... api and already had a paid openai account. so i just needed the openai api key - which one should be careful to never reveal publicly. i made a basic webpage where the user can input a prompt, send that prompt to the server that communicates with the openai api and display the response on the ...
by Ruth
Sat Jan 20, 2024 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Steps to integrate AI
Replies: 4
Views: 635

HTML code in a TPanel class

... The WebView2 control can run inside a window control like a Tpanel in a Windows application. METHOD New(nDebug, hWndParent) Here is a very basic test: Best regards, Otto // Testing FiveWin splitter controls#include "FiveWin.ch"#include "Splitter.ch"static oWndstatic ...
by Otto
Sat Jan 20, 2024 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 1348

Re: Soap Web Service - timeout request

... oHttp:SetRequestHeader( "Accept","*/*") oHttp:SetRequestHeader( "Authorization", "Basic "+hb_base64Encode(cCred)) oHttp:Send( cHttpSend ) oHttp:WaitForResponse( nSecs ) Sysrefresh() IF oHttp:status=200 cWinResp := oHttp:ResponseBody ...
by Antonio Linares
Tue Jan 09, 2024 6:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service - timeout request
Replies: 4
Views: 694

Soap Web Service - timeout request

... oHttp:SetRequestHeader( "Accept","*/*") oHttp:SetRequestHeader( "Authorization", "Basic "+hb_base64Encode(cCred)) oHttp:Send( cHttpSend ) Sysrefresh() IF oHttp:status=200 cWinResp := oHttp:ResponseBody ENDIF
by cdmmaui
Mon Jan 08, 2024 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service - timeout request
Replies: 4
Views: 694

Text on another line

Hi,

An array is viewed in the xBrowse. The xBrowse cell is 2 rows high.
I need to show basic information + additional information in the cell (with a different font).
What I do with FW_SayTextHilite().
How do I make this additional information appear on another line?
by Natter
Mon Dec 25, 2023 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text on another line
Replies: 4
Views: 462

Re: Eliminate Editing Icons XBROWSE MySql

... posting, double click will not any more open edit screen. Better you use this version. Note: Dbl-click to open edit screen is not a feature of basic xbrowse. It is a functionality provided by xbrowser. We can disable it as I have advised in the code.
by nageswaragunupudi
Tue Nov 07, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Eliminate Editing Icons XBROWSE MySql
Replies: 6
Views: 407

Re: Interesting discussion with ChtGPT

Otto wrote:ChatGPT:
Yes, of course! Harbour/Clipper has a slightly different syntax than modern programming languages like JavaScript, but the basic concepts remain the same.


JavaScript, from Wikipedia:

First appeared December 4, 1995; 27 years ago[


Modern?
by Enrico Maria Giordano
Tue Nov 07, 2023 8:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1227

Interesting discussion with ChtGPT

... for me? ChatGPT: Yes, of course! Harbour/Clipper has a slightly different syntax than modern programming languages like JavaScript, but the basic concepts remain the same. Here's how you can implement the calculation in Harbour/Clipper: clipper Copy code PROCEDURE Main() LOCAL nHours := ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1227

Re: XML, CON ARCHIVO ADJUNTO PDF

... programacion donde ellos si pueden consumir el WS y lograr el proposito final, cabe señalar que ellos programan en otros lenguajes WinDev, VIsual Basic, .Net y otros, ahora ellos ya finalizaron solo dando retoques finales y ofreciendo su producto a estas empresas que ya van a iniciar,,, y por ...
by elmoiquique
Sun Oct 15, 2023 3:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XML, CON ARCHIVO ADJUNTO PDF
Replies: 35
Views: 2259

enviar mensajes a whatsapp, ¿posible solucion?

... software de cuentas por cobrar. Están enviando los alertas de cobranza exitosamente. Ahora bien, los envíos los hace una macro diseñada con visual basic. La pregunta es: ¿será posible que alguno de los master pueda adecuarlo para usarse como una función fw?. Hay otros temas secundarios como la ...
by JoseAlvarez
Thu Oct 12, 2023 2:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar mensajes a whatsapp, ¿posible solucion?
Replies: 55
Views: 4419

Re: Explore Yunus and FW_dbftoarray and FW_SaveArrayToDBF

... used carefully to appreciate the logic. Will the recno's not change when deleting of adding items to the invoice that will be saved ? This is the basic behavior of DBFs. When records are deleted, recno()s do not change. Only deleted flag will be set for the records. The RecNo()s will change only ...
by nageswaragunupudi
Wed Aug 30, 2023 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Explore Yunus and FW_dbftoarray and FW_SaveArrayToDBF
Replies: 1
Views: 170
Next

Return to advanced search