ERP + IDE (inhouse solution)
Database view editor, Dialog editor, Menu editor, Script editor, Report editor, Dictionary (tables, indexes, relations), SQL query builder, ...
all in Windows, Linux and DOS version...
mx.info-net.rs/rws_demo.mp4
Search found 11 matches
- Sat Aug 18, 2018 4:38 pm
- Forum: Utilities / Utilidades
- Topic: FiveWin applications gallery
- Replies: 52
- Views: 56335
- Tue Aug 08, 2017 2:59 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Pro's and Contra's fom Resources or Coded screens
- Replies: 47
- Views: 12063
Re: Pro's and Contra's fom Resources or Coded screens
As you can see in this video (01:08), coordinates for this TGet object is (3,2) in virtual rows also it depends on default font size in app. Name of this object is 'm_sifra' and its created with __ObjAddData method of TDialog class. Complete reference is: _self:m_sifra:cText for example. Its created...
- Mon Aug 07, 2017 9:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Pro's and Contra's fom Resources or Coded screens
- Replies: 47
- Views: 12063
Re: Pro's and Contra's fom Resources or Coded screens
We use 'Coded screens' in our IDE. Every identity (dialog, menus, reports, scripts, data view) in app is described via metadata, stored in database and it can be executed in every OS (Windows app, Linux terminal, Windows terminal) and at the end of this year HTML app. Here is some video about our ID...
- Sat Apr 22, 2017 1:08 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TPrinter problem
- Replies: 8
- Views: 1321
TPrinter problem
I have such problem, if report is printed to .pdf directly it creates file difrrent than if I use option Export to PDF from preview menu. Its same report just printer 2 times with out without preview mode. With preview mode it create file in my example with size: (1,503,600 bytes test-a.pdf) and as ...
- Sat Mar 25, 2017 12:55 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWMARIADB 17.03 Fast Loading/Browsing Very Large Tables
- Replies: 19
- Views: 4035
Re: FWMARIADB 17.03 Fast Loading/Browsing Very Large Tables
How many is minimum ? or ... maybe minimum budget for this ?nageswaragunupudi wrote:As of now, we do not have any plans.Is there any chance for 'FWPOSTGRESDB' ?
We would consider if we see many users interested in it.
- Sat Mar 25, 2017 11:01 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWMARIADB 17.03 Fast Loading/Browsing Very Large Tables
- Replies: 19
- Views: 4035
Re: FWMARIADB 17.03 Fast Loading/Browsing Very Large Tables
Thats realy amazing !
Is there any chance for 'FWPOSTGRESDB' ?
Is there any chance for 'FWPOSTGRESDB' ?
- Wed May 11, 2016 5:59 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ActiveX problem
- Replies: 5
- Views: 1128
Re: ActiveX problem
I'm using SQLRDD xHarbour in my app for PostgreSQL access.
As far I can see this is faster then ADORDD. Em I wrong maybe ?
As far I can see this is faster then ADORDD. Em I wrong maybe ?
- Wed May 11, 2016 4:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ActiveX problem
- Replies: 5
- Views: 1128
Re: ActiveX problem
It's same ... program just stop. Hothing happens.
I have Win10.
I have Win10.
- Wed May 11, 2016 9:08 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ActiveX problem
- Replies: 5
- Views: 1128
ActiveX problem
I have FiveWin 15.01 and xHarbour 1.2.3 Intl. (SimpLex) (Build 20151110) and I cant run any example with ActiveX.
Program hand at this point:
Activex.prg (line 77): ::hActiveX = CreateActiveX( ::hWnd, cProgID, Self )
Thanks ...
Program hand at this point:
Activex.prg (line 77): ::hActiveX = CreateActiveX( ::hWnd, cProgID, Self )
Thanks ...
- Fri Jan 22, 2016 1:53 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ICON question
- Replies: 2
- Views: 585
Re: ICON question
GREAT !!!
Tx
Tx
- Thu Jan 21, 2016 10:50 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ICON question
- Replies: 2
- Views: 585
ICON question
I can't change size of icon on dialog, it allways show at 32x32 pixels. As you can see in icon.prg CLASS TIcon FROM TControl .... METHOD New( nRow, nCol, cResName, cIcoFile, lBorder, bClick,; oWnd, lUpdate, bWhen, nClrFore, nClrBack ) there is only nRow and nCol parameters. Is there any way to show ...