Search found 49 matches: begins

Return to advanced search

Character Search within ComboBox

... to search for characrters within a ComboBox for example, if user types chacters CT it move to CTN instead of moving to TUB (first item that begins with T). I tried the following code with no luck. REDEFINE COMBOBOX aGet[5] VAR cUnit ID 105 ITEMS aUnit OF oDlg STYLE CBS_DROPDOWN <<<-------- ...
by cdmmaui
Thu Mar 08, 2012 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Character Search within ComboBox
Replies: 4
Views: 1087

Re: preview file PDF

I have tried sumatra as well as acrobat. There are problems with both approaches. With Sumatra it all goes well until about the 20th copy when it begins to slow down. I need a way to print 1000 pdfs one after the next without previewing. It seems like the constant calling of sumatra fragments memory ...
by reinaldocrespo
Wed Dec 07, 2011 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: preview file PDF
Replies: 17
Views: 8654

error 0004 local declaration...

I never got it before but since today I have while compiling the following :
"error 0004 local declaration follows executable statement"
the function begins as follows
FUNCTION X (olbx)
local odlg
local noldrec
.....
by jds
Fri Sep 09, 2011 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error 0004 local declaration...
Replies: 2
Views: 399

Re: Buscar texto en un fichero

... -1 if an error occurred, -2 if the string was not found. Description Locate searches the current file for a specific string of text. The search begins at the current file pointer position and ends when the first occurrence of the string is found, or when the end of file is reached, whichever ...
by JmGarcia
Wed Nov 24, 2010 9:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buscar texto en un fichero
Replies: 22
Views: 6373

xBrowse and bDragBegin

... the button, it doesn't happen. It looks to me, as if disengaging the left mouse button isn't being perceived by the system and so the dragging begins without intention of the user. With wBrowse this problem won't occur. For example, this is my code in the window with the adresses:   //** Für ...
by gkuhnert
Thu Mar 25, 2010 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and bDragBegin
Replies: 0
Views: 350

Re: range date : the return !!!

... is too hard Yes you can! You just have to define the solution you want, then start working on it a step at a time. A journey of a thousand miles begins with a single step. -Lao-tzu You have lots of friends here to help. The step you need to take right now is to comment on each of the quesitons ...
by James Bott
Fri Jul 03, 2009 11:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: range date : the return !!!
Replies: 18
Views: 3301

Re: Codejock RibbonBar first tests

... you have the same problem on some machines as I, so here my solution: What happens: By executing the method 'AttachToWindow', the RibbonBar begins to fire events, so the code block 'RibbonBarEvent' will be executed and failed 'in the line 'case cEvent == "Execute"' with the error ...
by frose
Sat Apr 04, 2009 8:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock RibbonBar first tests
Replies: 116
Views: 36011

Re: ActiveX problem

... := { |e, a| logfile( "trace.log", {EventInfo( e, a ) } ) } The following information gets logged as soon as the signing begins: 01/11/2009 15:48:34: Event:OnFirstTouch Parms: But after pressing [ok] nothing gets logged and the application aborts. Reinaldo
by reinaldocrespo
Sun Jan 11, 2009 8:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX problem
Replies: 17
Views: 6481

Re: ISO 8601 Week Numbers

... February 29, 2008 The year 2008 is a leap year. If you look at a 2008 calendar, you will see that February has five Fridays–the month begins and ends on a Friday. Between the years 1904 and 2096, leap years that share the same day of week for each date repeat only every 28 years. The ...
by ukoenig
Tue Dec 30, 2008 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ISO 8601 Week Numbers
Replies: 20
Views: 6548

how to detect app if running in memory ?

... upgrade.exe, the the mian exe still in memory ,so upgrade will failure. If can tetect main.exe is running , waiting till it close, the download begins. Fwh 8.01, Harbour 1.0.0 , BCC551 Thanks ! Shuming Wang
by ShumingWang
Wed Dec 17, 2008 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to detect app if running in memory ?
Replies: 6
Views: 1205

Re: VOice with Ole

... provide it in OleAuto objects. :cry: In SAPI 5.1 there are two events for it: The StartStream event occurs when the text-to-speech (TTS) engine begins speaking a stream for the SpVoice object. The EndStream event occurs when the text-to-speech (TTS) engine reaches the end of a stream while speaking ...
by triumvirato
Thu Nov 06, 2008 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: VOice with Ole
Replies: 5
Views: 1134

Advantage DS

... first connection to a dbf via Ads. Every time I start the small test program my firewall tells me that"NTVDM.EXE" tries to connect to internet. It begins with NT, so it could be a part of W2000. Someone any idea what this is. Remember that you can't run your program in a local drive (where are ...
by Antonio Linares
Wed Aug 27, 2008 7:30 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 94039

... Service?' http://msdn2.microsoft.com/en-us/bb851701.aspx "In this video, Hilton Giesenow illustrates a simple working Language Service. He begins by building a simple scanner for colorising based on regular expressions, then expands on this to implement the Managed Babel framework, integrating ...
by James Bott
Thu Jan 03, 2008 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VSX My new IDE for Fivewin
Replies: 25
Views: 5511

Can not use resources with _ (Underscore)

... the resource file with Borland, the problem goes away. If we use a _ (underscore) in a resource name, and there is another resource name that begins with the same letter as the one with the _ in it, the app crashes if the resource name is a dialog or does not show the bitmap if the resource ...
by Patrick Mast
Wed May 09, 2007 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can not use resources with _ (Underscore)
Replies: 12
Views: 2295

for example if I will get data from field can the auto complete works . For instance if I pressed letter A I will get all data that begins with A and etc..
by Ehab Samir Aziz
Wed Apr 25, 2007 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: auto complete feature
Replies: 35
Views: 19897
PreviousNext

Return to advanced search

cron