Search found 37 matches: initiated

Return to advanced search

Re: Chilkat's ActiveX

... harbor system will automatically unload them if they do not have memory links. oHttp := Nil oReq := Nil To terminate the Chilkat control Handle initiated by the GLOBAL Resource use Method FinalizeThreadPool() The prg below is used for initializing and closing the dll. #Include "FiveWin.ch"STATIC ...
by Giovany Vecchi
Fri May 10, 2024 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Chilkat's ActiveX
Replies: 2
Views: 62

Re: Program techniques : change indexorder or use aliases

... need usually. You will, however, run into speed issues when the PC has limited RAM. OOP databases open a new copy of a database each time they are initiated. So you may have several copies of the same database open at once. oCustomer1:= TCustomer():new() oCustomer2:= TCustomer():new() Without using ...
by James Bott
Mon Nov 02, 2020 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program techniques : change indexorder or use aliases
Replies: 4
Views: 691

Re: UE Studio Config - Harbour 3.0, MSVC, FWH

... the problem is likely with what is occurring in the batch file you're calling. If that process returns immediately then the next command would be initiated. Thanks, Troy Best regards Otto
by Otto
Wed Jan 15, 2020 7:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UE Studio Config - Harbour 3.0, MSVC, FWH
Replies: 52
Views: 18797

Nirsoft DLL Export Viewer

... is called, your debugger should break in the entry point of that function, and then you can look at call stack and go backward into the code that initiated this API call. https://www.nirsoft.net/utils/dll_export_viewer.html Regards
by Baxajaun
Tue Jul 03, 2018 10:06 am
 
Forum: Utilities / Utilidades
Topic: Nirsoft DLL Export Viewer
Replies: 1
Views: 614

Re: Tcalex problems

I initiated this method to print the week someone can help me to build it ? IF oApp():oCalex:IsKindOf( "TWeekView" ) oApp():oCalex:oView:printWeek() Endif METHOD PrintWeek() METHOD PrintHourHorzLines(oPrn,nTop) not ...
by Silvio.Falconi
Wed Oct 18, 2017 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tcalex problems
Replies: 15
Views: 2412

Re: ADO RDD xHarbour

... are automatically called so please dont forget to issue dbcommit after each transaction or data wont be saved. In this trial transacts are initiated in the first lock and ended in the first dbcommit. Thanks
by AHF
Mon Apr 06, 2015 8:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 448116

Re: ADO RDD xHarbour

... and relations emulating 100% ISAM as dbf and ADS. 2) Concurrent access with Transactions. I dont foresee problems in other features but still not initiated. As I told you I'm not looking yet for field replaces ,writes etc. It should work but I really can not tell. Last version its in trial with ...
by AHF
Mon Apr 06, 2015 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 448116

Re: click a area of Tpanel control

... We Initiated from 3 octave because a C with 130,8 is a good listen --- I'll like Know How make instrument path ( piano, guitar, drum) Static aTone := { ...
by Silvio.Falconi
Wed Dec 31, 2014 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: click a area of Tpanel control ( Creating a Piano)
Replies: 18
Views: 5401

Re: New Rating Class

... I remember you the class not make the Half colorize but only the full colorize this is the Project TRating. I hope you help me to modify it I Initiated from TAgCloud class. #include "FiveWin.ch"//------------------------------------------------------------------------------------------//CLASS ...
by Silvio.Falconi
Wed Dec 17, 2014 7:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Rating Class
Replies: 60
Views: 19626

Re: XBROWSE : SortArrayData (FWH1402)

... Refresh() should not be called till all variables and parameters are set by the programmer and either CreateFromCode() is called or Dialog initiated. Data like aDisplay, SelectedCol(), etc. have meaning and can be used at runtime only after the browse is displayed atleast once. Premature ...
by nageswaragunupudi
Wed May 07, 2014 7:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : SortArrayData (FWH1402)
Replies: 2
Views: 596

How save a filter string ?

... save on a file and use a dialog to call one filter (or modify it) but I not found how create this feature To create the filter creation utility I initiated from a Nages sample xbrowse array (I found it on samples folder ) I not Know how call the filter saved and insert it on xbrowse table I use ...
by Silvio.Falconi
Sat May 04, 2013 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How save a filter string ?
Replies: 0
Views: 308

Re: TO ANTONIO, TO CHARLES MyRpt of Charles

... I use library Fivewin from 1991 ( before with clipper ) and I never Known it could be only a Library and not an Ide.... there are many projects initiated and not finished.... Perhaps you not have the same problems I have with customers...I wish Know how you resolved the problem to have a user ...
by Silvio.Falconi
Thu Oct 25, 2012 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO ANTONIO, TO CHARLES MyRpt of Charles
Replies: 29
Views: 7283

[SOLVED] How to start a conditional radio

... change" definitions. The code works correctly if each of the radio menus starts in the first position, but crashes if any other position is initiated. I need to be able to start sometimes with a non-first position and cannot see how I should establish the three radio menus to achieve this. ...
by Ross_ValuSoft
Sat Jul 21, 2012 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: [SOLVED] How to start a conditional radio
Replies: 0
Views: 392

Re: Twbrowse - error : Bound array access

... sure how you can get a -3 value for the row pointer. The 0 pointer probably means you have a empty array; either it was empty when the browse was initiated, or the user deleted all the records. Please check your code to make sure you are adjusting the array length value in the Browse (oLbx:nAt) ...
by xhbcoder
Thu Jul 07, 2011 5:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Twbrowse - error : Bound array access
Replies: 16
Views: 6359

Re: Twbrowse - error : Bound array access

... sure how you can get a -3 value for the row pointer. The 0 pointer probably means you have a empty array; either it was empty when the browse was initiated, or the user deleted all the records. Please check your code to make sure you are adjusting the array length value in the Browse (oLbx:nAt) ...
by James Bott
Tue Jun 21, 2011 12:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Twbrowse - error : Bound array access
Replies: 16
Views: 6359
Next

Return to advanced search