FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC @ SAY GET without resources
Posts: 65
Joined: Fri Oct 14, 2005 06:20 PM
@ SAY GET without resources
Posted: Fri Oct 28, 2005 11:09 AM

Hello.

I have no example about this and if I write

@ 10,10 say "Nombre " GET mRaso
@ 20,10 say "Calle " GET mCalle

READ

I get the fields one over the other.

Note: I have never used resources and have no resources editor

Jose Valle

Bilbao

Spain
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: @ SAY GET without resources
Posted: Fri Oct 28, 2005 11:13 AM

You should use separate @ row, col commands for SAY and GET.

EMG

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
@ SAY GET without resources
Posted: Fri Oct 28, 2005 11:30 AM

Jose,

Please review samples\tutor05.prg source code.

READ is not used in FiveWin.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: @ SAY GET without resources
Posted: Fri Oct 28, 2005 11:34 AM
josevalle wrote:Note: I have never used resources and have no resources editor


Please review the PRGs provided in samples directory that also have a RC file with the same name. Resources use is easy and it will speed up very much your development.

You may download the free Pelles C resources editor, builted in the Pelles C IDE from here: http://www.smorgasbordet.com/pellesc/
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 65
Joined: Fri Oct 14, 2005 06:20 PM
@ SAY GET without resources
Posted: Fri Oct 28, 2005 09:04 PM

With the Pelles resource editor I have changed the names and the sizes. But it also chages some things in the header of the file.

I have a workaround, just copy from the new files what refers to the dialog and paste in you tutor04.rc.

Thanks Antonio.

Jose Valle

Bilbao

Spain

Continue the discussion