Search found 129 matches: onwards

Return to advanced search

Re: Transparent Png on MDI Parent

My sample works perfectly with your version.
You need not update.
In fact my sample works with much older versions also ( though not very very old)

Works with all versions of FWH from 2018 onwards
by nageswaragunupudi
Mon May 13, 2024 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent Png on MDI Parent
Replies: 11
Views: 375

Re: Clase Nativa MySql

Como ser, quiero saber como saber la ultima consulta que que hizo (query)


Code: Select all  Expand view
? oCn:cLastSQL


Also you can view last 10 sql statements executed
Code: Select all  Expand view
XBROWSER oCn:aSQL


This works from FWH2102 onwards.
by nageswaragunupudi
Mon Feb 05, 2024 7:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 1950

Re: TUrl()/TIPClientHttp() devuelve NOCONNET

Con version trabaja este ejemplo ?

All versions from 1701 onwards. (from year 2017 onwards)
by nageswaragunupudi
Wed Jan 10, 2024 5:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TUrl()/TIPClientHttp() devuelve NOCONNET
Replies: 14
Views: 1617

Re: Inserting a string with CRLF into a single-line TGet.

... ? No use at all. By this time, Windows OS has already read the Clipboard contents and completed the paste operation truncating the text from CRLF onwards. We have no way to know what is the original text.
by nageswaragunupudi
Tue Dec 12, 2023 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 929

Re: Inserting a string with CRLF into a single-line TGet.

... Now the Windows OS reads the text from the Clipboard and Pastes in the Get buffer. While doing so the Windows OS truncates the string from CRLF onwards. How and when do you apply to what text your logic of substituting CRLF or TAB ? So, no point giving program to replace CRLF. Give a program ...
by nageswaragunupudi
Mon Dec 11, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 929

Re: Dialogos dentro de una ventana

From the version FW1810 ( October 2018 ) onwards, this is very simple. 1. Create a dialog from source code or from resources. 2. Activate the dialog like this: ACTIVATE DIALOG oDlg AS MDICHILD This one line of code replaces all the above code. ...
by cmsoft
Wed Dec 06, 2023 4:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dialogos dentro de una ventana
Replies: 14
Views: 3200

Re: Dialogos dentro de una ventana

From the version FW1810 ( October 2018 ) onwards, this is very simple.

1. Create a dialog from source code or from resources.
2. Activate the dialog like this:
Code: Select all  Expand view
ACTIVATE DIALOG oDlg AS MDICHILD


This one line of code replaces all the above code.
by nageswaragunupudi
Wed Dec 06, 2023 3:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dialogos dentro de una ventana
Replies: 14
Views: 3200

Re: Xbrowse : oBrw:ToArray (How to do it)

From version 23.04 onwards XBrowse has a method ToArray()
We can directly use
Code: Select all  Expand view
aData := oBrw:ToArray()
// or
aData := oBrw:ToArray( aCols )
by nageswaragunupudi
Thu Nov 16, 2023 2:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : oBrw:ToArray (How to do it)
Replies: 13
Views: 1019

Re: enviar mensajes a whatsapp, ¿posible solucion?

Esta es la funcion Fw_CopyToClipboar que tengo en mi versión, creo que no esta considerando array de archivos. Possible from FWH2307 onwards only. This is because the C level improvements for CF_HDROP were implemented in FWH2307 only that are necessary for copy multiple files to clipboard. ...
by nageswaragunupudi
Sat Oct 28, 2023 1:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar mensajes a whatsapp, ¿posible solucion?
Replies: 55
Views: 4830

Re: enviar mensajes a whatsapp, ¿posible solucion?

Good. From now onwards please use this function to copy any image to clipboard. Do not use any other existing functions and not even tclipboard class (till we improve in next version) function CopyImageToClipboard( cImage )  ...
by nageswaragunupudi
Fri Oct 27, 2023 4:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar mensajes a whatsapp, ¿posible solucion?
Replies: 55
Views: 4830

Re: SetClipboardData to UTF-8

... run this program as it is: ... Yes all compares are 'exactly equal', so that we can assume, that the clipboard runs well under UTF-8 :D From now onwards, please use the above two functions. I noticed a small bug in TClipboard class and do not use it till it is fixed (for Unicode only) Both the ...
by nageswaragunupudi
Sat Jul 01, 2023 8:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetClipboardData to UTF-8
Replies: 14
Views: 1158

Re: Copy several files to the clipboard

From the next version FWH2305 onwards, you can simply call:
Code: Select all  Expand view
FW_CopyToClipboard( aFiles ) --> lSuccess
by nageswaragunupudi
Fri May 12, 2023 4:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy several files to the clipboard
Replies: 9
Views: 486

FWH: All functions, classes, methods with source code

... https://imagizer.imageshack.com/v2/xq90/923/Dboowj.jpg This sample program is available from FWH version 19.01 onwards. Note: This program requires Borland compiler installed on your PC. Please see this line near the top of the program. static cBccFolder  := ...
by nageswaragunupudi
Sun Sep 04, 2022 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: All functions, classes, methods with source code
Replies: 15
Views: 1648

Re: Combine xBrowse columns

version FWH2007 onwards
by nageswaragunupudi
Wed Jun 29, 2022 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combine xBrowse columns
Replies: 8
Views: 676

analytical scoreboard - Resolved -

https://i.postimg.cc/d13Lbqrm/f.png in an array except a series of numbers from zero to 90 from the second element onwards up to 55 fields. each time I save the array record However, it is possible that there are all zeros in the array record https://i.postimg.cc/ZRvy9bnY/ff.png ...
by Silvio.Falconi
Tue May 17, 2022 10:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: analytical scoreboard - Resolved -
Replies: 6
Views: 543
Next

Return to advanced search

cron