Search found 366 matches: goto

Return to advanced search

Re: RAO advice on using Mysql

... is ready for use. At the same time it also gets the total row count. If user uses GoBottom() it reads the last 100 records. If the user wants oRs:GoTo( 123040 ), then it reads 100 records around the row number 123040. As a result the class always provides the record the programmer wants without ...
by nageswaragunupudi
Wed Feb 07, 2024 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 964

Re: RAO advice on using Mysql

METHODS: RecCount(), LastRec(), KeyCount(),RecNo(), KeyNo() GoTop(),GoBottom(),GoTo(nRec),KeyGoTo(nKey),Skip(n) FCount(),FieldPos(c),FieldName(),FieldLen(),FieldDec(),FieldType() FieldGet(),FieldPut() SetOrder(cSort,,lDescend) Save() Close() or End() --------------- ...
by nageswaragunupudi
Fri Feb 02, 2024 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 964

Re: DBF . Commit

... be saved I can append the data or edit the data and the last thing I do with dbfcdx is to move the record pointer after I write to the disk with GoTo Recno() ADO is a bit different with SQL .. Recordsets can be added to or edited one record at a time and when a committ is made all I do is issue ...
by Rick Lipkin
Tue Oct 24, 2023 4:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2314

Re: DBF . Commit

Goto Recno() works the same .. physically moves the record pointer back to itself thereby flushing and writing the buffers

Rick Lipkin
by Rick Lipkin
Fri Oct 20, 2023 3:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2314

Re: Error sending email

... have you try oMailItem:Send() does it "send" or goto "out Basket" :?: Does anyone know where I can find TOLEAUTO.PRG source file? as i can say it is Part of harbour and include in hbwin
by Jimmy
Sat Aug 12, 2023 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error sending email
Replies: 18
Views: 762

Ruta no especificada al compilar

... Y este el el buildh if A%1 == A GOTO :SINTAX if NOT EXIST %1.prg GOTO :NOEXIST if "%FWDIR%" == "" set FWDIR=c:\fwh2304 if "%HBDIR%" == "" set ...
by EASYSOFT
Wed Jul 12, 2023 7:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ruta no especificada al compilar
Replies: 3
Views: 190

Re: Error al leer un dll

... ECHO ÿ ßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßß if A%1 == A GOTO :SINTAX if NOT EXIST %1.prg GOTO :NOEXIST ECHO Compiling... if "%FWDIR%" == "" set FWDIR=c:\fwh2212 if "%XHDIR%" ...
by jpcavagnaro
Sun Apr 23, 2023 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error al leer un dll
Replies: 19
Views: 1487

Re: SkinButton() Problem

... JIMMYSKI.C 1>>Erro.log 2>>ERROS.LOG c:\fwh\0\SKIN2>If ErrorLevel 1 Type Erro.log | More c:\fwh\0\SKIN2>If ErrorLevel 1 Goto Exit c:\fwh\0\SKIN2>C:\BCC7\bin\BRC32.Exe -R XPLOOK.RC Borland Resource Compiler Version 5.40 Copyright (c) 1990, 1999 Inprise Corporation. ...
by Jimmy
Tue Apr 18, 2023 12:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SkinButton() Problem
Replies: 19
Views: 958

Re: XBROWSE : BookMark what is it for ?

For DBF, BookMark is RECNO() For ADO BookMark is BookMark etc. oBrw:BookMark := n is equivalent to ( oBrw:cAlias )-> GOTO( n ) for DBF and is equivalent to oBrw:oRs:BookMark := n for ADO Same way oBrw:KeyNo is same is OrdKeyNo() for DBF, AbsolutePosition of ADO, etc XBrowse can ...
by nageswaragunupudi
Sun Apr 16, 2023 10:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : BookMark what is it for ?
Replies: 1
Views: 196

Re: ButtonBar / Toolbar + Combobox ?

Jimmy wrote:hi,

i have a Problem when place "only" 1 x GET into ButtonBar

as it can not "change" to other Control it does not "lostFocus" -> no VALID -> no GOTO :(

any Idea for a Workaround :?:

Yes.
We need to have atleast 2 controls.
by nageswaragunupudi
Thu Apr 13, 2023 2:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBar / Toolbar + Combobox ?
Replies: 10
Views: 683

Re: VS2022 Portable x32 x64

... Windows 9X/NT/200X/ME/XP/Vista/7/8/10 넴 ECHO 읕컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴켸? ECHO  賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽? if A%1 == A GOTO :SINTAX if NOT EXIST %1.prg GOTO :NOEXIST set oldpath=%path% set oldinclude=%include% set oldlib=%lib% set oldlibpath=%libpath% @set current_dir=%cd% ...
by Compuin
Wed Apr 12, 2023 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VS2022 Portable x32 x64
Replies: 19
Views: 6767

Re: ButtonBar / Toolbar + Combobox ?

hi,

i have a Problem when place "only" 1 x GET into ButtonBar

as it can not "change" to other Control it does not "lostFocus" -> no VALID -> no GOTO :(

any Idea for a Workaround :?:
by Jimmy
Wed Apr 12, 2023 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBar / Toolbar + Combobox ?
Replies: 10
Views: 683

GET which twice Function

... } now i like to use "same" GET to "input" Number and press "ENTER" for "GOTO" ... how ... need Idea :idea: --- when "navigate" in XBROWSE Codeblock bChange will call PROCEDURE to "assign" RECNO() ...
by Jimmy
Wed Apr 12, 2023 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET which twice Function
Replies: 2
Views: 205

Re: ampersand

example:
select products
goto top
do while .NOT. eof()
cnaam=TRIM(products->naam) to transform in his real fieldname

select sales
append blank
replace sales->fieldname with ....

select products
skip 1

enddo
by jds
Mon Mar 27, 2023 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ampersand
Replies: 13
Views: 1128

ampersand

... after the 'say' and 'get' commands become the real record names? select products a=5 b=5.8 set filter to products->niet=" " goto top do while .NOT. eof() cnaam2=TRIM(products->naam) nalias=TRIM(products->alias) @ a,5 say cnaam OF oDlg FONT oFont @ b,12 get nalias OF ...
by jds
Tue Mar 21, 2023 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ampersand
Replies: 13
Views: 1128
Next

Return to advanced search