Jump to content
Fivewin Brasil

xbrowse


cendon

Recommended Posts

Srs boa tarde! Preciso de uma pequena ajuda, estou tentando colocar um dbu dentro de uma aplicação

porem esta dado um erro na compilação

fonte

@ 0, 0 XBROWSE oBrw OF oWnd LINES ;
AUTOCOLS ALIAS Alias() AUTOSORT ;
ON CHANGE ( oMsgBar:cMsgDef := "FileName: " + cFileName,;
oMsgBar:Refresh(),;
oMsgRecNo:SetText( "RecNo: " + ;
AllTrim( Str( ( cAlias )->( RecNo() ) ) ) + " / " + ;
AllTrim( Str( ( cAlias )->( RecCount() ) ) ) ),;
oMsgTagName:SetText( "Ordered by: " + If( ! Empty( OrdName() ), OrdName(), "Natural order" ) ),;
oMsgDeleted:SetText( If( ( oBrw:cAlias )->( Deleted() ),;
"DELETED", "NON DELETED" ) ),;
oMsgDeleted:SetBitmap( If( ( oBrw:cAlias )->( Deleted() ),;
"deleted", "nondeleted" ) ) )

Erro

Error E0030 Syntax error: "parse error at '@'"

a versao do fivewin é a 6.12 e do xharbour é 0.99.71 simplex

Obrigado de antemão

Um abraço

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...