Search found 29 matches: writting

Return to advanced search

Re: The Future of Developer Forums

as far as I know, Windows Copilot (based on bing) uses chatgpt 4 and Dall-e and both for free :-)

Lately I have found Windows Copilot writting exceptional good code that I have been able to copy and use on first try
by Antonio Linares
Thu Nov 02, 2023 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The Future of Developer Forums
Replies: 5
Views: 311

Re: TensorFlow Multilayer perceptron

... text) must be turned into a bitmap so the neuronal network can process them. Imagine a neuronal network learning from already existing code and writting the next code for you ;-) I appreciate if you share your ideas about it :-)
by Antonio Linares
Fri Aug 04, 2017 8:28 am
 
Forum: Off Topic / Otros temas
Topic: TensorFlow Multilayer perceptron
Replies: 3
Views: 767

FTP upload blocked by Firewall

... It doesn't show any info, just hangs forewer... Is there any way I can catch the moment the Firewall is blocking opening the file for writting on FTP? I tried TRY   h := oFile:OpenWrite() CATCH   alert("791 Cannot Open FTP file for write")END  But this solution ...
by codemaker
Wed Feb 04, 2015 11:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP upload blocked by Firewall
Replies: 8
Views: 2176

backup of these forums

... our forums have already been running for many years already (2005 october since I started them). I do regulars backups of it. As we all have been writting there (so many friends, so many users, so many valuable questions and answers) I was considering to offer a copy of its backup to a reduced ...
by Antonio Linares
Fri Jun 06, 2014 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: backup of these forums
Replies: 2
Views: 562

TEXTOUT() function cannot use some predefined fonts?

I have a situation where the dialog is covered by the BMP and from then on I am writting on this BMP practically when I want some text on it. The activation code looks like this: ACTIVATE DIALOG oDlgMain CENTERED ;    ON PAINT ( DrawBitmap( oDlgmain:hDC, ...
by codemaker
Mon Oct 07, 2013 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TEXTOUT() function cannot use some predefined fonts?
Replies: 21
Views: 4536

Re: records disappear

If indexes are fine, then the technical reason that comes to my mind is that the writting of a record may fail randomly (and this could happen from the DBF engine itself, its a possibility). A failed operation can corrupt the DBF or write garbage to the current ...
by Enrico Maria Giordano
Fri Jan 25, 2013 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: records disappear [solved]
Replies: 41
Views: 6672

Re: records disappear

If indexes are fine, then the technical reason that comes to my mind is that the writting of a record may fail randomly (and this could happen from the DBF engine itself, its a possibility). If this is the case, maybe you could use a (sort of) backup DBF where you ...
by Antonio Linares
Fri Jan 25, 2013 10:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: records disappear [solved]
Replies: 41
Views: 6672

Re: FiveDBU for 32/64 bits

... and workflows and new skill sets we’ve developed and toss them into the bin for this? I have installed each Windows 8 preview available and I am writting this from Windows 8. It does not provide me any functionality that I may need that it is not already available in Windows 7. Then, why do I ...
by Antonio Linares
Sun Jun 10, 2012 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU for 32/64 bits
Replies: 163
Views: 75250

Re: See32 SMTP examples ( Codemaker )

Rick, I will help you with this when I come home to Belgrade. At the moment I am on the road for two days traveling through Greece. I am writting this in hotel room and unfortunatelly have no time to make an example. At the beginning of next week, I will create some example and will post it ...
by codemaker
Sat Jun 09, 2012 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: See32 SMTP examples ( Codemaker )
Replies: 4
Views: 1735

Re: Unrecoverable error 1010

CL,

Are you writting on a memory card or in the internal memory of the device ?

Using the memory card may produce random errors. Use the internal memory
by Antonio Linares
Mon May 21, 2012 10:53 am
 
Forum: FiveWin for Pocket PC
Topic: Unrecoverable error 1010
Replies: 5
Views: 2867

Re: strange (DOS Error 32) DBFCDX/1006 ¿bug?

... 'network request not supported'. But I think the problem is because the erasing and indexing happens in such a fast interval (For..Next loop) that writting to the disk in so fas iterations is the problem for the sistem. If you don't use Commit() it might not show the error because this function ...
by codemaker
Sat Feb 11, 2012 11:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange (DOS Error 32) DBFCDX/1006 ¿bug?
Replies: 21
Views: 4296

Re: GDI+

Gunther,

Would you mind to share its source code ?

I am writting this from an iPad so no way to run the Windows EXE but I can review its source code :-)
by Antonio Linares
Mon Sep 26, 2011 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDI+
Replies: 16
Views: 2660

Re: Multiline GET - CRLF

Otto:

I think you do not need the CRLF button, try to hold on the CONTROL key and push the RETURN key at same time when you are writting the memo field.

I hope these can help you.

Regards
by Armando
Tue Mar 16, 2010 7:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiline GET - CRLF
Replies: 12
Views: 2788

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Please, when writting the commands docs always include these final fines so we link to the related Class. Thanks! :-) ====== See Also ====== [[fivewin_class_tname|Class TName]] In the same way, in the classes we can specify a link ...
by Antonio Linares
Wed Aug 26, 2009 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to complete the wiki and get a free FWH 9.07 !!!
Replies: 80
Views: 14256

New tSim class

Hi all, I have almost finished a new class that manage a sim of an smartphone. With this class , fwppc application will be able of: - Reading/Writting/Deleting SIM phone book. - Reading/Writing/Deleting SIM sms messages. - Reading/Writing/Deleting SIM files in differents sim storages. - View/Set/Get ...
by jlcapel
Sat Jul 25, 2009 7:10 pm
 
Forum: FiveWin for Pocket PC
Topic: New tSim class
Replies: 5
Views: 1222
Next

Return to advanced search