Search found 249 matches

by Jack
Tue Feb 25, 2020 5:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to print PDF file without GUI?
Replies: 17
Views: 4963

Re: How to print PDF file without GUI?

Hi,
I use this :


wfile:="c:\apps\test.pdf"

if file(wfile)
shellexecute( 0 , "print" , wfile)
sysrefresh()
syswait(3)
*
endif

Try it,

Philippe
by Jack
Tue Feb 25, 2020 4:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Web-based vs. Desktop Software: Which Is Better?
Replies: 16
Views: 2381

Re: Web-based vs. Desktop Software: Which Is Better?

Otto,
Forms is dialog , it is all about Say Get Listbox Combo Xbrowse .

It is what is displayed on screen .

Thanks,

Philippe
by Jack
Tue Feb 25, 2020 2:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Web-based vs. Desktop Software: Which Is Better?
Replies: 16
Views: 2381

Re: Web-based vs. Desktop Software: Which Is Better?

Hi,

What about FORMS ?

For the speed, i thing that all Bank have a web platform in other to find or encode information .

Thanks .

Philippe
by Jack
Mon Feb 24, 2020 1:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Web-based vs. Desktop Software: Which Is Better?
Replies: 16
Views: 2381

Re: Web-based vs. Desktop Software: Which Is Better?

Hi to all .

I think that in web application , forms and list are very important .

Is the design of screen integrated in modharbor ?
Is modharbor able to convert a RC file to HTML code ?

Could you clarify this aspect ?

Thanks for all the job ,

Philippe
by Jack
Wed Jan 22, 2020 3:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Mobile App Development
Replies: 28
Views: 5164

Re: Mobile App Development

Hello,
We need a step by step process .

I ask me a lot question about forms .
We need a form designer integrated .

Thanks for your help,

Philippe
by Jack
Fri Dec 20, 2019 9:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: Mapi Outlook .. send mail silently
Replies: 15
Views: 2125

Re: Mapi Outlook .. send mail silently

Hi , I think i have the solution , if you place the instruction oMailItem:Invoke("Send") , it is in silent mode . Good luk and marry Christmas . Philippe #include "fivewin.ch" function main() local oOutLook,oMailItem oOutLook := TOleAuto():New("Outlook.Application") oMa...
by Jack
Fri Nov 22, 2019 9:55 am
Forum: mod_harbour
Topic: Excel Saveas error
Replies: 2
Views: 651

Re: Excel Saveas error

Hi ,
Are you shure you have the right to write in this map : c:\temp

Just a suggestion .
by Jack
Thu Nov 14, 2019 3:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse jpg in SQL-database
Replies: 19
Views: 3294

Re: xBrowse jpg in SQL-database

Hi,
Is it the same with DOCX or XLSX or PDF ?

What is the instruction to read the file saved in a sql table and display it with WORD or Excel or PDF Viewer ?

Should we read from the blob field, save it to the disk with MEMOWRITE or FWRITE and the open the files ?

Thanks for your help .

Philippe .
by Jack
Fri Oct 25, 2019 1:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Belgian eID
Replies: 5
Views: 826

Re: Belgian eID

Hi ,
Could somenone help us to translate in Harbour fivewin syntax ?

Thanks
by Jack
Tue Oct 22, 2019 10:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowser does not appears after window
Replies: 12
Views: 1141

Re: xbrowser does not appears after window

Hi,
You have to place the XBROWSE bitween DEFINE WINDOW AND ACTIVATE WINDOW .
by Jack
Sat Oct 05, 2019 7:51 am
Forum: mod_harbour
Topic: Uwe's Installer - Mod Harbour in 15 min
Replies: 6
Views: 1032

Re: Uwe's Installer - Mod Harbour in 15 min

Charles ,

http://forums.fivetechsupport.com/viewt ... =0#p226224

I try the link but not possible to login with demo and 1234 ??

Thanks .
by Jack
Thu Oct 03, 2019 6:18 am
Forum: mod_harbour
Topic: Uwe's Installer - Mod Harbour in 15 min
Replies: 6
Views: 1032

Re: Uwe's Installer - Mod Harbour in 15 min

It is not possible to download the ZIP file (ie or Edge)

Thanks
by Jack
Thu Oct 03, 2019 6:15 am
Forum: mod_harbour
Topic: Uwe's Installer - Mod Harbour in 15 min
Replies: 6
Views: 1032

Re: Uwe's Installer - Mod Harbour in 15 min

Thanks for this info . 1) Is it on a Windows 7 or Windows 10 . 2) Is it possible to see a demo of a web application written with mod Harbour . This means : First screen : User name + password Next screen : List of Customer + button to show detail of the active customer Next screen : Detail of the pr...
by Jack
Thu Jun 20, 2019 11:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: ODDE OLE with WORD
Replies: 2
Views: 460

Re: ODDE OLE with WORD

Hi,
No answer about this ?

Thanks
by Jack
Wed Jun 19, 2019 2:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ODDE OLE with WORD
Replies: 2
Views: 460

ODDE OLE with WORD

How to transpose this from DDE to OLE syntax :

odde:execute('[EditBookmark .Name="STARTDOC",.GoTo ]')

ww:="A text"
odde:execute('[Insert "&ww" ]')
odde:execute('[NextCell() ]')

The purpose is to migrate form DDE -> OLE with Word

Thanks