Search found 15 matches: telefon

Return to advanced search

Re: Compare structure of DBF on 2 locations

1) Is there any method to delete Column?

No.
2) Has aColSpec more than one field? for example {{"name", "C", 100,0}, {"telefon","C",20,0}


Only one column.

3) Is AlterColumn means can change type, len, dec for a specified fieldname?


Yes.
by nageswaragunupudi
Tue Apr 07, 2020 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compare structure of DBF on 2 locations
Replies: 10
Views: 1382

Re: Compare structure of DBF on 2 locations

... cTable, aColSpec ) 2) Has aColSpec more than one field? for example {{"name", "C", 100,0}, {"telefon","C",20,0} 3) Is AlterColumn means can change type, len, dec for a specified fieldname?
by Horizon
Tue Apr 07, 2020 1:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compare structure of DBF on 2 locations
Replies: 10
Views: 1382

Re: Unwanted system-popup on xBrowse-right-cellmouseclick

... REDEFINE XBROWSE oBrw5 ID 110 OF oFld:aDialogs[ 4 ] AUTOSORT ; COLUMNS { "NACHNAME", "VORNAME", "SIGNAL", "TELEFON", "QUALIFIKAT" } ; ALIAS "PFLEGER" oBrw5:lFooter := .T. But it is very interesting
by cnavarro
Mon Jul 25, 2016 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unwanted sys-popup on xBrowse-right-cellclick (solved)
Replies: 7
Views: 1817

Unwanted sys-popup on xBrowse-right-cellclick (solved)

... same result : REDEFINE XBROWSE oBrw1 ID 110 OF oFld:aDialogs[ 4 ] ; COLUMNS { "NACHNAME", "VORNAME", "SIGNAL", "TELEFON", "QUALIFIKAT" } ; ALIAS "PFLEGER" http://www.pflegeplus.com/IMAGES/Xbrwpopup2.jpg
by ukoenig
Sat Jul 23, 2016 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unwanted sys-popup on xBrowse-right-cellclick (solved)
Replies: 7
Views: 1817

Re: Fulltextsearch (to Marco Boschi)

Gale, specially have the following scenario in mind: address table: Company, First, Last, Street, Zip, City, Telefon Index 1, ..., n: Company, First + Last, Last, Street, Zip, City, Telefon You need more than one HiPer-SEEK index, if you want to search separately in different ...
by frose
Tue Nov 09, 2010 8:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltextsearch (to Marco Boschi)
Replies: 36
Views: 9413

Re: FastReport

... := "TestCompany 2009" local cAddr1 := "Addr1 " local cAddr2 := "Addr2 " local cAddr3 := "Addr3 " local cTelefon := "Telefon" local cFax := "Fax " local NCOL := 0 local X := 0 oFr := frReportManager():New() oFr:SetIcon( 1 ) aadd(adaten,{ ...
by Otto
Sun Oct 04, 2009 7:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FastReport
Replies: 23
Views: 9953

Codepage chars on button bar...

... BUTTONBAR oBar OF oWndMain SIZE 60, 60 2007 DEFINE BUTTON OF oBar RESOURCE "attach" PROMPT "ŠĐŽČĆ" DEFINE BUTTON OF oBar RESOURCE "telefon" PROMPT "Telefon" SET MESSAGE OF oWndMain TO "Codepage characters: ŠĐŽČĆb " CLOCK KEYBOARD 2007 ACTIVATE WINDOW oWndMain MAXIMIZED ...
by bosibila
Thu Oct 16, 2008 10:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codepage chars on button bar...
Replies: 3
Views: 931

A converter from text-file ( with delimiters ) to DBF ?

Hello, i have to create a converter from Text to DBF. The textfile can have many texlines and is the result of another software. ( telefon-calls ) The first thing i have to do is to create a empty DBF with the fieldnames of the first text-line. Second : a scanning of each textline for delimiter ...
by ukoenig
Mon Aug 18, 2008 9:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A converter from text-file ( with delimiters ) to DBF ?
Replies: 29
Views: 7256

Hardware for telefon-marketing

Hello Armando,

The hardware comes together with software.
Have a look at the software and be sure,
that there is a easy support in both directions for you.
With my customer, i didn't have the choice.

Regards
Uwe :lol:
by ukoenig
Wed Aug 06, 2008 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To read the telephone number
Replies: 7
Views: 1792

Read the telefon number

Hello Armando, I had a look at the source, as i told you. The customer of mine owns a extra hardware for his telefon. Together comes a software, handling all incomming and outgoing calls. There is a switch in the software, that at start it is possible, to read from memory a telefon-number. ...
by ukoenig
Wed Aug 06, 2008 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To read the telephone number
Replies: 7
Views: 1792

Ukoenig: Thanks for your reply I would say, ask the telefon-provider at first for functions, to include in your software. Ok, I will for a customer of mine, i included a function for this. I will have to look at the source how it works, because i have ...
by Armando
Tue Aug 05, 2008 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To read the telephone number
Replies: 7
Views: 1792

Phone number

... ago. As far i can remember, it was impossible to connect directly. The provider offered some c-functions for the connection. I would say, ask the telefon-provider at first for functions, to include in your software. Best regards uwe :lol:
by ukoenig
Tue Aug 05, 2008 1:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To read the telephone number
Replies: 7
Views: 1792

... steuer.doc EMAIL@KATEGORIE@ANREDE@NAME@LANDFELD@VORNAME@ZUSATZ@STRASSE@LKZ@PLZ@ORT@BRIEFANRED@TITEL@Z_HD@FIRMA@BEGLEITUNG@KIND1@KIND2@KIND3@KIND4@TELEFON@FAX KURT,HÖLZL.lkz@SOMMER@An@HÖLZL@@KURT@@ROSENGASSE 11@A@1090@WIEN@Sehr geehrte Frau HÖLZL@@@@@@@@@1090@1090 #include "FiveWin.ch" ...
by Otto
Sun Jul 20, 2008 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I require some work done - eMail Merge Feature
Replies: 32
Views: 7353

... #ENDIF RETURN nil static function DelPrnt(nDelTime) LOCAL oTimer,lWaitIng := .F.,oDlg nDelTime := nDelTime * 1 DEFINE DIALOG oDlg RESOURCE "TELEFON" ACTIVATE DIALOG oDlg CENTERED ; ON INIT(oTimer := TTimer():New( nDelTime,{||oTimer:Deactivate(),lWaiting := .T.,oDlg:End()},oDlg ),oTimer:Activate()) ...
by Otto
Thu Dec 27, 2007 10:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: opos drivers for cash drawers, mage strip readers, printers
Replies: 8
Views: 5082

Antonio, if you change the folder caption to @ 0.5, 10 FOLDER oFld PROMPT "Hotel","Kasse","Telefon","Diverse","frei" ; OF oDlg SIZE 160, 90 then you get wrong folders back. Regards, Otto #include "FiveWin.ch" //----------------------------------------------------------------------------// ...
by Otto
Mon Nov 26, 2007 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drag & drop folder
Replies: 11
Views: 2404

Return to advanced search