Page 3 of 4

Re: IDE 3.0 TEST XIIg

Posted: Sat Dec 19, 2009 12:17 pm
by Roberto Lopez
mol wrote:I've reached error working with IDE 3.0 XII g
<...>

PS. I've edited form manually and leaved duplicate buttons names...

Marek
Manually edit is not guarantied to work in all cases. Anyway, if you could post a copy of the form generating the error I'll take a look at it.

Re: IDE 3.0 TEST XIIg

Posted: Sat Dec 19, 2009 1:31 pm
by esgici
Roberto Lopez wrote:Hi All,
Well... some dreams come true today... :)
Yes, working with tables without leaving IDE, this was my dream too :)

After now HMG programmers doesn't need DBA, it lost favor :lol:

Separate thanks for table management feature of IDE Maestro :)

Best Regards

--

Esgici

Re: IDE 3.0 TEST XIIg

Posted: Sat Dec 19, 2009 2:42 pm
by Vanguarda
Hi friends,

Master, i have an idea for "Tables Manager" of HMG.
Is possible that the "Tables Manager" can be have a function that generate a source code about structure table?
EX:
The "Tables Manager" can create a PRG file with the source code of the table, it would be useful for us with a function create the table, case this not exist.

EX of a function generate by this idea:

Code: Select all

Name_Table.PRG

Function Build_Name_Table()

aStruct := { {"Field1","C",10,00}, {"Field2","C",50,00}, {"Field3","C",20,00}, ;
                  {"Field4","N",5,00}}, {"Field6","C",15,00} }

DBCreate( Name_Table, aStruct )

Return Nil
What you think about that?!

Sorry my bad english

My best regards,

Re: IDE 3.0 TEST XIIg

Posted: Sat Dec 19, 2009 4:06 pm
by sudip
Hello Friend Vanguarda,

Very good advice :)

Again, every programmer has different ways of writing codes for the same function. So, in that case, a template facility may be required :o

A few months ago I tried something which could create codes for creating tables including indexes viewtopic.php?f=15&t=797&start=13

But, this program has the same problem ;)

Please send your views regarding this :)

With best regards.

Sudip

Re: IDE 3.0 TEST XIIg

Posted: Sat Dec 19, 2009 4:31 pm
by Roberto Lopez
Vanguarda wrote:Hi friends,

Master, i have an idea for "Tables Manager" of HMG.
Is possible that the "Tables Manager" can be have a function that generate a source code about structure table?
EX:
It's a very good idea!

Re: IDE 3.0 TEST XIIg

Posted: Sat Dec 19, 2009 6:24 pm
by raumi75
Hello Master Roberto,

thank you very much for this new release. I did not have time to try it out yet. Can't wait to take a look at the new feature! But that will have to wait till monday. We got our first snow and the kids want to play with me tomorrow. :-)

Attached is the updated German translation-file as my humble contribution.

Have a great weekend.

Raumi

Re: IDE 3.0 TEST XIIg

Posted: Sat Dec 19, 2009 7:04 pm
by Vanguarda
Roberto Lopez wrote: It's a very good idea!
Hi friends,

Thanks master.

Sudip, i´ll dowload and test it.

My best regards,

Re: IDE 3.0 TEST XIIg

Posted: Sat Dec 19, 2009 8:26 pm
by fchirico
Estimado Roberto:

Cuando abro un proyecto que posee alguna DBF, y luego abro otro si voy a la solapa "Tables" me muestra las DBFs del proyecto anterior.


Saludos,

Re: IDE 3.0 TEST XIIg

Posted: Sat Dec 19, 2009 8:33 pm
by Roberto Lopez
fchirico wrote:Estimado Roberto:

Cuando abro un proyecto que posee alguna DBF, y luego abro otro si voy a la solapa "Tables" me muestra las DBFs del proyecto anterior.


Saludos,
Ok.

Re: IDE 3.0 TEST XIIg

Posted: Mon Dec 21, 2009 2:36 pm
by Roberto Lopez
Vanguarda wrote: I´ve add in attachment the new file PtBR.LNG for HMG-IDE.
Thanks Again!