Search found 82 matches: appending

Return to advanced search

Re: missing _SetClassLongPtr

Dear Antonio: Following is the message of compiling after appending provided code to FWBrow.prg i am using FWH1008 and compiling with VS2008 through buildxm.bat Regards CLY *--------------------------- Generating C source output to 'FWBrow.c'... Done. ...
by cly166
Mon Sep 27, 2010 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: missing _SetClassLongPtr
Replies: 8
Views: 1412

Re: Need to pieces of code or direction to help.

Harvey The sample is appending data from cells into a database. Please see a thread on the 20th March this year between Tim and Uwe - Uwe gives some great samples of using excel. ( I dont know how to embed the topic number into the ...
by Colin Haig
Wed May 12, 2010 12:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need to pieces of code or direction to help.
Replies: 7
Views: 1161

Re: Find first free number

... so that indexes are not an issue. This is all part of a database class so no code needs to be written to add a new file--it is all automatic. Appending a new record automatically generates a new sequential ID. I also have a class that automatically reuses deleted records so you never need ...
by James Bott
Thu Mar 11, 2010 11:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Find first free number
Replies: 12
Views: 2419

Re: xBrowse oCol:nHeadBmpNo Problem

... click. XBrowse automatically sorts ascending or descending when header is clicked. Example: oCol:cSortOrder := 'DUE,DATE' xBrowse takes care of appending ASC or DESC depending on the header click and displays built-in bitmaps. Do you think you can not manage with the built-in sort ability of ...
by nageswaragunupudi
Wed Jan 06, 2010 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse oCol:nHeadBmpNo Problem
Replies: 5
Views: 1171

New FTDN May/Mayo 2009 (9.05)

... is selected, then if the number of rows pasted exceed the rows of the array, the additional rows are appended to the array. This is useful for appending data from Excel to the array being browsed. - Pasting is done by evaluating oCol:bEditValue with the new value and works when bEditValue is ...
by Antonio Linares
Sat Jun 06, 2009 8:44 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2009 (9.05)
Replies: 10
Views: 4678

Calling Function

Hello,can Some Help me Iam populating Menu frm Database(Mysql).In the Action event iam getting the Form Name + Appending the "( )" to call perticular form For Example if the formname is "Wage" iam appending "( )" to get "Wage()" to call ...
by sajith
Sat May 30, 2009 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calling Function
Replies: 3
Views: 551

... in the browse and is selected, but if you scroll up or down the data of those field change to the data that is now there. Also scrolling up after appending a new record, the browse doesn't go completely up anymore but stops at the top record in the database. And this is not the top op the browse. ...
by Marc Vanzegbroeck
Tue Oct 28, 2008 10:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: txbrowse refresh()
Replies: 14
Views: 2312

... things you can do : 1) dbCommit() 2) GoTo recno() dbCommit is supposed to do a 'hard disk' write .. however it is un-acceptibly slow if you are appending lots of records in a loop.. If you are just adding one record at a time dbCommit is your answer. If you are appending lots of records in a ...
by Rick Lipkin
Mon Oct 27, 2008 9:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Append Blank question
Replies: 5
Views: 1008

... must be using SQL statements. Here are some PHP sample code working with DBF/CDX and DBF/NTXs. First how to connect to the data dictionary and appending some info to log.dbf table: //sample appending records to a dbf/ntx table: if ( !DDconnect( _DATA_DICT, $rConn ) ) die( ...
by reinaldocrespo
Wed Sep 24, 2008 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS & PHP
Replies: 4
Views: 1145

Fivewin Classes

... if after editing it should appear as logical last > one. You spotted another problem here. I had forgotten to initalize ::lAdd to .f. so it was appending a record. My apologies for all the problems. I have just uploaded a new version of TData.zip containing all the fixes and also the very latest ...
by Antonio Linares
Wed Aug 27, 2008 7:44 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 66120

... to be set. Some of the operations that require a password to be set are: encrypting or decrypting records or tables, clearing the password, and appending or modifying records to an encrypted table. Problem: Encryption is not enabled. Detected on Skip. This error can occur while performing a ...
by Patricio Avalos Aguirre
Thu Aug 07, 2008 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: index on with ADS
Replies: 2
Views: 684

Roger

I don't think there is a limit on a ( (x)harbour ) variable.. reason I say that is that I am doing fread's and frwites to variables appending them or extracting them from sql tables.. and the size of the binary documents are in the hundreds of kilobytes and megabytes ..

Rick Lipkin
by Rick Lipkin
Sun Jun 29, 2008 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Char string size limit still 64k?
Replies: 9
Views: 1767

Re: TSBrowse Which event to be used when user navigate row/

... in my coding. My suggestions & Feedbacks regarding TsBrowse Ver 7. --------------------------------------------------------------- While appending a new record, once the user exit the first editable column, the new record is appended, but at certain times user may require more validations ...
by anserkk
Thu Jun 19, 2008 5:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSBrowse Which event to be used when user navigate row/col
Replies: 4
Views: 1016

Just to keep updated on this issue, i found a solution

Adding after each append

obrw:gobottom() // this is making the difference
obrw:Refresh()

The painting is ok while appending records,

HTH

Richard
by Richard Chidiak
Thu Feb 28, 2008 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse display
Replies: 6
Views: 1331

... the browse, and then all falls into >place. I have never seen this. Is it repeatable? If so, can you send me a small example? >2) When appending a record to a database, I have to manually reset >the browse to match the database. What do you mean by "manually reset?" bLogicLen should ...
by James Bott
Sun Feb 10, 2008 12:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSBROWSE Class OF MANUEL MERCADO
Replies: 24
Views: 8832
PreviousNext

Return to advanced search