Search found 194 matches: push

Return to advanced search

Re: Fivewin en version antigua (FW24)

... July 2002: - New data aArrayData for easy access to the browse data when using arrays - New data lFastEdit for quick editing (do not need to even push the Return key) - New method SelectCol( oCol ) - Bug found en refresh method is fixed - New method GetVisibleCols() - Fix of incorrect display ...
by cnavarro
Wed Jun 22, 2016 9:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fivewin en version antigua (FW24 xHarbour)
Replies: 28
Views: 5181

Re: Fivewin en version antigua (FW24)

... July 2002: - New data aArrayData for easy access to the browse data when using arrays - New data lFastEdit for quick editing (do not need to even push the Return key) - New method SelectCol( oCol ) - Bug found en refresh method is fixed - New method GetVisibleCols() - Fix of incorrect display ...
by cnavarro
Wed Jun 22, 2016 9:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fivewin en version antigua (FW24 xHarbour)
Replies: 28
Views: 5181

Re: Build.bat for MSVC 2015

... thinks this is 32 bit code. 4) The .lib files are ALL 64 bit ( harbour and FWH ) So ... do we have a flag for the c compiler and/or linker that push them to build 64 bit ? Tim
by TimStone
Wed Apr 13, 2016 9:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build.bat for MSVC 2015
Replies: 28
Views: 5562

Re: FiveWeb Questions

Jeff,

Please email me your modified files and I will push them to bitbucket, thanks

Would you like to have rights to modify the FiveWeb sources in the bitbucket repository ?

Its easy and this way you can contribute your changes directly to the repository :-)

I will supervise your changes
by Antonio Linares
Wed Feb 24, 2016 6:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb Questions
Replies: 140
Views: 25579

Re: XBROWSE 15.12 Challenge

OK ... it would seem like we could push this with some command that would refresh xbrowse with the new order array. We know both arrays will work, but if we could switch while the control is active, it would be ideal. I thought: oLBxin:cSortOrders ...
by TimStone
Wed Jan 20, 2016 1:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE 15.12 Challenge
Replies: 11
Views: 3365

Re: XBROWSE 15.12 Challenge

... oSay13:refresh( ) )  So, it does not refresh the browse with the new set of arrays. Apparently there is a method I need to add to push the refresh using the new orders. The logic here: If the setting is showing all records, it substitutes the second order, does a refresh and dialog ...
by TimStone
Wed Jan 20, 2016 12:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE 15.12 Challenge
Replies: 11
Views: 3365

Re: Icons and images editor

Please, push Download button / Por favor, pulsa el botón Download

Saludos
by Baxajaun
Mon Sep 07, 2015 11:23 am
 
Forum: Utilities / Utilidades
Topic: Icons and images editor
Replies: 5
Views: 1031

Re: DBF to SQL converter program

... I used without any issues. Interestingly, Oracle does not have the auto-increment fields. Instead we use Sequences. More programming work, but we push the logic inside the triggers. Our adofuncs transparently implements sequences and triggers for Oracle.
by nageswaragunupudi
Fri Aug 21, 2015 5:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 18127

Re: GIT: How to push a file

Properly setting the user id:

git config --global user.name "Antonio Linares"

git config --global user.email antonio.fivetech@gmail.com
by Antonio Linares
Mon Jul 13, 2015 8:26 am
 
Forum: Utilities / Utilidades
Topic: GIT: How to push a file
Replies: 2
Views: 598

Re: GIT: How to push a file

VIM quick guide to edit the commit comments: In vim, you save a file with :wEnter while in the normal mode (you get to the normal mode by pressing Esc). You close your file with :q while in the normal mode. You can combine both these actions and do Esc:wqEnter to save the commit and quit vim. As an ...
by Antonio Linares
Mon Jul 13, 2015 7:55 am
 
Forum: Utilities / Utilidades
Topic: GIT: How to push a file
Replies: 2
Views: 598

GIT: How to push a file

git commit yourfile
git status
git push origin master
by Antonio Linares
Mon Jul 13, 2015 7:49 am
 
Forum: Utilities / Utilidades
Topic: GIT: How to push a file
Replies: 2
Views: 598

Re: Windows 10

I can have it broadcast to the TV as a display with no problem. It works with a Bluetooth keyboard and I can switch easily between tablet and desktop mode.

So, my 7" tablet works fine this way. I do have a couple of buttons to push, but in time this should be fully automated.
by TimStone
Sun Jun 07, 2015 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10
Replies: 47
Views: 10032

New FTDN April 2015 (FWH 15.04)

... http://forums.fivetechsupport.com/viewtopic.php?f=6&t=30447 * Improvement: TScrollPanel class (scrlpanl.prg) is now touch friendly. User can push up or pull down the panel with finger or pressing the mouse anywhere on the panel area (not occupied by controls) * Enhancement: TMataFile class ...
by Antonio Linares
Sat Apr 25, 2015 7:44 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2015 (FWH 15.04)
Replies: 6
Views: 3595

Re: program buffer or a keyboard buffer

Otto, OK, we are thinking along the same lines, but you can't use bChange. I think you need to create the GET, set focus to it, then push a key to the keyboard buffer via program code like: __keyboard( VK_RETURN ) This should empty the keyboard buffer into the GET buffer. Now read the GET ...
by James Bott
Fri Feb 06, 2015 12:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: program buffer or a keyboard buffer
Replies: 10
Views: 2546

Re: Fivewin/xharbour with ActiveX Data Objects (ado) and MySQL

... steps: 1: ADO open 2: I choose Microsoft OLE DB Provider for ODBC drivers 3: I click next 4: Use datasource name or use connection string? 5: I push build in connection string, what kind of file do I have to search for or what kind of string can I put in. (I found on this forum the following ...
by pieter
Mon Feb 02, 2015 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin/xharbour with ActiveX Data Objects (ado) and MySQL
Replies: 19
Views: 6633
PreviousNext

Return to advanced search