Search found 19 matches: methode

Return to advanced search

ERROR function FW_ShowAdoError()

... Microsoft Visual C 19.32.31332 (64-bit) Windows 10 64 Bits, version: 10.0, Build 19045 Error description: Error BASE/1004 Keine exportierte Methode: ERRORS Args: [ 1] = U Stack Calls =========== Called from: => ERRORS( 0 ) Called from: .\source\function\ADOFUNCS.PRG => FW_SHOWADOERROR( ...
by Jimmy
Thu Sep 07, 2023 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR function FW_ShowAdoError()
Replies: 2
Views: 154

Re: Corrector ortográfico

hi, as i can say CheckSpelling-Methode is "just" the Start Point https://learn.microsoft.com/de-de/office/vba/api/word.document.checkspelling you need to write a CLASS and include Method ::nextWord() METHOD ...
by Jimmy
Thu Jan 12, 2023 1:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Corrector ortográfico
Replies: 3
Views: 429

Re: CLASS fwTVCL for IP-TV

... c:\minigui\Samples\vlc\myplayer.prg * VideoLan VLC ActiveX demo * * Author: Carlos Vargas <cvargaz[at]donboscocorp.com > i have not used all Methode for IP-TV Player but add new Method   METHOD VLCevent( cEvent, aParams )   METHOD VLCstate() and Property   DATA lStream   DATA ...
by Jimmy
Tue Aug 02, 2022 8:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS fwTVCL for IP-TV
Replies: 12
Views: 735

Find out the range of a excel-sheet

Hi, I have to import an excel file into a database an now I'm using the oSheet:Cells( nRow, nCol ):Value methode to read the first column to know how many records the are, and read the fist row , how many colums to import. Then I can use GetExcelRange() Is there a faster way ...
by Marc Vanzegbroeck
Thu Dec 05, 2019 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Find out the range of a excel-sheet
Replies: 4
Views: 385

Re: API xHarbour 1.2.1 to Word

... Architektur. Daher gibt es keine Type Libraries (weil Windows-spezifisch) und somit auch keine Möglichkeit, die verfügbaren Instanzvariablen, Methoden und Parameter mit einem Typelib-Browser zu erkunden und in knapper Form zu dokumentieren. Was bleibt, ist die im Web als PDF und HTML erhältliche ...
by Jimmy
Sat Sep 07, 2019 10:44 am
 
Forum: All products support
Topic: API xHarbour 1.2.1 to Word
Replies: 1
Views: 1693

Re: SOAP WebService

Hi, It seems stat I only have a problem with receiving arrays. If a call a method that returns a INT, i receive it without problems. If the methode returns this, I have an object. List<vehilcle> = List of vehicles If the methode returns this, I have a value. int? = Driver id Does anyone ...
by Marc Vanzegbroeck
Thu Mar 20, 2014 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SOAP WebService
Replies: 11
Views: 3554

was bedeutet das ||

... die ihm in diesem Moment gereicht werden. Der erste Parameter enthält die Position des Mauszeigers (der dritte enthält das Objekt, das die Methode besitzt): Code: Alles auswählen oXbp:LbClick := {|aPos|MsgBox("Mausposition: "+Var2Char(aPos))} Wir haben hier also einen Codeblock ...
by Otto
Wed Jan 16, 2013 5:19 pm
 
Forum: All products support
Topic: was bedeutet das ||
Replies: 0
Views: 924

SQL Recordset delete problem

Hi, I'm testing the delete-methode of a recordset and always get an error. If testing it with oRs:delete(1) The oRs:addnew methode is working fine. Is there a permition for deleting in a recordset that I must set. Normally I delete records ...
by Marc Vanzegbroeck
Fri Nov 09, 2012 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL Recordset delete problem
Replies: 10
Views: 2820

Find on more FIELDS with ADO

... field. With DBF I could do a locate for FIELD1 =.. .and. FIELD2=... How can I do this with ADO on a recordset. According to the info of the FIND-methode I can only specify 1 field. Required. The column name, comparison operator, and value to use in the search. Examples: "Country='Norway'" ...
by Marc Vanzegbroeck
Thu Oct 18, 2012 6:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Find on more FIELDS with ADO
Replies: 2
Views: 494

Re: ADD MY FUNCTION to F1 KEY ?

avista,

You have to comment these lines in keydown() methode of tWindows

Code: Select all  Expand view
*if nKey == VK_F1
*   ::HelpTopic()
*   return 0
*endif
by Marc Vanzegbroeck
Sun Oct 14, 2012 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADD MY FUNCTION to F1 KEY ?
Replies: 7
Views: 1200

xBrowse - LDblClicked ??

... is close. why...? oBrw:LDblClicked := {|| txtKode := oResAcct:Fields("kode"):Value, oDlg:end() } if i use Enter key with bKeyDown methode, the result is Oke.. sameone can help me..? Mulyadi.
by Mulyadi
Mon Sep 24, 2012 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - LDblClicked ??
Replies: 5
Views: 959

Re: Problem in listbox (to Antonio)

To Antonio. Antonio, I looked to some previous versions of FWH. In FWH 9.01 till 9.11, the setpage methode is commented out completely. In FWH 9.12, the methode is activated. At this moment, the problem has started. I comment it out again (also in FWH 10.1) and everything ...
by driessen
Mon Feb 01, 2010 12:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in listbox (to Antonio)
Replies: 15
Views: 2598

Re: XML Parser

Enrico, I try with your sample I still have an error on line 18 Open methode ===> oRs:Open( oStream ) Here is my code : #include "fivewin.ch" FUNCTION MAIN() LOCAL oStream, oRs LOCAL i msgalert(MEMOREAD( "TEST.XML" )) oStream = CREATEOBJECT( ...
by Jack
Sat Feb 14, 2009 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML Parser
Replies: 9
Views: 1595

... New oGet nAmount valid calculate() or ::calculate() oGet nPrice valid calculate() or ::calculate() oSay nTotal return Self func calculate() return METHODE calculate Return nil What would be the right way to define the variables (nAmount,nPrice): static, local and pass them, DATA? Hope you will ...
by Otto
Wed Dec 05, 2007 2:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question to classes
Replies: 7
Views: 1229

Thank you. I have verion 07.11 and I can't find lRefreshOnlyData 2 times in the methode. Regards, Otto METHOD Seek( cSeek ) CLASS TXBrowse local uBook, uSeek local nFor, nRows local lRefresh if ::bSeek == nil return nil endif If cSeek == nil if !Empty(::cSeek) ...
by Biel EA6DD
Mon Nov 12, 2007 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - incremental search
Replies: 5
Views: 1003
Next

Return to advanced search