Search found 39 matches: librar

Return to advanced search

Re: Windows 10 version

Antonio Thanks for your work, 6.3 is the windows version code for windows 8 Are you running a real windows 10 version ? From what i read at MSDN BOOL WINAPI IsWindows10OrGreater(void); #include <VersionHelpers.h> … if (!IsWindows10OrGreater()) { MessageBox(NULL, "You need at least Windows...
by Richard Chidiak
Mon Jun 08, 2015 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10 version
Replies: 12
Views: 1752

Re: ADO RDD xHarbour

Antonio, Yes, I inspected aBookmarks and I saw that all matches were in aBookmarks. However, most of times I get no records. Please use MySQL instead of ADS. As far as I know, :Bookmark is managed by ADO itself: https://msdn.microsoft.com/es-es/library/windows/desktop/ms675862(v=vs.85).aspx So the a...
by lucasdebeltran
Sun May 24, 2015 2:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447072

Re: función para saber si el sistema operativo es original o no

Antonio: ¿Por favor, me podrías decir cómo hacer la llamada en C?: https://msdn.microsoft.com/en-us/library/windows/desktop/aa965837(v=vs.85).aspx https://theroadtodelphi.wordpress.com/2009/10/12/determine-genuine-windows-installation-in-c/ http://www.purebasic.fr/english/viewtopic.php?f=7&t=523...
by MOISES
Sun May 10, 2015 12:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: función para saber si el sistema operativo es original o no
Replies: 8
Views: 1184

Re: ADO RDD xHarbour

You said in the other thread. I´ve tested it and it works perfectly with adUseclient and adUserServer cursors. Glad to know it is working well with both client and server-side. Please see for reference: https://msdn.microsoft.com/en-us/library/ee252458(v=bts.10).aspx "https://msdn.microsoft.com...
by nageswaragunupudi
Wed Apr 29, 2015 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447072

Carlos,

según http://msdn2.microsoft.com/en-us/librar ... (office.10).aspx es necesario disponer de Borland Database Engine (BDE 4.x o superior) para poder acceder a Paradox 7 a través de Microsoft Jet.

Has probado a instalar BDE 4.x o superior ?

Saludos,

Felix
by Baxajaun
Tue May 22, 2007 12:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conexión a Paradox 7.x con ADO
Replies: 11
Views: 4692

Felix: Gracias por las ligas. La documentación de VBA ya la tenía... es tan solo que es algo confusa por lo que estoy buscando otras referencias que no sean de MS. Hola Luis, puedes visitar: http://www.outlookcode.com/Default.aspx http://www.microsoft.com/downloads/details.aspx?familyid=a1cead80-23e...
by Luis Krause
Wed May 16, 2007 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Outlook 2003, TOleAuto... solicito información
Replies: 2
Views: 1383

Hola Luis, puedes visitar: http://www.outlookcode.com/Default.aspx http://www.microsoft.com/downloads/details.aspx?familyid=a1cead80-23e2-456f-8618-4da50cc2c38c&displaylang=en http://www.microsoft.com/downloads/thankyou.aspx?familyId=a1cead80-23e2-456f-8618-4da50cc2c38c&displayLang=en http:/...
by Baxajaun
Tue May 15, 2007 8:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Outlook 2003, TOleAuto... solicito información
Replies: 2
Views: 1383

Actually the webbrowser control does have a print method. See the docs here: http://msdn2.microsoft.com/en-us/library/system.windows.forms.webbrowser.print.aspx Prints the document currently displayed in the WebBrowser control using the current print and page settings. That documentation is for .NE...
by Enrico Maria Giordano
Wed Jan 03, 2007 11:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using IE AcitveX from FWH
Replies: 13
Views: 3525

Actually the webbrowser control does have a print method. See the docs here: http://msdn2.microsoft.com/en-us/library/system.windows.forms.webbrowser.print.aspx Prints the document currently displayed in the WebBrowser control using the current print and page settings. However, it does not do what i...
by James Bott
Wed Jan 03, 2007 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using IE AcitveX from FWH
Replies: 13
Views: 3525
Previous

Return to advanced search