Search found 110 matches: proceed

Return to advanced search

Re: Can Fivewin be used for process IO hardware ?

...       PORTB &=  ~(1<<PB3); //PB3 = Low,Switch OFF D4        _delay_ms(500);    }    }  Now before I proceed : I have seen FWH connect to different stuff with calls do DLL's and more stuff. Is it so that if a connection can be make, maybe like above, ...
by Marc Venken
Tue Jun 12, 2018 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can Fivewin be used for process IO hardware ?
Replies: 9
Views: 2091

Re: FW_DrawImage with negative coordinates

... in Bitmap.prg. Now it works with setting :nX and :nY to negative values. We are making this fix for 18.03. You can make this change and proceed as you originally planned. Incidentally, we are now providing a new method in TXImage. oImage:SetOrigin( nTop, nLeft )
by nageswaragunupudi
Tue Apr 17, 2018 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_DrawImage with negative coordinates
Replies: 6
Views: 865

WhatsApp class or functions

... to send multiple messages at the same time and therefore from the application in fivewin you have to ask to confirm every single sending to proceed with the next one. WhatsApp Windows is certified to work from Windows 8 onwards, however in the ns. we were able to use it even with Windows ...
by Silvio.Falconi
Thu Mar 08, 2018 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WhatsApp class or functions
Replies: 0
Views: 546

Re: Google APIS Lib for Fivewin

... now ? it is the same of https://developers.google.com/apis-explorer/#p/ i not understood !!!!! I have the apikey of google and now how should I proceed? I compiled gcalend I have these errors Progetto: gcalend, Ambiente: bcc7Harbor: [1]:Harbour.Exe gcalend.prg /m /n0 /gc1 /es2 /a /iC:\Work\fwh\include ...
by Silvio.Falconi
Wed Feb 14, 2018 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 129
Views: 25597

Re: Create bootable OSX usb from OSX app store

... into a Hybrid MBR disk, creates this GPT error because OS X sees the Hybrid GPT/MBR disk as GPT whilst Windows 8/8.1 sees it as MBR and refuses to proceed with the installation because Window 8/8.1 insists it must sit on a GPT disk. Solution? We need to ‘re-tag’ the Hybrid GPT/MBR disk back to ...
by Antonio Linares
Tue Jan 30, 2018 8:32 pm
 
Forum: Utilities / Utilidades
Topic: Create bootable OSX usb from OSX app store
Replies: 5
Views: 1575

Re: Rowset X cSeek

... you think is clearer to you and easier to understand and maintain. After defining the main part of the browse using any of the two methods above, proceed with the next part: WITH OBJECT oBrowse   :nMarqueeStyle := MARQSTYLE_HIGHLROW   :bEdit := { | oRec | Editar_Ocorrencia( ...
by nageswaragunupudi
Fri Jan 05, 2018 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rowset X cSeek
Replies: 7
Views: 2065

Add a function afther the errors has occured (SOLVED)

... errsysw.prg, then where to I best put my extra errorhandling function? function MyExtraError() // open database and fill with needed data // proceed with error handling from FWH standard return NIL
by Marc Venken
Sun Sep 17, 2017 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a function afther the errors has occured (SOLVED)
Replies: 3
Views: 674

XBrowse with ADT Free Table

... This is my program: https://drive.google.com/open?id=0B2zQUQq-PXH1MFpXcmZJLVRkSU0 Could anyone please guide me on how to proceed? Thank you. Teddy
by teddydjohan
Thu Sep 07, 2017 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse with ADT Free Table
Replies: 8
Views: 1702

Send email with form to fill database

Hello, I want to send a email to all my members of the soccerteam. How should I proceed if I want the folowing In this mail I would like to send a request to enter there Birthdate and a button to send the data to my already online database with his ID I have a unique ...
by Marc Venken
Wed Jul 05, 2017 10:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send email with form to fill database
Replies: 0
Views: 475

Re: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... data from the server and when the physical connectivity is restored any attempt to read/write data will automatically reconnect to the server and proceed with the execution of the program. Mr Rao, I think it's not working. I'm having severals message of disconnection in a customer. 06/06/2017 ...
by vilian
Wed Jun 07, 2017 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28573

Re: Set filter for deleted in MariaSql

... that when you delete a record in Xbrowse and MariaSql, the record is totaly deleted !! So it can't be shown again with a Filter. Do I have to proceed a other way than ? I want to deleted the records from the Browse so that they don't show up, but also that I can get them back for some actions.
by Marc Venken
Tue May 30, 2017 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set filter for deleted in MariaSql (SOLVED)
Replies: 10
Views: 1049

Insert images in Mysql/Mariadb

... I always put a link (c:\foto\image1212) to a file on disk and show it that way, but with SQL/Maria it will go into the BLOB database ? How do I proceed ? Maybe the online invoice sample can be expanded with product foto's show into the xbrowse and insert from files on disk ?
by Marc Venken
Fri May 26, 2017 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert images in Mysql/Mariadb
Replies: 6
Views: 1277

New FTDN December/Diciembre 2016 (FWH 16.12)

... is lost during execution of a program either due to timeout or network disconnection, next sql execution automatically tries to reconnect and proceed with the execution normally. This new feature is under testing and further improvement. - Server variables can now be accessed and modified ...
by Antonio Linares
Thu Dec 22, 2016 9:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2016 (FWH 16.12)
Replies: 10
Views: 4884

Re: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... data from the server and when the physical connectivity is restored any attempt to read/write data will automatically reconnect to the server and proceed with the execution of the program.
by nageswaragunupudi
Sun Dec 11, 2016 11:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28573

Re: Need CURL syntax with fivewin using HBCURL LIB?

... */ /* HB_CURLOPT_USE_SSL option */ #define HB_CURLUSESSL_NONE 0 /* do not attempt to use SSL */ #define HB_CURLUSESSL_TRY 1 /* try using SSL, proceed anyway otherwise */ #define HB_CURLUSESSL_CONTROL 2 /* SSL for the control connection or fail */ #define HB_CURLUSESSL_ALL 3 /* SSL for all ...
by ADutheil
Tue Nov 01, 2016 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need CURL syntax with fivewin using HBCURL LIB?
Replies: 10
Views: 4811
PreviousNext

Return to advanced search