Search found 427 matches: till

Return to advanced search

Re: Capacidad de variable de memoria HARBOUR

With 64 bit we can rise it till 2 ^ 35, both Harbour and xHarbour, with 16 GB RAM:

Code: Select all  Expand view
FUNCTION MAIN()

    LOCAL cSpace := SPACE( 2 ^ 35 )

    ? LEN( cSpace )

    INKEY( 0 )

    RETURN NIL
by Enrico Maria Giordano
Thu Mar 28, 2024 9:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Capacidad de variable de memoria HARBOUR
Replies: 8
Views: 155

Re: ButtonBmp problem with FWH2402

What is observed till now is that the misbehavior is when FW_SetUnicode( .T. )
Request Mr. Leandro to set FW_SetUnicode( .F. ) and retry
We will work on fixing this problem
by nageswaragunupudi
Thu Mar 07, 2024 5:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 700

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... and tested. But Mr. Ertan says it is working well for him. I asked Mr.Ertan to send his libs to me. He will send after this weekend. Please wait till I test and provide you with the correctly working libs. If necessary I will rebuild the libs for you. Please wait.
by nageswaragunupudi
Wed Feb 07, 2024 3:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 52224

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

... via Override ? With override, the change applies to all Gets and we need not write this for each Get. If you like, you can override the method till next version. t 2. Will this function work when entering data from the clipboard via the context menu ? For this, we need to modify/override the ...
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: 726

Re: Convert a print to Rtf or doc

Same way as we can generate editable pdf documents using TPrinter():lUseHaruPDF, we wanted to provide generation of editable Word Docx also. But the work is incomplete. We will soon provide this feature.

Till then one can consider using TWord class that is available free to generate word document.
by nageswaragunupudi
Thu Nov 30, 2023 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3230

Re: Xlsxlibhb_ver2

Mr. João Thanks. For now, I prefer to use bcc & xHarbour versions used by FWH for building FWH libraries. I wait till Mr. Antonio takes a decision to use the new versions. No hay problema, Maestro Nages. El Maestro Antonio definitivamente lo usará. A menos que prefiera quedarse ...
by karinha
Wed Nov 22, 2023 7:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 8403

Re: Xlsxlibhb_ver2

Mr. João Thanks. For now, I prefer to use bcc & xHarbour versions used by FWH for building FWH libraries. I wait till Mr. Antonio takes a decision to use the new versions. I agree. In the meantime, I'm experimenting. Please note that I always used FWH with any versions of BCC ...
by Enrico Maria Giordano
Wed Nov 22, 2023 7:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 8403

Re: Xlsxlibhb_ver2

Mr. João

Thanks.
For now, I prefer to use bcc & xHarbour versions used by FWH for building FWH libraries.
I wait till Mr. Antonio takes a decision to use the new versions.
by nageswaragunupudi
Wed Nov 22, 2023 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 8403

Re: Xlsxlibhb_ver2

For now, I prefer to stay with the older version of xhabour and bcc7. Actually FWH uses these versions to build all FWH libs.
I will wait till these issues are solved.
by nageswaragunupudi
Wed Nov 22, 2023 3:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 8403

Re: Xlsxlibhb_ver2

... from C:\XHARBOUR\LIB\HBZIP.LIB|zipplatformError: Unable to perform link* Linking errors *  So for now, it is safe to use older vesion of xHarbour till these problems are fixed. Keep aside the issue of drxlsx or xlsxlib. We can handle them later. First thing we should be able to build our own programs ...
by nageswaragunupudi
Tue Nov 21, 2023 11:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 8403

Re: Xlsxlibhb_ver2

... to perform link* Linking errors *  It is ok. The authors made the full source code available. FWH will try to build a new lib with new xHarbour. Till then we can continue the work with older xHarbour
by nageswaragunupudi
Tue Nov 21, 2023 11:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 8403

Re: FWH2310: WhatsApp messages with Attachments/Images

Congratulations, how does using WhatsApp work with Fivewin? Working well. But I noticed one problem which we could not solve till now. If we want to send message with attachments to a particular contact and if we already have the chat window open with the same contact, this function ...
by nageswaragunupudi
Wed Nov 01, 2023 12:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2310: WhatsApp messages with Attachments/Images
Replies: 8
Views: 790

Re: enviar mensajes a whatsapp, ¿posible solucion?

... 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 )   local hBitmap  := FW_ReadImage( nil, 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: 3683

Re: DBF . Commit

nageswaragunupudi wrote:The option toggles if data of a changed record is immediately commited to disk with the REPLACE command.


This is not true, at least with xHarbour and DBFCDX. The file on disk is not updated till COMMIT.
by Enrico Maria Giordano
Sun Oct 22, 2023 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2209

Re: Xlsxlibhb_ver2

... It worked !!. That is Antonio and THE MASTER. As told by Mr.Nageswara Rao While working with this library I am learning a lot while enjoying it. Till now I have used only a very few features of the library and there is a lot more to explore. There is a lot to learn from this Library. -Ramesh ...
by RAMESHBABU
Fri Oct 06, 2023 1:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 8403
Next

Return to advanced search