Search found 19 matches: wit

Return to advanced search

Re: Question about wfReadUrl()

... Another question. What if a url is blocked by a firewall or an antivirus. What will happen then? That is de problem I have, especially wit BitDefender.
by driessen
Sat Apr 06, 2024 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2836

Re: DBF to SQL

Can we know the latest FWH version you are having with you? Long time back, Oracle provided MySql embedded server. This enables working with MySql on local computer without installing full MySql server, though wit some limitations. Oracle dicontinued ...
by nageswaragunupudi
Fri Apr 16, 2021 3:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL
Replies: 14
Views: 1660

Re: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)

... + cValToChar( oRs:nReadSecs ) + " Seconds"   // 15 secsreturn nil  First we created a table "wwonders" wit fields ID (AI), NAME( VarChar ), IMAGE ( LONGBLOB ) and DETAILS( LONGTEXT ) with 4110 records. Total Size of LONGBLOB field contents : 0.493 GB ...
by nageswaragunupudi
Mon Nov 07, 2016 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)
Replies: 48
Views: 20721

Re: Tempory Recordset question

Marc: Perhaps wit the next sample:             oRs = CREATEOBJECT( "ADODB.Recordset" )             oRs:cursortype :=1         // Try with number 2  adOpenDynamic            oRs:cursorlocation :=3    // adUseClient  ...
by Armando
Sat Sep 24, 2016 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tempory Recordset question
Replies: 15
Views: 2741

Re: Autocode show

Where can I get it?
Does it work wit any editor?
by AHF
Wed Nov 04, 2015 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Autocode show
Replies: 12
Views: 1675

Re: Showing meta-fil wit 'swipe' function

Marc,

If you use a FWH TMetafile object then you could modify the DATAs nXorig and nYorig that basically are used to call SetViewOrg()
by Antonio Linares
Wed Oct 14, 2015 9:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Showing meta-fil wit 'swipe' function
Replies: 1
Views: 367

Showing meta-fil wit 'swipe' function

Hello,

In an application I create a meta-file, and show in in a window.
Now I want to ctrate a larger-file than can't be displayed in one time to the screen.
Is there a possibility to show a piece, and with 'swiping' , showing the rest?
by Marc Vanzegbroeck
Wed Oct 14, 2015 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Showing meta-fil wit 'swipe' function
Replies: 1
Views: 367

C Struct

Hello, I am developing with xHarbour(version dated 17/11/2-11 from xHarbout.com and Fivewin for Harbour. I realise this is an xHarbour issue rather than a Fivewin issue, but I am hoping someone on this forum can help me. I am trying ...
by patdriscoll
Wed Jun 11, 2014 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: C Struct
Replies: 23
Views: 3534

Re: FiveWeb (FiveWin days are numbered)

Hi Darrel, I am not using mySql yet. But, as far as I know Fiveweb connects to MySql without problem and according to the samples Lailton provided there is no problem wit MySQL. He suggests Dolphin. I am finishing the app which will work on Windows environment for ...
by codemaker
Thu Apr 17, 2014 7:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb (FiveWin days are numbered)
Replies: 70
Views: 25124

Re: FiveDBU for 32/64 bits

just an Idea ....Why not implent a Expression Builder wit a dialog and only a xbrowse .... and save the filter expression to a Ini file ? I explain You : see his image http://img35.imageshack.us/img35/1059/idea2v.jpg On first dialog ...
by Eoeo
Tue Jun 05, 2012 7:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU for 32/64 bits
Replies: 163
Views: 75503

Need for help ... hbmk2

... nothing ... You can say that I'm stupid , but I can't understand ... After simplity of xHarbour hbmake , then you can create .bc project file wit all needful parameters , hbmk2 it looks like nigtmare ... Also I tried hbIDE - but found that it's buggy ( I downloaded yesterday nigtly build of ...
by Rimantas
Tue Apr 19, 2011 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need for help ... hbmk2
Replies: 4
Views: 1308

Re: HELP TO INSERT IMAGE ON XBROWSE

... do you Know xbimg.prg ? ok .. I asked only how can I adapt the source code of xbimg.prg to mine application I saw that all samples of xbrowse come wit arrays , when we try to create these samples with dbfs the sample not run ok I want understand , how can I adapt the source code of xbimg.prg on ...
by Silvio
Thu Mar 10, 2011 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HELP TO INSERT IMAGE ON XBROWSE
Replies: 2
Views: 616

Re: New FWH debugger developed by Carles Aubia!

Antonio,

This debugger looks very good.

Unfortunately, I don't have any experience wit RMK-files. I use xHarbour Builder.

How should this debugger be implemented using xHarbour Builder ?

Thanks a lot.
by driessen
Tue Feb 23, 2010 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH debugger developed by Carles Aubia!
Replies: 21
Views: 2847

Re: Reduced Memory after VTitle-Dialog-Switch ?

... Horizon, Step by Step : I noticed, that the speed reduced after opening a VTitle-Preview after 15 - 20 times. After that a Crash. I started wit 470 Entries. 1. Preview 475 ( 5 BMP's ), 2. Preview 480 (10 BMP's ) =>>> I added a Test to the Application and included Line-Numbers to ...
by ukoenig
Thu Nov 05, 2009 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reduced Memory after VTitle-Dialog-Switch ?
Replies: 15
Views: 4965

different size bitmas in a button bar

... ACTION Action1() NOBORDER DEFINE BUTTON oBtn2 RESOURCE "two" OF oBar PROMPT "Title2" ACTION Action2() NOBORDER Compiled wit a 2006 version the button bar is regular! Is there any clause to correct automatically bmp dimensions? Thanks in advance marco
by MarcoBoschi
Mon Aug 31, 2009 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: different size bitmas in a button bar
Replies: 2
Views: 470
Next

Return to advanced search