Search found 166 matches: wanderson

Return to advanced search

Re: Like clipper readvar()

Wanderson,

You could also do:

nAt := AScan( Folder1:aDialogs[1]:aControls, { | oCtrl | GetFocus() == oCtrl:hWnd } )
Folder1:aDialogs[1]:aControls[ nAt ] // this is the focused control
by Antonio Linares
Thu Aug 15, 2013 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Like clipper readvar()
Replies: 15
Views: 3524

Like clipper readvar()

... "@!" Color Frente,Fundo update ... Static Function Man_Pro() Here I want to know if i press F5 in oGet27 or oGet28 Thanks in advance. Wanderson.
by Wanderson
Wed Aug 14, 2013 11:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Like clipper readvar()
Replies: 15
Views: 3524

Re: Record Lock problem

Wanderson, May I also suggest writing a small sample program that just adds new records to the customer file. Then run two or more copies of this program across the LAN for a few minutes, then check for duplicates. James ...
by Wanderson
Tue Aug 13, 2013 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Record Lock problem
Replies: 14
Views: 3814

Re: Record Lock problem

Wanderson,

May I also suggest writing a small sample program that just adds new records to the customer file. Then run two or more copies of this program across the LAN for a few minutes, then check for duplicates.

James
by James Bott
Mon Aug 12, 2013 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Record Lock problem
Replies: 14
Views: 3814

Re: Record Lock problem

Wanderson, OK, I have studied your code some more. I was confused, because in your description you said the fieldname of the primary key was CONDIGO, but it seems it is CONHEC (oArq:CONHEC). Also the fieldname you said was ...
by James Bott
Fri Aug 09, 2013 1:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Record Lock problem
Replies: 14
Views: 3814

Re: Record Lock problem

Wanderson, I have a customer table with many fields, the first field is name CODIGO Type Numeric and lenght 6. I have another table with one field named NEXTCUS Type Numeric and lenght 6, i use this field to control the inserts. ...
by Wanderson
Thu Aug 08, 2013 11:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Record Lock problem
Replies: 14
Views: 3814

Re: Record Lock problem

Wanderson I would write a function to create the next unique number and before I append it to the database .. I would test for its existence in the customer database... if I don't find it I would update the nextcus table and ...
by Rick Lipkin
Thu Aug 08, 2013 10:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Record Lock problem
Replies: 14
Views: 3814

Re: Record Lock problem

... go to the bottom but to the middle and I ended up with lots of duplicates. I have been using a separate file with just one last used ID field (as Wanderson is doing) for many years without any problems. James
by James Bott
Thu Aug 08, 2013 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Record Lock problem
Replies: 14
Views: 3814

Re: Record Lock problem

Wanderson, I have a customer table with many fields, the first field is name CODIGO Type Numeric and lenght 6. I have another table with one field named NEXTCUS Type Numeric and lenght 6, i use this field to control the inserts. ...
by James Bott
Thu Aug 08, 2013 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Record Lock problem
Replies: 14
Views: 3814

Re: Record Lock problem

Wanderson, I don't understand exactly what you are saying. Is CODIGO the primary key field? How are you setting it (your sample code does not show the field CODIGO)? I have found that you cannot use the database to keep track ...
by Wanderson
Thu Aug 08, 2013 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Record Lock problem
Replies: 14
Views: 3814

Re: Record Lock problem

Wanderson, I don't understand exactly what you are saying. Is CODIGO the primary key field? How are you setting it (your sample code does not show the field CODIGO)? I have found that you cannot use the database to keep track ...
by James Bott
Thu Aug 08, 2013 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Record Lock problem
Replies: 14
Views: 3814

Re: About tdatabase

Wanderson, Note that all the field data is stored in a buffer array in database objects. Also, of course, both files must have exactly the same structure. Below is an example of how to copy all the field data. It depends on ...
by James Bott
Sat Jun 01, 2013 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About tdatabase
Replies: 5
Views: 1286

Re: Permite que FWH te hable :-)

... baixe o arquivo, instale e no painel de controle do windows selecione e deixe default a voz da raquel. Pronto já fala pt-br. Obrigado Wanderson, Não sabia disto.
by karinha
Mon May 27, 2013 7:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Permite que FWH te hable :-)
Replies: 11
Views: 1726

Re: VB a Fivewin/xharbour

Wanderson,

Prueba este código y dime que te muestra:

Code: Select all  Expand view

function Main()

   MsgInfo( ValType( CreateObject( "CTe_Util.Util" ) ) )

return nil
 
by Antonio Linares
Mon Mar 04, 2013 5:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VB a Fivewin/xharbour
Replies: 11
Views: 3062

Opinion about web and dbf

Hello,

I need a easy and security way to create a site to my customer get information in a dbf/cdx files.
I have a windows server 2003
Xitami / Apache server

Thanks in advance.

Wanderson.
by Wanderson
Thu Feb 14, 2013 11:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Opinion about web and dbf
Replies: 0
Views: 307
PreviousNext

Return to advanced search