Search found 34 matches
- Fri Oct 17, 2014 8:23 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FiveWeb ERP demo
- Replies: 13
- Views: 4562
Re: FiveWeb ERP demo
With all the new flavors coming up in the web world, we have updated certain FiveWeb classes to adapt to responsive HTML5 + CSS3 mobile / tablet applications look and feel.
- Mon Oct 13, 2014 10:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FiveWeb ERP demo
- Replies: 13
- Views: 4562
Re: FiveWeb ERP demo
Mr. Raj, This is really nice. I see it is FiveWeb as I got an error when trying to generate a PDF under import reports. This is really exciting!! Does FiveWeb support MS SQL? Did you add location services as well? I have a big need from a very large, high profile customer and would love to try Five...
- Mon Oct 13, 2014 10:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FiveWeb ERP demo
- Replies: 13
- Views: 4562
Re: FiveWeb ERP demo
Gagan, So happy to see that finally some users realize the power of FiveWeb :-) thanks for your demo. I guess that many users may be interested in reviewing your source code. If you could share some portions of it, many of us will appreciate it :-) George, Yes, you can use MS SQL, in fact you can u...
- Mon Oct 13, 2014 10:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FiveWeb ERP demo
- Replies: 13
- Views: 4562
Re: FiveWeb ERP demo
Mr. Raj, This is really nice. I see it is FiveWeb as I got an error when trying to generate a PDF under import reports. This is really exciting!! Does FiveWeb support MS SQL? Did you add location services as well? I have a big need from a very large, high profile customer and would love to try Five...
- Mon Oct 13, 2014 10:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FiveWeb ERP demo
- Replies: 13
- Views: 4562
Re: FiveWeb ERP demo
Mr. Raj, Your website looks great and professional. Did you develop it using only FiveWeb? Regards, George Hello George, Yes! The entire web application has been made using FiveWeb. In fact we have done something very very unusual !! We have generated interpreted programming using FIVEWIN & FIV...
- Mon Oct 13, 2014 11:07 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FiveWeb ERP demo
- Replies: 13
- Views: 4562
FiveWeb ERP demo
Please follow the link and information at page:
http://mercidb1.com/app/demo/
If your ISP or country blocks this site, you may use a proxy site for this.
http://mercidb1.com/app/demo/
If your ISP or country blocks this site, you may use a proxy site for this.
- Sat Oct 11, 2014 1:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: First worldwide FiveWin developers conference!!!
- Replies: 23
- Views: 4660
Re: First worldwide FiveWin developers conference!!!
Fiveweb is a lovely lovely lovely product I have seen so far as a web cgi application development platform. I have been using the same since last month only and have been able to develop a genuine ERP upon it.
Thanks and hats off to Antonio for the same.
Thanks and hats off to Antonio for the same.
- Wed Sep 10, 2014 8:28 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Apache Internal Error
- Replies: 0
- Views: 243
Apache Internal Error
Please help...
When I link the libmysql.lib into my Fiveweb application, the browser (on windows) shows the error: Internal Server Error or Misconfiguration.
When I do not use this library, the Fiveweb application runs fine.
Please guide what to do.
When I link the libmysql.lib into my Fiveweb application, the browser (on windows) shows the error: Internal Server Error or Misconfiguration.
When I do not use this library, the Fiveweb application runs fine.
Please guide what to do.
- Sun Dec 22, 2013 7:05 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Whatsapp
- Replies: 1
- Views: 578
any final source code for using whatsapp
- Fri Aug 30, 2013 3:55 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: DLL Error...
- Replies: 0
- Views: 305
DLL Error...
VB based dll api syntex is as follows: Function FSDKVB_GetCameraList( ByRef CameraList As Variant, ByRef CameraCount As Long ) As Long How can I declare the DLL32 Function ..... for this API? I tried: DLL32 FUNCTION FSDKVB_GetCameraList( @aCameras AS PTR, @nCameras AS PTR ) AS LONG PASCAL LIB "...
- Fri Jun 21, 2013 7:00 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: TFolderEx scroll in a folder
- Replies: 0
- Views: 316
TFolderEx scroll in a folder
I have too many options in the first tab (folder). How to enable vertical scroll?
- Thu May 09, 2013 2:26 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse Design Mode...
- Replies: 4
- Views: 701
Re: xBrowse Design Mode...
Thanks for the reply. But I was not able to find the file: xbrwgen.prg in samples folder. Can you please provide here?
- Wed May 08, 2013 1:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse Design Mode...
- Replies: 4
- Views: 701
xBrowse Design Mode...
Any sample to use DESIGN mode for xBrowse??
- Sat Apr 06, 2013 9:34 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Amount to words
- Replies: 4
- Views: 1053
Re: Amount to words
*-------------------------------------------------------------------------------* function fig2wrd( nNum, cCurr, cPaise ) local cNum := i2c( nNum ), cRet := '', cDec := '' cCurr := iif( cCurr = NIL, 'Rupees', cCurr ) + ' ' cPaise := iif( cPaise = NIL, 'Paise' , cPaise ) + ' ' if '.' $ cNum cDec := s...
- Sat Apr 06, 2013 6:31 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Amount to words
- Replies: 4
- Views: 1053
Amount to words
If you need to convert amount to words, I have a nice code ready for this purpose.
Example: Net Amount: 2500.00
In Words: Two Thousand Five Hundred Only
Please inform if anyone require this.
Example: Net Amount: 2500.00
In Words: Two Thousand Five Hundred Only
Please inform if anyone require this.