forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


@CR() as FIELDSEP in VDS5

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
X-Tools
Valued Contributor
Valued Contributor


Joined: 20 Sep 2001
Posts: 296
Location: Germany

PostPosted: Tue Aug 05, 2003 6:29 am    Post subject: @CR() as FIELDSEP in VDS5 Reply with quote

Hi,

does @cr() not work anymore as fieldsep in vds 5 ?

I tried for parsing statusbar elements from vdslist.dll

Bye, Fabian
Back to top
View user's profile Send private message Send e-mail Visit poster's website
X-Tools
Valued Contributor
Valued Contributor


Joined: 20 Sep 2001
Posts: 296
Location: Germany

PostPosted: Tue Aug 05, 2003 6:33 am    Post subject: @CR() as FIELDSEP in VDS5 Reply with quote

and another question.
how can i get the statusbar content from the new vds5 statusbar ?

@dlgtext(statusbarelement) returns an error.

Thanks,

Fabian
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Tue Aug 05, 2003 9:31 am    Post subject: Reply with quote

Can you try this?

Code:
option fieldsep,@cr()
%%toparse = 1@cr()2
parse "%1;%2",%%toparse
info |%1|%2|

_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
Back to top
View user's profile Send private message
CodeScript
Moderator Team


Joined: 08 Jun 2003
Posts: 1060
Location: India

PostPosted: Tue Aug 05, 2003 5:15 pm    Post subject: Re: @CR() as FIELDSEP in VDS5 Reply with quote

X-Tools wrote:
and another question.
how can i get the statusbar content from the new vds5 statusbar ?

@dlgtext(statusbarelement) returns an error.

Thanks,

Fabian

Try this :
Code:
DIALOG CREATE,New Dialog,-1,0,240,160
  DIALOG ADD,STATUS,STATUS1,Information obtained!
  DIALOG SHOW
 
INFO @WINTEXT(~STATUS1)
EXIT

_________________
Regards
- CodeScript
Arrow Give your application a professional look with the VDSGUI Extension
Back to top
View user's profile Send private message Visit poster's website
X-Tools
Valued Contributor
Valued Contributor


Joined: 20 Sep 2001
Posts: 296
Location: Germany

PostPosted: Wed Aug 06, 2003 5:27 am    Post subject: @CR() as FIELDSEP in VDS5 Reply with quote

Hi,

thanks for your help.

Both working. Maybe the @cr() thing is a problem with vdslists.dll-
I will test it today.

Getting statusbar content with @wintext works fine. Why doesn't @dlgtext work ? I thought this was possible in vds4.

Bye, Fabian
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Tommy
Admin Team


Joined: 16 Nov 2002
Posts: 746
Location: The Netherlands

PostPosted: Wed Aug 06, 2003 9:32 am    Post subject: Reply with quote

You might want to try:

OPTION FIELDSEP,@CR()@CHR(10)

Or try to use the LIST ASSIGN command with a temporary list.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group