Search found 33 matches: aim

Return to advanced search

Re: Unicode vs UTF8

... Now, let us concatenate all UTF8 chars (6th column) and display: 9AÜĞత Unicode system is a family of different encodings all of which are aimed at uniquely representing ever character of all languages in the world. Also the aim is to display these characters uniquely and exactly the sameway ...
by nageswaragunupudi
Sun Jan 07, 2024 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode vs UTF8
Replies: 2
Views: 1024

Understanding how autoGPT works...

... behavior constantly. 3. Reflect on past decisions and strategies to refine your approach. 4. Every command has a cost, so be smart and efficient. Aim to complete tasks in the least number of steps. You should only respond in JSON format as described below RESPONSE FORMAT: { "thoughts": ...
by Antonio Linares
Sun Apr 09, 2023 11:51 am
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 527

Re: Display thumbnails of pdfs

Thanks for the reply Antonio, Jimmy, Rao and Otto. Rao is correct, what I aim for is eventually a preview in thumbnail size of any files. It's just that currently, I want to at least be able to do it with pdfs. The preview will appear in the boxes below. What ...
by hua
Wed Oct 19, 2022 5:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 33
Views: 2266

Re: FW_GetMonitor() doesn't work

... are normal, i.e., height = botton - top + 1 and width = right - left + 1. For our purpose, we should not disturb this data. - What is the aim of oMonitor:cRect? Do you want to fill it with ArraysString( aRect ), I would appreciate it cRect is formatted like C Language RECT struct to be ...
by nageswaragunupudi
Fri Feb 01, 2019 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_GetMonitor() doesn't work
Replies: 25
Views: 2949

Re: FW_GetMonitor() doesn't work

... Some other questions and wishes: - Nothing found about oMonitor:lWinRect, what is the purpose of it? - What is the aim of oMonitor:cRect? Do you want to fill it with ArraysString( aRect ), I would appreciate it - It would be helpful to integrate the Array rcWork ...
by frose
Fri Feb 01, 2019 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_GetMonitor() doesn't work
Replies: 25
Views: 2949

Re: MySql, MariaDB and PostgeSQL are FWMARIADB's compatible?

With FWMARIADB we can work with either MySql server or MariaDB server with the same code and exe.

I started working with PostGreSQL now. Aim is what you asked. But it is too early for us to promise anything.
by nageswaragunupudi
Wed May 31, 2017 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySql, MariaDB and PostgeSQL are FWMARIADB's compatible?
Replies: 9
Views: 1907

Re: New FTDN September/Septiembre 2015 (FWH 15.09)

... function FW_SetUnicode( .t. ) This being a major revision, we request the users to provide feedback to help improvements. * It is the ulitmate aim that a single application can simultaneously have different ANSI and Unicode windows at the sametime and also one window/dialog to contain some ...
by Antonio Linares
Thu Oct 15, 2015 2:57 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2015 (FWH 15.09)
Replies: 52
Views: 14908

New FTDN September/Septiembre 2015 (FWH 15.09)

... function FW_SetUnicode( .t. ) This being a major revision, we request the users to provide feedback to help improvements. * It is the ulitmate aim that a single application can simultaneously have different ANSI and Unicode windows at the sametime and also one window/dialog to contain some ...
by Antonio Linares
Sat Sep 26, 2015 8:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2015 (FWH 15.09)
Replies: 52
Views: 14908

Re: Show boxes color on a dialog

I'm sorry but this is not what I was looking for. my aim is to create a small configuration for xbrowse, each configuration can be inserted into any table and changed by the end user in an extremely simple, the configuration stored in an .ini file ...
by Silvio.Falconi
Wed May 20, 2015 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show boxes color on a dialog
Replies: 9
Views: 2106

Re: FiveWeb

... , ADSDBE_CDX) DbeInfo( COMPONENT_ORDER, ADSDBE_INDEX_EXT, "CDX") ENDIF // Load Profile... IF ! _LoadProfile() _AdsOpenErr( cRoot, 'aimmgr', oSession ) RETURN Void ENDIF // User... lPass := _UserDetails( lLink, cUID, cPID, @cName, @cUTYPE, @cCID, @cULID, @cLastD, @cLastT, .T. ) IF ...
by cdmmaui
Sun Jan 25, 2015 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16379

Re: FiveWeb

... call to the application. Here are details for each DLL Edit ISAPI or CGI Restrictions: ISAPI or CGI path: c:\web\aimmgr\event.dll Description CDM AIM <<<< --------- Used the same for CDM Dll X (checked) Allow extension path to execute MAPPING HANDLER Request Path -> *.dll Module ...
by cdmmaui
Sat Jan 24, 2015 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16379

Re: call a dll32 function

Thank you for your answer. The code you refer to uses calldll which I tried but does not work with mailssl which is my aim. I have the newest dll from marshallsoft and I am working on it.
by jorjio
Mon May 26, 2014 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: call a dll32 function
Replies: 8
Views: 2063

Re: Oracle via ADO/ODBC

... to use 1 or 0 for logicals as to work with Oracle. But if I change .t. to 1 I get an error. Thank you very much. Mr Lucas You are right. Here our aim to use the same code for all RDBMSs fails. We can use BIT fieldtype in MSACCESS, SQLSERVER, MYSQL, SQLITE3 ( probably POSTGRE SQL which has a Boolean ...
by nageswaragunupudi
Sun Jul 28, 2013 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Oracle via ADO/ODBC
Replies: 19
Views: 6032

Re: Netdocu

Thank you Gale. The aim of this little program is to document the infrastructure for our service technics. The ping script makes it easier for the first time to add all ping able devices to the dbf file in other words to make an inventory. ...
by Otto
Mon Mar 11, 2013 10:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Netdocu
Replies: 11
Views: 5249

Re: Metro style

The stated and overt aim of MS with winrt is to make applications compatible across any windows device. They are not aiming at iOs or Android. I don't see that happening ever. There are some tools out there that will let you write once ...
by reinaldocrespo
Wed Sep 26, 2012 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metro style
Replies: 83
Views: 18562
Next

Return to advanced search