Search found 75 matches: folowing

Return to advanced search

Is this Netopen function from 16 bit ok for FWH32 ?

Hello, In my project of converting from 16 bit to FWH, i need to change all my Ntx and partial COMIX files to CDX FWH. I have the folowing code for opening files in FW16 : Is this code still a good code, (change the COMIX to CDX...) or should I find a better one that uses more of FWH Power. ...
by Marc Venken
Fri Sep 22, 2017 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is this Netopen function from 16 bit ok for FWH32 ?
Replies: 4
Views: 1085

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 ID that ...
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: 477

Function list builder application

... but maybe it is possible to make a program that search true all prg's in the functions, and classes dir's of FWH. Then add them to a database with folowing info : show database with Xbrowse and search option : Database fields : origin : class (class or function) filenaam : database.prg function ...
by Marc Venken
Sat Jun 17, 2017 9:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function list builder application
Replies: 16
Views: 3138

Re: update the executable of my application via FTP

... exe file, since the original file is allready loaded into the computer. The users start the program with a batch file : start.bat with the folowing code. If there is a update.exe the new version will be copy over the old version. copy update.exe kabouters.exe erase update.exe start kabouters.exe ...
by Marc Venken
Tue Jun 13, 2017 7:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: update the executable of my application via FTP
Replies: 12
Views: 2832

Insert images in Mysql/Mariadb

Hello, Looking into the posts, i didn't find my solution for the folowing problem. All members of my soccer club will give me the pictures of each player to put into a online member system. I put a field by MyAdmin into the database with folowing data : ...
by Marc Venken
Fri May 26, 2017 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert images in Mysql/Mariadb
Replies: 6
Views: 1302

Re: Password protected access to menu. Advice ?

James, In Your way the folowing can be easily done ? In this button, from a Xbrowse action : @ 60, 111 BTNBMP PROMPT "Save" OF oDlg SIZE 42, 14 PIXEL FLAT ; WHEN oRec:Modified() ; ACTION If( oRec:Save(), oDlg:End(), nil ) The ...
by Marc Venken
Thu May 11, 2017 9:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Password protected access to menu. Advice ?
Replies: 25
Views: 3673

Xbrowse : MARQSTYLE_not working with mousewheel

Hello, In my version 16.11, if I use :nMarqueeStyle := MARQSTYLE_HIGHLROWMS The color bar (that is over all the rows) is not folowing the browse when I use the scrollwheel. http://www.maveco.be/fivewin/rao.jpg You see the bar remains at row 3 and the focus is now on row ...
by Marc Venken
Sun Feb 05, 2017 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : MARQSTYLE_not working with mousewheel
Replies: 7
Views: 1277

SEO (Search Engine Optimization) with FWH

... options there is a lot of info that Google search can index, if provided the right way. In Prestashop (webshop) you can give each products the folowing info : Meta Title (70 chars) Meta description (160 chars) and TAGS (as many as you want) The trick is to change common words, delete words, ...
by Marc Venken
Sat Feb 04, 2017 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SEO (Search Engine Optimization) with FWH
Replies: 5
Views: 1501

FiveDbu, Dbt and Fpt

Hey, I only know the old DBT files from 16 bit, and DBU for Windows. Reading some more, I see folowing. Change to Fivedbu from the samples dir? But is it still active from FWH crew? Change to Fpt file? Fivedbu creates DBT files when I tested it, but shouldn't I go for ...
by Marc Venken
Thu Jan 19, 2017 11:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDbu, Dbt and Fpt
Replies: 1
Views: 518

Re: Prestashop Mapping solution

... with data -> "PANDS WITH A FULL COTTON INLINE IN POL/KAT" With the mapping now, I see the data in the right browse. I could put the folowing in the Masterfile field Name : "UpperLower(csv->Name)" Result : "Pands with a full cotton inline in pol/kat" Or Fieldname ...
by Marc Venken
Sun Oct 23, 2016 12:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Prestashop Mapping solution
Replies: 17
Views: 9158

Re: Btrieve files .BTR

... of pervasive (until version 7) i believe now i'ts 10 there were some utilities that converted the BTR files to DBF. So after a upgrade, the folowing bat. file will not do the conversion anymore. Maybe because now all is minimum win7 32 bit. Bat. file with c:\briljant\prog\pmswitch.exe c:\briljant\prog\btrieve ...
by Marc Venken
Wed Jun 15, 2016 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Btrieve files .BTR
Replies: 8
Views: 2135

Code that used to work fails

Antonio, the folowing code used to work in a previous version and isn't working anymore. The text and the title do not change and the dialog isn't centered. Note the NOWAIT clause. The previous version was 09.11 using xHarbour.com's ...
by concentra
Tue Nov 29, 2011 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Code that used to work fails
Replies: 7
Views: 1064

Testing MINGW

I´m trying to build the gmapd sample with buildg gmapd and having the folowing errors: Compiling... Harbour 3.0.0 (Rev. 16951) Copyright (c) 1999-2011, http://harbour-project.org/ Compiling 'gmapd.prg' and generating preprocessed output to 'gmapd.ppo'... Lines ...
by ADutheil
Mon Nov 14, 2011 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing MINGW
Replies: 8
Views: 948

Re: Test for a .Pdf reader

Rick, if you want to rewrite the regopenkey() function you can try to add the folowing code to your system: #pragma BEGINDUMP HB_FUNC( REGOPENKEY ) // ( nkey, cSubKey, @nHandle ) --> nResult { HKEY hKey = ( HKEY ) hb_parnl( 1 ); HKEY hResult; #ifndef UNICODE ...
by ADutheil
Fri Nov 11, 2011 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test for a .Pdf reader
Replies: 11
Views: 3436

Where are MoveTo, GetTextExtent, DrawMasked, DrawBitmap ?

Antonio, when I try to link a program with FW, Harbour and MinGW, it states that the folowing functions are missing :
MoveTo, GetTextExtent, DrawMasked, DrawBitmap and MaskRegion.
Where can I find them ?
by concentra
Wed Nov 09, 2011 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where are MoveTo, GetTextExtent, DrawMasked, DrawBitmap ?
Replies: 11
Views: 2345
PreviousNext

Return to advanced search