Search found 69 matches

by dagiayunus
Sat Dec 20, 2014 2:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Harbour
Replies: 238
Views: 36207

Re: Migrating to Harbour

Dear Emg

Please find working sample. Changed "|" to "/"

Code: Select all

#include "fivewin.ch"
FUNCTION MAIN()
LOCAL cVar := " 1 / 2 "        //  ?" 1 | 2 "
      ? &( cVar )
RETURN NIL
 
Regards
by dagiayunus
Wed Nov 26, 2014 4:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Learning Say/Get with Fivewin (Confusion).. Solved.
Replies: 7
Views: 1312

Re: Learning Say/Get with Fivewin (Confusion)... Solved

Dear Guru / Teachers

Thanks a lot. It is working now.

Regards
by dagiayunus
Tue Nov 25, 2014 9:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Learning Say/Get with Fivewin (Confusion).. Solved.
Replies: 7
Views: 1312

Re: Learning Say/Get with Fivewin (Confusion)

I dont understand by deattached local (translated with google). can you apply the solution to my sample code ?

Thanks & Regards
Yunus.
by dagiayunus
Tue Nov 25, 2014 4:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: HAPPY BIRTHDAY ANTONIO
Replies: 33
Views: 4405

Re: HAPPY BIRTHDAY ANTONIO

#include "fivewin.ch" :)
#include "Best Wishes"

do while .t.
Many many Happy Returns of the day
enddo
by dagiayunus
Tue Nov 25, 2014 4:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Learning Say/Get with Fivewin (Confusion).. Solved.
Replies: 7
Views: 1312

Learning Say/Get with Fivewin (Confusion).. Solved.

Dear Mr. Antonio Many many happy returns of the day. 1. Learning Say/Get with Fivewin When using array to get input, next get is also showing same value as first get. #include "fivewin.ch" function main() DEFINE DIALOG oDlg FROM 1, 1 TO 40, 100 TITLE "Get Test with Array" cCODE:=...
by dagiayunus
Mon Nov 24, 2014 11:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: Read record from a inifile
Replies: 4
Views: 695

Re: Read record from a inifile

I am using harbour

https://github.com/harbour/core/blob/ma ... /hbini.prg

Regards
Dagia Yunus.
by dagiayunus
Mon Nov 24, 2014 11:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: Read record from a inifile
Replies: 4
Views: 695

Re: Read record from a inifile

Dear silvio Using hb_IniRead and using for each you can load all the lines of ini file. aIni := hb_IniRead( inifilename ) FOR EACH cSection IN aIni:Keys ? ? "Section [" + cSection + "]" FOR EACH cKey IN aSect:Keys ? cKey + " = " + aSect[ cKey ] NEXT NEXT Regards Dagia Y...
by dagiayunus
Thu Nov 20, 2014 9:18 am
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEDBU Error on opening DBF
Replies: 1
Views: 417

FIVEDBU Error on opening DBF

Dear Sir, I am getting following error while opening dbf file using FIVEDBU Application =========== Path and name: D:\Users\office\Desktop\fivedbu.exe (32 bits) Size: 5,550,080 bytes Compiler version: Harbour 3.2.0dev (r1406271520) FiveWin Version: FWH 14.06 Windows version: 6.2, Build 9200 Time fro...
by dagiayunus
Wed Nov 19, 2014 2:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 32 14.09 for just 150 euros for 15 days
Replies: 16
Views: 2904

Re: FWH 32 14.09 for just 150 euros for 15 days

Dear Mr. Antonio

Thanks for providing special price for fwh 14.09 , After 21years using clipper & harbour (console) now finally entered in gui programing.

Is there any function procedure to show incremental search data from database ?


Thanks & Regards
Yunus.