Search found 273 matches: generic

Return to advanced search

Re: Interesting discussion with ChtGPT

The problem with so much of those responses is they contain very generic statements. Clearly the input into the data used for those responses reflects a bias to "what is known" by the person who did the input. It reminds me of the responses Windows ...
by TimStone
Mon Nov 06, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1243

Re: enviar mensajes a whatsapp, ¿posible solucion?

Now, can you please make a generic function to be used by all of us.
Code: Select all  Expand view
SendToWhatsApp( cPhone, cMessage, aFiles, aImages ) --> lSuccess

You may use any other name for the function.
I would also be interested in using the function..
by nageswaragunupudi
Fri Oct 27, 2023 4:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar mensajes a whatsapp, ¿posible solucion?
Replies: 55
Views: 4483

Re: Effect Pjama on Treport ( from Xbrowse)

... Maurizio, if a column of the xbrowse has been hidden from the end user? that's why I have the problem of displaying all columns I wanted something generic to be able to use with all xbrows, in fact for groups ( group On) I make the end user select the group in which to index, for example for the ...
by Silvio.Falconi
Thu May 11, 2023 6:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Effect Pjama on Treport ( from Xbrowse)
Replies: 5
Views: 303

Re: Request for information xbrowse and pics

Dear Mark,

I would suggest you to review mod_harbour\samples\genesis as a starting point:

https://github.com/FiveTechSoft/mod_harbour/tree/master/samples/genesis

You can manage online all the tables that you may need and it uses generic code that you can easily reuse
by Antonio Linares
Thu Dec 15, 2022 10:46 am
 
Forum: mod_harbour
Topic: Request for information xbrowse and pics
Replies: 3
Views: 568

Re: Manifest

... latest release of FWH seem to be outdated based on the few comments elsewhere in this forum. They also have one for Windows 10, and 2 for Windows generic with 32 bit and 64 bit. Perhaps we can have these reviewed and updated to use with Windows 10/11, both 32 bit and 64 bit. The second one is ...
by Silvio.Falconi
Wed Oct 26, 2022 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manifest
Replies: 22
Views: 1789

Re: Manifest

... latest release of FWH seem to be outdated based on the few comments elsewhere in this forum. They also have one for Windows 10, and 2 for Windows generic with 32 bit and 64 bit. Perhaps we can have these reviewed and updated to use with Windows 10/11, both 32 bit and 64 bit. The second one is ...
by TimStone
Wed Oct 26, 2022 8:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manifest
Replies: 22
Views: 1789

Re: Ayuda con impresora Epson TM-T2DII Receipt 5

Asi hago yo y funciona en todas las termicas que por cierto las tengo como generic txt only //esto es para el corte automatico del papel //separo 5 filas que es la distancia entre la ultima impresion y la linea de corte oPrn:Say( nRow, nCol, ' ' ) nRow ++ oPrn:Say( ...
by postinelli
Sun May 15, 2022 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con impresora Epson TM-T20III Receipt 5 RESUELTO
Replies: 12
Views: 1115

Finding the elements of an array in another array

...    return nil You can run it here directly: https://fivetechsoft.github.io/snippets?20210820071349 I wonder if we could make this code generic for n dimensions
by Antonio Linares
Fri Aug 20, 2021 7:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding the elements of an array in another array
Replies: 9
Views: 833

library of utility functions of FWH also for mod HARBOUR

... ImageType( cBuf ) static function IsBinaryData( cData, nLen ) static function MH_ValToHTML( uVal, cTag ) These functions are working well and are generic functions. If we see that there is some interest we will post the code for use by all. Best regards, Otto
by Otto
Mon Apr 19, 2021 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: library of utility functions of FWH also for mod HARBOUR
Replies: 0
Views: 352

Re: FW_SetUnicode mostrar valor GET con FWINLOG

Now, let us test MySql Unicode issues: This is a generic program to test working with Unicode (utf8) on MySql server. For this sample, I used a cloud server that is available to all of us, so that you can build this sample without changing the server ...
by nageswaragunupudi
Sat Jan 23, 2021 6:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_SetUnicode mostrar valor GET con FWINLOG
Replies: 23
Views: 1722

Re: Convertir Hash a Array "organizado"

... I even thought of deleting my post. Your function is quite elegant. Considering to include it in FWH, if it is ok with you, after making it more generic, if it is ok with you.
by nageswaragunupudi
Thu Jan 07, 2021 2:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Convertir Hash a Array "organizado" *SOLUCIONADO*
Replies: 10
Views: 891

Re: Are there any Treeview samples with associated edit boxes?

... building the last version. Looks like the environmental issues are resolving, notwithstanding climate change. Is the name of this - Pim - too generic? Should it be titled 'FWPim' or 'Fim', for short? Support for RichEdit5 from pim.prg: EXE and full source code: https://github.com/FiveTechSoft/FWH_tools/blob/master/pim.zip ...
by FWExplorer
Sun Nov 29, 2020 7:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4836

Re: How to implement GETACTIVE()?

No, it cannot work, sorry. First, because it is a generic function, not necessarily used inside VALID. And second, because the previous control doesn't have to be a GET but any controls.

EMG
by Enrico Maria Giordano
Tue Oct 27, 2020 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to implement GETACTIVE()?
Replies: 31
Views: 2282

How to implement GETACTIVE()?

I need to implemente a generic GETACTIVE() function (just like the old Clipper one). Any suggestion? This is a sample of what I need: #include "Fivewin.ch"FUNCTION MAIN()    LOCAL oDlg    LOCAL cVr1 ...
by Enrico Maria Giordano
Tue Oct 27, 2020 10:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to implement GETACTIVE()?
Replies: 31
Views: 2282

Re: More details WIN_OLEAUTO information in debugger

... an improvement, thanks Rick. Unfortunately, it still doesn't have the same level of specific details, as other environments. It lists some generic methods in the object, but doesn't display some of the subobjects, like folders. So e.g. the VBScript statements Set objOutlook = CreateObject("Outlook.Application")Set ...
by FWExplorer
Thu Jul 09, 2020 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: More details WIN_OLEAUTO information in debugger
Replies: 11
Views: 1696
Next

Return to advanced search