Search found 824 matches

by StefanHaupt
Wed Aug 07, 2013 10:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: VCard import
Replies: 21
Views: 4334

Re: VCard import

Rao, for each cAttr in { "TITLE", "GENDER", "KIND", "ORG", "ROLE", "NICKNAME", "NOTE" }          if c = cAttr + ';'             OSend( Self, "_c" + cAttr, cVal )  // ???             lAssigned := .t.             exit     ...
by StefanHaupt
Mon Aug 05, 2013 9:39 am
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing the new FW Strings API
Replies: 30
Views: 14895

Re: Introducing the new FW Strings API

here is the german translation static aStrings := { { "Attention", "Atención","Attention", "Achtung" },;        { "PDF Plugin Error", "Error del plugin de PDF", "Erreur de plugin du PDF", "PDF Plugin Fehler" },;        {...
by StefanHaupt
Mon Aug 05, 2013 7:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: WebDav access
Replies: 0
Views: 317

WebDav access

Hi all,

does anyone has an idea how to access a webdav server with fwh ?
by StefanHaupt
Tue Jul 09, 2013 6:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: Reports designers comparison
Replies: 37
Views: 18131

Re: Reports designers comparison

Don´t forget MyReport from Charles. It´s written in fivewein an has a designer.
by StefanHaupt
Thu Jun 13, 2013 8:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: Fivedroid on Qt
Replies: 135
Views: 31311

Re: Fivedroid on Qt

Tim,

that was just a vote for the further develpment of Fivedroid. In reality the market situations lead us to the decision for which OS we develop the programs.

The idea of Antonio sound great, to have one source for different operation systems. I hope it´s possible.
by StefanHaupt
Wed Jun 12, 2013 9:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: Fivedroid on Qt
Replies: 135
Views: 31311

Re: Fivedroid on Qt

Antonio, I have no interest in Android or Google. My clients need tablets for their business, and there is no cheap Android device for that ! I have a Win 8 Samsung tablet, and I can do anything on it that is professional ! Many people feel the same, and Microsoft is selling plenty of Surface table...
by StefanHaupt
Wed Jun 12, 2013 9:25 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with an application using ADO
Replies: 63
Views: 7829

Re: Problems with an application using ADO

Should this fix be applied to older versions of fwh, too ?
by StefanHaupt
Tue Jun 11, 2013 6:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: Fiveweb - xbrowse
Replies: 2
Views: 653

Re: Fiveweb - xbrowse

Andre, that does not work, I get a runtime error FiveWeb error Application =========== Path and name: E:\xampp\cgi-bin\browse.exe (32 bits) Time from start: 0 hours 0 mins 0 secs Error occurred at: 06/11/13, 08:44:44 Error description: Error BASE/1081 Argument error: + Args: [ 1] = C RNR RCODE BCODE...
by StefanHaupt
Mon Jun 10, 2013 2:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Fiveweb - xbrowse
Replies: 2
Views: 653

Fiveweb - xbrowse

Hi friends, does anyone has a sample how to browse a dbf with fiveweb ? The following does not work, the browse is empty #include "FiveWeb.ch" function Main()    local oDlg, oBtn, oBrw   SET THEME TO "humanity"    DEFINE DIALOG oDlg TITLE "Veranstaltungen" ;       SIZE ...
by StefanHaupt
Tue May 28, 2013 7:10 am
Forum: FiveWin for Harbour/xHarbour
Topic: Multithreading
Replies: 34
Views: 5025

Re: Multithreading

Enrico, just to understand, what could be the advantages using MT instead of ST ? What functions could be put in threads ? Im my understanding a database application is a single thread application with single tasks, e.g. browsing a dbf or searching in a dbf. What can be done, to get simultaneous tas...
by StefanHaupt
Mon May 27, 2013 1:27 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Mozilla Thunderbird
Replies: 4
Views: 804

Re: Mozilla Thunderbird

If Thunderbird is your default email client, you can use TMapi to send mails with Thunderbird. DEFINE MAIL oMail ;       SUBJECT ::cInfoHead ;       TEXT ::cMailText;       FILES cFile, ::cMailDescription  ;       TO ::cMailAdr ;       FROM USER ;       RECEIPT   ACTIVATE MAIL oMail   nError := oMai...
by StefanHaupt
Fri May 24, 2013 7:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: Simulate blinking of a character
Replies: 8
Views: 1126

Re: Simulate blinking of a character

xHarbour has the function ColorToN (cColor) to convert a clipper color string to a numeric color
by StefanHaupt
Fri May 03, 2013 10:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: TO Enrico...
Replies: 14
Views: 1305

Re: TO Enrico...

:D Happy Birthday :D
by StefanHaupt
Mon Apr 15, 2013 6:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: error with group
Replies: 2
Views: 422

Re: error with group

groups have no accelerator
by StefanHaupt
Fri Apr 12, 2013 6:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: RICHEDIT - Color Text
Replies: 2
Views: 448

Re: RICHEDIT - Color Text

select the text you want to colorize and use method SetTextColor() from trichedit.