nageswaragunupudi wrote:Set
- Code: Select all Expand view
oBrw:nEditTypes := EDIT_GET
oBrw:lCanPaste := .t.
But the text in clipboard should be TAB delimited text.
XBrowse Paste works just like pasting into Excel.
Sample:
- Code: Select all Expand view
#include "fivewin.ch"
function Main()
AEval( aData, { |aRow,i| aRow[ 1 ] := Replicate( Chr( 64+i ), 4 ) } )
XBROWSER aData SETUP ( oBrw:nEditTypes := EDIT_GET, oBrw:lCanPaste := .t. )
return nil
here not workthe last xbrowse release make error
asizerect I sent you a mail
it run
only if I create a txt.txt and Import on Excel then the paste command on xbrowse
run ok as you can see on this picture
But I wish copy from a websiste I explain you
I created the procedure for automatic updating from a particular website and it works well, but it is possible that in one day this address is changed or it no longer works (like all the free services that are disappearing) so the user will be forced to enter the extractions manually or copy them from a website
If the user wants to copy the extracts from a website, highlight the extracts on the website and then copy them into xbrowse
sample try - on
https://www.estrazionedellotto.it/ I tried but not work
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com