Search found 126 matches: matching

Return to advanced search

Re: Load FROM EXCEL

...  aData := ArrTranspose( oRange:Value )endifXBROWSER aData  If we want to save aData into DBF ( assuming we have created DBF with matching structure ) DBCREATE( cDbf, aStruct )USE ( cDbf ) NEW ALIAS DSTDST->( FW_ArrayToDBF( aData ) )CLOSE DST 
by nageswaragunupudi
Tue Jan 13, 2015 2:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Load FROM EXCEL
Replies: 10
Views: 2463

Re: En tiempo de compilacion...

... => QOut("A B[C]") A B[C] A B[C] is not preprocessed because in #command match pattern '[' is not open_array_index and PP cannot find matching tokens. Anyhow it's possible to create passing match pattern which will use []. It's enough to create matching pattern for the code which have ...
by Antonio Linares
Tue Aug 26, 2014 7:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: En tiempo de compilacion...
Replies: 3
Views: 1598

Re: Incremental Search

... to be done after each keystroke. Another complication would be if the user backspaced, then the array would have to be reloaded and then items NOT matching the search characters left after the backspace would have to be deleted. CONTAINS type searches are better done having the user type in the ...
by James Bott
Sat May 10, 2014 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Incremental Search
Replies: 27
Views: 5427

Re: Network Issue

... to add DOB. I am not sure how often the user doesn't have the patient's full name so I don't know how much of an issue it is to provide partial matching. Perhaps you could get even more sophisticated and try something like this: index on upper(last)+upper(first) to ...set scope ...
by James Bott
Mon Jan 13, 2014 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Network Issue
Replies: 36
Views: 11172

Re: Network Issue

... patients. Above that there are 4 gets. The 4 gets allow the user to do an incremental search. As the user types, the list filters to show only the matching records. With one user, the characters in the get show up as I type. With more than one user, the characters have a delay from the time you ...
by Jeff Barnes
Sat Jan 11, 2014 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Network Issue
Replies: 36
Views: 11172

Re: Folders appearance

SOLUTION: Here is the simple solution to the tab controls question ( matching the gradient ). After creating the FOLDEREX, add the following lines: oFld:aGradUnSel := { { 0.50,16776960,16777215 }, { 0.50,16777215,16776960 } } oFld:aGradOverUnSel := { { 0.25, ...
by TimStone
Wed Jan 08, 2014 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folders appearance
Replies: 9
Views: 2223

Re: FUNCTION works fine in 12.08 but does not work in 13.09 fwh

Hi Daniel ,

Sorry ...! tested only first records. Now it does not crash the application but incremental searching is not working properly. I am getting error beep for existing record where as I should not get beep when matching record is exists.

Thanks
Shridhar
by shri_fwh
Thu Nov 21, 2013 8:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FUNCTION works fine in 12.08 but does not work in 13.09 fwh
Replies: 16
Views: 3549

Re: Major problems with FWH 13.09 / xHb ...

... from both the parts, and the labor, files. Thus they were perfectly clean. 2) I ran a report for 15 days. The system task was to go to the first matching date record, then copy individual records to the empty temporary file. 3) There were a total of 614 records ( all in sequence ) copied 4) The ...
by TimStone
Thu Nov 21, 2013 1:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Major problems with FWH 13.09 / xHb ...
Replies: 6
Views: 2712

Re: Major problems with FWH 13.09 / xHb ...

... zap. Then, using an index, I do a soft seek on a record, and then engage in a DO WHILE loop. It may well be for records in a date range. For each matching record, I append a blank record in the temp file, copy the data, and save it. I'm using data objects and its quite simple. So, although I may ...
by TimStone
Thu Nov 21, 2013 12:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Major problems with FWH 13.09 / xHb ...
Replies: 6
Views: 2712

Major problems with FWH 13.09 / xHb ...

... the same problem occurs. This is seen on an invoice when xbrowsing parts or labor that have been posted. Again, only records within the scope ( matching to the invoice number ) will be affected. It also seems to be tied to some, but not all, invoices. The keyboard works correctly. Using page ...
by TimStone
Wed Nov 20, 2013 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Major problems with FWH 13.09 / xHb ...
Replies: 6
Views: 2712

Re: Strange numeric behavior

... giving errors or when try/catch was used nothing was saved. But I was never informed that 12.50 was saved as 1250. Even Jet and DBMS versions were matching. I should admit that my confusion still persists and wish we understand better. I agree. I also found this regarding MySQL: http://bugs.mysql.com/bug.php?id=42316 ...
by Enrico Maria Giordano
Sat Sep 21, 2013 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange numeric behavior
Replies: 22
Views: 4284

Re: Strange numeric behavior

... giving errors or when try/catch was used nothing was saved. But I was never informed that 12.50 was saved as 1250. Even Jet and DBMS versions were matching. I should admit that my confusion still persists and wish we understand better. I understand you have been using MSAccess/ADO for long and ...
by nageswaragunupudi
Sat Sep 21, 2013 12:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange numeric behavior
Replies: 22
Views: 4284

Re: ADO RecordSet Fetch() ?

There is no way to read and add records one by one to a recordset in ADO. We open RecordSet once and all records matching the Query are read into the recordset. If we expect that the Query may result in too many records, then specify oRs:MaxRecords := <yourlimit> and then ...
by nageswaragunupudi
Fri Jul 26, 2013 3:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RecordSet Fetch() ?
Replies: 21
Views: 6609

Re: xBrowse Fillrect - How to color multiple rows by column

... the header columns.. so I really do not store the start date to the array.. each row is created in time increments and each column looks for the matching person's name which places the array data in the correct xy coordinates displayed in the browse. I am a bit fuzzy on how you can use the second ...
by Rick Lipkin
Sat May 25, 2013 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Fillrect - How to color multiple rows by column
Replies: 11
Views: 3233

Re: Consulta con DBCombo

... dbcombo as a resource, define the resource as a combobox. Make sure the ComboBox is not configured to sort aList, or DBCombo will not return the matching element of aItems. Then REDEFINE the combobox control as a DBCOMBO. aList must be character. aItems can be character or numeric.
by joseluisysturiz
Thu Apr 11, 2013 10:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta con DBCombo
Replies: 6
Views: 1552
PreviousNext

Return to advanced search