sele 0
use xtable
set index to index1,index2
set order to index1
set scope to exp1,exp2
browse() //with scope
set order to index2
Browse() //wihtout scope
set order to index1
browse() // the scope becomes active or not?
#include "adordd.ch"
#include "adordd.prg"
#include "FiveWin.ch"
REQUEST ADORDD
function Main()
USE dolphin_man VIA "ADORDD" TABLE "clientes" MYSQL ;
FROM "dolphintest.sitasoft.net" ;
USER "test_dolphin" ;
PASSWORD "123456" ;
ALIAS "DEMO"
SELECT("DEMO")
MSGALERT(ALIAS(), RECNO())
DEMO->( dbgotop() )
xbrowse()
APPEND BLANK
REPLACE FIELD->NOME WITH "LUCAS DE BELTRAN"
REPLACE FIELD->EMAIL WITH "NOSPAM@GMAIL.COM"
DBGOTOP()
xBrowse()
USE
return nil
CLIENTES->( OrdSetFocus("CLIENTES1") )
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 91 guests