Search found 73 matches: preparing

Return to advanced search

Re: Insert images in Mysql/Mariadb

Using FWH functions is a lot easier than preparing your own SQL statement.
The field has to be created as a BLOB field only.
by nageswaragunupudi
Fri May 11, 2018 4:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert images in Mysql/Mariadb
Replies: 6
Views: 1301

encrypt-decrypt word doc

Hello, I am preparing for the GDPR. So I try to encrypt and decrypt a word file. But I get an error if I try to reopen the decypted word file. Could someone please help me. Best regards, Otto // New FiveWin Encrypt() and Decrypt() ...
by Otto
Sun Jan 28, 2018 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: encrypt-decrypt word doc
Replies: 3
Views: 1128

Re: Tsbrowse to Xbrowse conversion of a function

Now you are preparing an array like this // Titel Field Size Edit Indexen Align 0-L,1-M,2-R,3-V You can change it to prepare the same array in this way: // Field, Title, Picture, Size Eg: AADD(aTmp,{ "artikel_nr", "Code", ...
by nageswaragunupudi
Fri Nov 24, 2017 3:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsbrowse to Xbrowse conversion of a function
Replies: 5
Views: 1165

Re: Pro's and Contra's fom Resources or Coded screens

Use both systems will be best. In my 16 bit version I use these from recources : (preparing conversion to FWH) http://www.maveco.be/fivewin/scherm1.jpg http://www.maveco.be/fivewin/scherm2.jpg But as Otto asked, These cannot by resized ...
by Marc Venken
Fri Aug 04, 2017 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pro's and Contra's fom Resources or Coded screens
Replies: 47
Views: 11991

Re: Need sample that display default browser as an icon on butto

Instead of reading the web browser's icon from the exe itself I took the approach of preparing in advance the icons of commonly used browser and select which one to use after determining what is current default browser. Anyone knows what is the tried and tested method ...
by hua
Thu Jun 08, 2017 3:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need sample that display default browser as an icon on butto
Replies: 1
Views: 505

Another bug in menu

I'm preparing a sample. Please delay the release of the new FWH build...

EMG
by Enrico Maria Giordano
Sat Dec 19, 2015 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another bug in menu
Replies: 9
Views: 1420

url to download BCC 7

Hi,

It's been a while.

I am preparing to upgrade FWH. Anybody knows where to get BCC7?
Preferably, direct url to download from your own link or official.

Thanks.
by fraxzi
Tue Aug 11, 2015 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: url to download BCC 7
Replies: 4
Views: 1238

CURSOR question

While preparing a report, I want to show the user the program is processing data. There are two ways: 1) Put the processing section in a separate function and use MessageWait( ) to show what is happening. I prefer not to do that ...
by TimStone
Fri Aug 07, 2015 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CURSOR question
Replies: 4
Views: 934

Re: ADO RDD xHarbour

... value is 'T'. We use this in our XBrowse, TDataRow and TRecSet so that users are insulated from this behavior. We need to keep this in mind when preparing SQL statements comparing Dates. For example, SELECT * WHERE INVDT BETWEEN '2015-04-01' AND '2015-04-30' may totally exclude all transactions ...
by nageswaragunupudi
Wed Apr 29, 2015 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 453564

Re: ADO & SQL INSERT Statement

... INTO Table1 VALUES ( ?, ?, ? ) ; There are also named parameters. Example: INSERT INTO Table1 VALUES ( :cName, :cAddress, :dDOB ) ; After "preparing" this SQL you can now execute much faster inside a for loop many times changing the values each time. Each SQL will vary its syntax. ...
by reinaldocrespo
Wed Jul 30, 2014 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO & SQL INSERT Statement
Replies: 9
Views: 2262

Re: FiveWeb (FiveWin days are numbered)

... alow MySql connection and manipulation Does not need IIS to be installed, Apache can do ok or Vertrigo (which I am using for testing I am already preparing another app to be converted and also the old web app will use this LIB in a near future If the app is combined with FastReport - ir produces ...
by codemaker
Wed Apr 09, 2014 5:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb (FiveWin days are numbered)
Replies: 70
Views: 25525

Re: bLDClickData

My new sample, I'm preparing for DOWNLOAD, will answer ALL Your questions. All kinds of xBrowse-graphic-solutions are included, like the needed calculations, to adjust / resize different Images to cellsize with info-text on bottom ...
by ukoenig
Wed Feb 26, 2014 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bLDClickData
Replies: 10
Views: 1822

Re: DEFINE MAIL ...

... con los servidores smtp más recientes que usan los ISP. Prueba así: LOCAL oSmtp, oEMail LOCAL cSmtpUrl LOCAL cSubject, cFrom, cTo, cBody, cFile // preparing data for eMail cSmtpUrl := "smtp://mailaccount:password@smtp.server.com" cSubject := "Testing eMail" cFrom := "MyName@Mail.server.com" ...
by FiveWiDi
Sun Dec 15, 2013 12:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DEFINE MAIL ...
Replies: 9
Views: 2502

Re: DEFINE MAIL ...

... con los servidores smtp más recientes que usan los ISP. Prueba así: LOCAL oSmtp, oEMail LOCAL cSmtpUrl LOCAL cSubject, cFrom, cTo, cBody, cFile // preparing data for eMail cSmtpUrl := "smtp://mailaccount:password@smtp.server.com" cSubject := "Testing eMail" cFrom := "MyName@Mail.server.com" ...
by lucasdebeltran
Fri Dec 13, 2013 9:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DEFINE MAIL ...
Replies: 9
Views: 2502

Re: XBrowse Multi Line Cell With Different Fonts

... )return nil  http://img6.imageshack.us/img6/1782/v3zq.jpg To understand the concept better, please insert this code just after preparing the array XBROWSER aData The raw array data looks like this. http://img837.imageshack.us/img837/7264/snm7.jpg Now let us apply ...
by nageswaragunupudi
Wed Sep 04, 2013 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse Multi Line Cell With Different Fonts
Replies: 19
Views: 6259
PreviousNext

Return to advanced search