Search found 69 matches

by dagiayunus
Tue Sep 27, 2016 10:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: Free invoicing app with FWH 16.08 (source code included)
Replies: 7
Views: 1845

Re: Free invoicing app with FWH 16.08 (source code included)

Dear Sir,

Thanks for the nice sample.

If there are more items in Invoice. How can we detect end of page ? and start printing on next page.


Thanks & Regard
Yunus
by dagiayunus
Fri Mar 18, 2016 1:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Photo printing wizard
Replies: 4
Views: 704

Re: Photo printing wizard

#include "fivewin.ch"
function main()
ShellExecute(0,"Print", "c:\fwh\samples\rosa1.jpg",,1)
return nil
by dagiayunus
Thu Mar 17, 2016 10:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: How XBROWSE data base on perticular fields value - SOLVED!
Replies: 4
Views: 700

Re: How XBROWSE data base on perticular fields value (SOLVED)

Dear Sir,

Thanks for the solution.

We always learn something new from your post Sir.

Regards
Dagia Yunus.
by dagiayunus
Tue Mar 15, 2016 8:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: How XBROWSE data base on perticular fields value - SOLVED!
Replies: 4
Views: 700

How XBROWSE data base on perticular fields value - SOLVED!

Dear Sir I have database Item master having field ICODE,INAME etc. Second database is STOCK.dbf having field ICODE,WH_ID,STOCK, & set relation on ICODE and data records of Stock.dbf as below ICODE WH_ID QTY ITEM1 W1 10 ITEM1 W2 5 ITEM1 W3 5 How to browse ARTICLE.DBF and show Qty of WH_ID="W...
by dagiayunus
Tue Feb 02, 2016 3:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: bkeydown WITH GET using oDatabase
Replies: 2
Views: 373

Re: bkeydown WITH GET using oDatabase

Thanks Mr.Marcelo.

It works now.

Regards
by dagiayunus
Tue Feb 02, 2016 3:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: bkeydown WITH GET using oDatabase
Replies: 2
Views: 373

bkeydown WITH GET using oDatabase

Dear Sir, How to use trap F2 KEY using get with oDatabase // from sample dbf01.prg REDEFINE GET oDbf:First ID ID_NAME OF oDlg UPDATE oDbf:First:bKeyDown:= { |nKey| If( nKey == VK_F2, msginfo("F2 Pressed"), nil ) } give following error Error description: Error BASE/1005 No exported variable...
by dagiayunus
Thu Jan 21, 2016 1:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: emailing
Replies: 14
Views: 3161

Re: emailing

Dear dtussman

you need to #include "mail.ch" in your application.

regards
Yunus.
by dagiayunus
Thu Nov 26, 2015 2:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD FAQs
Replies: 87
Views: 19474

Re: ADORDD FAQs

Dear Sir

How to connect to MSSQL using ADORDD and Create Database/Table ?

Thanks & Regards
Yunus.
by dagiayunus
Thu Jun 25, 2015 2:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADO SQL VISIBILITY
Replies: 17
Views: 2988

Re: ADO SQL VISIBILITY

Dear EMG, AHF & RICK LIPKIN

Thanks for the valuable information.

Thanks & Regards
by dagiayunus
Wed Jun 24, 2015 2:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADO SQL VISIBILITY
Replies: 17
Views: 2988

ADO SQL VISIBILITY

Dear Sir(s)

I have one table in sql database. if USER1 is browsing ARTICLE
table and make some changes, how to to update/visible USER2 browse with the
same change?

Something like dbf. when we change records it update to every where.



Regards
Yunus.
by dagiayunus
Mon Apr 27, 2015 11:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Looking for employment or contracting work
Replies: 2
Views: 907

Re: Looking for employment or contracting work

Dear Mr.Rick Lipkin

Good morning,

I am from central africa, one of my friend needs software for restaurant.

I have email you on r1.1955@live.com , Kindly contact me dagiayunus@gmail.com.

Regards
Dagia Yunus.
by dagiayunus
Mon Apr 27, 2015 9:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: Full time programmer/support
Replies: 11
Views: 3437

Re: Full time programmer/support

Dear Mr.Rick Lipkin

Good morning,

I am from central africa, one of my friend need software for his restaurant.

I have email you on r1.1955@live.com , Kindly contact me dagiayunus@gmail.com.

Regards
Dagia Yunus.
by dagiayunus
Thu Jan 15, 2015 7:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Reading data from an excel-file
Replies: 7
Views: 3354

Re: Reading data from an excel-file

Dear Mr. driessen function main()   local cValue    myfile:=HB_CURDRIVE()+":\"+CURDIR()+"\"+"FileName.xls"    oExcel := CreateObject( "Excel.Application")    oWorkBook:=oExcel:WorkBooks:Open( MYFILE )    xl_Sht:=oWorkBook:WorkSheets(1):Name    oSheet :=oExcel:...
by dagiayunus
Tue Dec 23, 2014 10:31 am
Forum: FiveWin for Harbour/xHarbour
Topic: Merry Xmas!
Replies: 15
Views: 2112

Re: Merry Xmas!

क्रिसमस और नए साल की शुभकामनाएं
Best wishes for Christmas and a prosperous New Year
by dagiayunus
Sat Dec 20, 2014 4:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Harbour
Replies: 238
Views: 35083

Re: Migrating to Harbour

Hope this will work

Code: Select all

#include "fivewin.ch"
FUNCTION MAIN()
  local cvar:="hb_bitor(1,2)"
  ?&(cvar)
RETURN NIL
 
Regards