Search found 121 matches: practical

Return to advanced search

Re: Modification of xbrowse with new feature

... ) for many years and how I must use it ? can make a sample ? You already told me this another time but I think I didn't explain it well for a practical example I want to set 25 columns but by default at the beginning in xbrowse you only see 5 columns, the user can insert some of the 25 (up ...
by Silvio.Falconi
Wed Jun 12, 2024 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modification of xbrowse with new feature
Replies: 5
Views: 136

Re: Socket Programming good practice

... synchronize a warehouse that is in my school and another that is located in another location and I haven't understood how to do it, can we have a practical example to try with?
by Silvio.Falconi
Thu May 23, 2024 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Socket Programming good practice
Replies: 3
Views: 267

Re: xHarbour.org updated!

... xHarbour builds Rev. 10280! http://xharbour.org/index.asp?page=download/windows/binaries_win Good afternoon Enrico. Do you have any practical examples using these .DLL? Buenas tardes Enrico. ¿Tiene algún ejemplo práctico utilizando estos .DLL? xHarbour 1.3.1 Intl. (SimpLex) ...
by karinha
Mon Mar 25, 2024 3:23 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 159
Views: 42946

Re: Problema super raro

... = tmp.name FROM tbl_perm perm INNER JOIN tbl_temp tmp ON perm.id = tmp.idENDTEXT   oCn:Execute( cSql ) Let us now test with a practical example: First run this test as it is without any changes. #include "fivewin.ch"#include "adodef.ch"static oCn//----------------------------------------------------------------------------//function ...
by nageswaragunupudi
Sun Mar 24, 2024 12:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 2514

Re: XAMPP through PortableApps.com or Server2Go

Otto, For me, it's practical that I can simply hide the TEMPLATE /ENDTEXT and then edit and test the code with the FIVEWIN development environment (much xbrowse :-) ). If you want to work directly against html it is very easy. You ...
by Carles
Thu Feb 29, 2024 3:06 pm
 
Forum: mod_harbour
Topic: XAMPP through PortableApps.com or Server2Go
Replies: 13
Views: 11803

Re: XAMPP through PortableApps.com or Server2Go

... From the video, it seems to me that Runner RX switches mod harbour to default to html code and harbour is integrated just like php. For me, it's practical that I can simply hide the TEMPLATE /ENDTEXT and then edit and test the code with the FIVEWIN development environment (much xbrowse :-) ). ...
by Otto
Thu Feb 29, 2024 10:04 am
 
Forum: mod_harbour
Topic: XAMPP through PortableApps.com or Server2Go
Replies: 13
Views: 11803

Re: Pragmatic Concept: A Practical Approach to Everyday Challeng

Hello friends, After it appears that cURL is becoming increasingly important and widespread, I am posting some information on the cURL Lib here, which I created with the help of ChatGPT. https://mybergland.com/fwforum/curl-lib.pdf Interestingly, I just used this function yesterday as wel...
by Otto
Sat Feb 17, 2024 11:38 am
 
Forum: mod_harbour
Topic: Pragmatic Concept: A Practical Approach to Everyday Challeng
Replies: 1
Views: 175

Pragmatic Concept: A Practical Approach to Everyday Challeng

Hello friends, I have a somewhat pragmatic approach with Mod Harbour. I also use different languages in the programs, such as PHP. It's because there are already many solutions available, and it doesn't pay off to rewrite them in Mod Harbour. For example, for file uploads, I call a PHP function from...
by Otto
Sat Feb 17, 2024 9:36 am
 
Forum: mod_harbour
Topic: Pragmatic Concept: A Practical Approach to Everyday Challeng
Replies: 1
Views: 175

JSON2DBF adapter

Dear Mr. Rao, Perhaps you could create a JSON2DBF adapter for us? I think it would be practical to have a function to fill JSON data into a DBF file in the following manner: json2dbf(dbfFile, jsonData, {aFields}) However, perhaps such a function already exists and ...
by Otto
Mon Jan 29, 2024 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON2DBF adapter
Replies: 3
Views: 554

Re: Fine tune Phi2 from Microsoft with your own data

... contain the philosophical teachings of the Vedas. The Upanishads are divided into two parts: the minor Upanishads, which are shorter and more practical, and the major Upanishads, which are longer and more abstract. The Upanishads are considered to be the word of Brahman, and the source of ...
by Antonio Linares
Mon Jan 15, 2024 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1496

nYoffset and nXoffset

Could someone explain to me how to implement oPrn:nYoffset and oPrn:nXoffset in a print with a practical example?
what is the purpose of oPrn:nYoffset and oPrn:nXoffset ?
by Silvio.Falconi
Fri Jan 12, 2024 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nYoffset and nXoffset
Replies: 11
Views: 939

file ID in the Windows file system

... for troubleshooting, system administration, or when using file synchronization or backup software that might rely on these attributes. In most practical scenarios, you can move files as needed without concern for the underlying File ID, as the operating system handles these details. However, ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 769

Insert a TUrlLink into xbrowse

... control but not all records on one column must have the writing underlined and the possibility of opening a popup, that is, I will give you a practical example in the management of my school's warehouse items, I need to view the item codes and see (already displayed) only those for example ...
by Silvio.Falconi
Fri Dec 15, 2023 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert a TUrlLink into xbrowse
Replies: 0
Views: 506

Re: check on get

... Master Rao: Sorry for the stupidity, but I've never seen anything like this working. Do you have any practical example of using these commands? Perdón por la estupidez, pero nunca había visto algo así funcionando. ¿Tiene algún ejemplo práctico del uso ...
by karinha
Sat Nov 25, 2023 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 4440

Re: Calculate total pages

Master Otto, master Otto!! Are you trying to trick me? hahahahaha. I asked for a PRACTICAL EXAMPLE with Fonte(.PRG) where you use this subclass model that you post. There is no way to fool the biggest super power of FIVEWIN BRASIL. hahahahahahaha. ¡¡Maestro Otto, ...
by karinha
Fri Nov 24, 2023 4:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 6511
Next

Return to advanced search