Search found 24 matches: fashioned

Return to advanced search

Re: Requery nativa Mr.Rao.

Ariel It depends on how you setup the recordset ... This is the old fashioned way .. notice openkeyset cSQL := "SELECT * from USERINFO order by USERID"oRsUSER := TOleAuto():New( "ADODB.Recordset" )    oRsUSER:CursorType ...
by Rick Lipkin
Mon Apr 26, 2021 12:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Requery nativa Mr.Rao.
Replies: 5
Views: 639

Re: Convert DBF 2 SQL

Tim You can convert your dbf data the old fashioned way .. with code .. It goes something like this .. look in your samples folder for adorick.prg Create your Access table as 2003 .mdb .. NOT .accdb .. you will need the ACE client of you use .accdb ...
by Rick Lipkin
Fri Mar 22, 2019 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert DBF 2 SQL
Replies: 9
Views: 2589

Re: Iniciando con ADO

... a nice set of various RDMS SQL connection and recordset wrappers that Rao has put together .. Here is a link that may help in doing it the old fashioned way ... and understanding how ADO works and various coding techniques. http://wiki.fivetechsoft.com/doku.php?id=ado-related_stuffs Rick Lipkin
by Rick Lipkin
Mon Nov 26, 2018 4:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Iniciando con ADO
Replies: 5
Views: 1617

Re: New FWH 18.04

... set of ado wrappers to simplify the connections, recordsets, etc .. see \source\function\adofuncs.prg for the syntax .. or you can do it the ole fashioned ansi sql way .. \samples\AdoRick.prg ( ms access ) I only use DBfCdx for creating temporary tables for reports. Rick Lipkin
by Rick Lipkin
Sat Jun 09, 2018 3:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 18.04
Replies: 12
Views: 2730

Re: where download resedit 64bits

... it with .. I do know, when I try to align controls ( right\left ) I do not necessarily get the adjustment I expected .. I have to do it the old fashioned way .. look at the XY co-ordinates and match up the alignment manually... :( .. Hope I understood your question correctly ? Rick Lipkin
by Rick Lipkin
Wed Mar 01, 2017 2:00 pm
 
Forum: Utilities / Utilidades
Topic: where download resedit 64bits
Replies: 11
Views: 2901

Re: ADO : Building columns , NULL ... DEFAULT

Frank I am not familiar with "Default" .. I am a bit old fashioned and like to write out my code without taking too many shortcuts .. understand Rao has created some VERY nice Ado wrappers and can simplify the code below .. however, Consider this ...
by Rick Lipkin
Thu Sep 22, 2016 2:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO : Building columns , NULL ... DEFAULT
Replies: 7
Views: 1480

. prompt for FWH

... just like in dBase. We have many implementations of file editors but sometimes it would be so much easier to be able to use that good old fashioned . prompt. Does anyone know of a code source that we could include within a dbedit program that provides the . prompt ? Maybe it is out there ...
by TimStone
Thu Jun 16, 2016 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: . prompt for FWH
Replies: 8
Views: 1188

metro back button

I have speed up the handling of my programs with the metro back button. This way also my old fashioned WINDOWS programs are much better to use. I have attached on the metro back button and on the standard end button a log counter. First tests show that after some days ...
by Otto
Mon Jul 14, 2014 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: metro back button
Replies: 1
Views: 439

Re: TDolphin - from where I can download ?

Hello Try add mingw folders to main PATH :( .. the same result ... OK - get it ... :-) Did with old fashioned style , some line in your bat file : @CALL CLEANENV.BATSET OLDPATH=%PATH%set HB_BIN_INSTALL=\a\hrb\binset PATH=%HB_BIN_INSTALL%;\a\hrb\comp\mingw\bin@SET PRG_COMPILER=HARBOUR@SET ...
by Rimantas
Mon Mar 04, 2013 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDolphin - from where I can download ?
Replies: 18
Views: 4662

Re: Server vs Notebook as Server for FW programms

Antonio,
yes you are right.
But my application is a Fivewin application that needs a WINDOWS server. These servers are for in house use.
In our country people like their data on own servers. Maybe old fashioned.
Best regards,
Otto
by Otto
Fri Jan 18, 2013 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Server vs Notebook as Server for FW programms
Replies: 44
Views: 17019

Re: SKIP in tMySQL slower then in DBF?

Marc

Forgive my choice of words and humor .. 'ole fashioned' translates into "Old Fashioned" :lol: :lol:

You are on the right track and the link to the Wiki is just what I would suggest..

Rick Lipkin
by Rick Lipkin
Sat Oct 06, 2012 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SKIP in tMySQL slower then in DBF?
Replies: 9
Views: 1525

Re: SKIP in tMySQL slower then in DBF?

... There is more than one way to open and create a recordset .. FW has a set of functions that accomplish those tasks .. but I like to do it the ole fashioned way so I can assign my own parameters : oRsLog := TOleAuto():New( "ADODB.Recordset" )oRsLog:CursorType     := 1 ...
by Rick Lipkin
Sat Oct 06, 2012 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SKIP in tMySQL slower then in DBF?
Replies: 9
Views: 1525

Re: DEJA VUE: MSDOS - METRO

... And the children make changes in the organization. Software is a big part of a business organization. And if you get the touch to be old fashioned then they substitute your software with a new one. Perspective for your own company Also your coworkers must have a perspective. And to support ...
by Otto
Mon Jul 30, 2012 7:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DEJA VUE: MSDOS - METRO
Replies: 12
Views: 4796

Re: Save and Restore Dialog Position

... ttcpcalc.ini EndIfReturn******Function SaveLastDlgPos( )   Save All Like nDlg* To ttcpcalc.iniReturn******procedure AppSysreturn***  ‘Old fashioned’ huh (but it works)!!! LOL!!! Regards, Dale.
by dpaterso
Sat Oct 29, 2011 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save and Restore Dialog Position
Replies: 6
Views: 1751

Re: Save and Restore Dialog Position

... opened again. I didn't know I even HAD the 'INI' and 'WritePProString( )' functions etc. in my version of FWH / xHB!!! LOL!!! So I did it the 'old fashioned way' (or 'the hard way')!!! LOL!!! Sorry James (Bott)!!! Yet again: not 'Windows Standard' i.e. my .INI file is a MEMVAR file not a text file!!! ...
by dpaterso
Thu Oct 27, 2011 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save and Restore Dialog Position
Replies: 6
Views: 1751
Next

Return to advanced search