Search found 128 matches: pasted

Return to advanced search

Re: DateTime calculation

Dear Ruth, good morning I just copied and pasted your post into chatgpt and the answer seems fine :-) (not exactly correct, but the explanation seems fine) Yes, it looks like the timestamp you provided is in milliseconds since the Unix epoch. ...
by Antonio Linares
Sat Jan 27, 2024 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime calculation
Replies: 6
Views: 688

The color and font of a part of the text

... "", ", "+oBrw:aRow[2]} I need to show what is being pasted in a different font and color - text1 , text2 . Is it possible to do this?
by Natter
Thu Dec 21, 2023 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The color and font of a part of the text
Replies: 0
Views: 334

Re: copy a row of xbrowse

... with modifying copied rows, ensure each row has a unique identifier (like a record number). You might need to generate new unique IDs for the pasted rows. Here's an example of how you could modify your code: ### Modified Copy Functionality ```harbour // Inside PopMenu Function - Modify the ...
by Otto
Tue Dec 05, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5785

New FTDN October/Octubre 2023 (FWH 23.10)

... a tree with a drive folders using recursion * Improved: FW_CopyToClipBoard(): Uses gdi++ to copy images to clipboard, enabling the contents to be pasted in word,excel,whatsapp, etc. Usage: FW_CopyToClipboard( hBitmap/imagebuffer ) or FWCopyToClipBoard( imagefilename, 2 ) * New: samples\dllexpl.prg ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3901

Re: enviar mensajes a whatsapp, ¿posible solucion?

...   endif   endifreturn lRet  Use this code for copying images to clipboard, not the traditional class/functions. This can be pasted in whatsapp, word, excel, etc.
by nageswaragunupudi
Thu Oct 26, 2023 9:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar mensajes a whatsapp, ¿posible solucion?
Replies: 55
Views: 4476

Re: Cut & Paste limit

No limits in FWH. If we are talking about pasting into a Get, then the copied text is pasted from the cursor position till the end of the Get. Example -Width of Get is 80 chars -Copied text is 70 chars -User has his cursor position 60 in the Get and then pressed Ctrl-V, ...
by nageswaragunupudi
Thu Sep 07, 2023 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cut & Paste limit
Replies: 7
Views: 550

Re: Actualizar xBrowse con un Clic del ratón?

Then, you can copy any text any where and then press Ctrl-V in the active cell. The value is pasted and browse updated.
This applies even for pasting images in memo fields.

Aprovechado el hilo, como debería definirse si quiero hacerlo con un Xbrowse con Array?
by cmsoft
Fri Aug 18, 2023 3:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualizar xBrowse con un Clic del ratón?
Replies: 22
Views: 1355

Re: Actualizar xBrowse con un Clic del ratón?

Code: Select all  Expand view
oCol:VarPut( newValie _


For pasting initially set
Code: Select all  Expand view
oBrw:lCanPaste := .t.

Then, you can copy any text any where and then press Ctrl-V in the active cell. The value is pasted and browse updated.
This applies even for pasting images in memo fields.
by nageswaragunupudi
Fri Aug 18, 2023 12:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualizar xBrowse con un Clic del ratón?
Replies: 22
Views: 1355

Re: Listbox in Cell of Excel

Dear Byron, I copied and pasted your initial post and got some code OLEObject xlApp, xlWorkbook, xlWorksheet...xlApp = OLEObject.Init("Excel.Application")xlWorkbook = xlApp.Workbooks.Open("path/to/your/spreadsheet.xlsx")xlWorksheet ...
by Antonio Linares
Thu Jun 15, 2023 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox in Cell of Excel
Replies: 6
Views: 402

Re: Text paste event

For me oGet:bChange is working in TGet class when any text is pasted into the Get.
(But for me the problem is bChange is evaluated twice in case of Get)

Can you please check again?
by nageswaragunupudi
Tue May 30, 2023 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text paste event
Replies: 7
Views: 300

Re: Function from mod_harbour to Harbour

Antonio,

I haven't tested them all, the AP_HeadersIn() didn't work

I pasted it from the in.prg and compiled the AP_Body() test ok it worked.

Code: Select all  Expand view


  function AP_HeadersIn()          ;  return hHeadersIn
   
 
by Ari
Fri Apr 28, 2023 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function from mod_harbour to Harbour
Replies: 6
Views: 311

Re: get no disable y tampoco editable

... the READONLY clause from the program and ES_READONLY style in the RC file. I opened "c:\fwh\manual\manual FWH english.doc" in MSWord and pasted in the Get. Working perfectly as can be seen here. https://imagizer.imageshack.com/img923/2686/0clhHf.gif
by nageswaragunupudi
Sun May 16, 2021 3:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: get no disable y tampoco editable
Replies: 15
Views: 1259

Re: SMS To Customer - Upon Order Delivery

... to his cell number. The problem is, every time an SMS is sent the default explorer is opened on the remote terminal server and an 'OK' message is pasted on the page. This page remains open. If ten SMS are sent, ten explorers are open. The service provider has told me that the explorer page should ...
by RiazKhan
Tue Apr 06, 2021 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: SMS To Customer - Upon Order Delivery
Replies: 14
Views: 1535

Re: Google Table and clipboard

... using Ctrl-Click / Shift-Click. Then pressing Ctrl-C copies contents of all cells in all the selected rows as tab and crlf delimited text. When pasted in the Excel / Google Sheet all values of all the selected rows are pasted. Example: XBROWSER "STATES.DBF" SETUP oBrw:nMarqueeStyle ...
by nageswaragunupudi
Sun Oct 18, 2020 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Table and clipboard
Replies: 2
Views: 657

Re: Create PDF in Mod_Harbour.

I pasted this code into my program and run. The ? hb_NumToHex( HPDF_SaveToFile( hPdf, "c:\temp\Hello.pdf" ) ) returns 0, there is a Temp directory on my c: drive but no file is created. I am using IIS version of Mod_Harbour.

Thanks,
by byron.hopp
Mon Mar 02, 2020 5:24 pm
 
Forum: mod_harbour
Topic: Create PDF in Mod_Harbour.
Replies: 5
Views: 804
Next

Return to advanced search