IDE 3.0 TEST XIIg

HMG announcements; Latest HMG-related news, releases, fixes and updates.

Moderator: Rathinagiri

User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: IDE 3.0 TEST XIIg

Post 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.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: IDE 3.0 TEST XIIg

Post 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
Viva INTERNATIONAL HMG :D
User avatar
Vanguarda
Posts: 543
Joined: Wed Feb 11, 2009 10:56 am
Location: Americana - SP
Contact:

Re: IDE 3.0 TEST XIIg

Post 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,
--
Paulo Sérgio Durço (Vanguarda)


http://hmglights.wordpress.com/
User avatar
sudip
Posts: 1456
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: IDE 3.0 TEST XIIg

Post 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
With best regards,
Sudip
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: IDE 3.0 TEST XIIg

Post 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!
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
raumi75
Posts: 135
Joined: Wed Dec 17, 2008 2:31 am
Location: Lünen, Germany
Contact:

Re: IDE 3.0 TEST XIIg

Post 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
Attachments
deutsch.zip
(3.33 KiB) Downloaded 234 times
User avatar
Vanguarda
Posts: 543
Joined: Wed Feb 11, 2009 10:56 am
Location: Americana - SP
Contact:

Re: IDE 3.0 TEST XIIg

Post 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,
--
Paulo Sérgio Durço (Vanguarda)


http://hmglights.wordpress.com/
User avatar
fchirico
Posts: 324
Joined: Sat Aug 23, 2008 11:27 pm
Location: Argentina

Re: IDE 3.0 TEST XIIg

Post 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,
Saludos, Fernando Chirico.
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: IDE 3.0 TEST XIIg

Post 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.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: IDE 3.0 TEST XIIg

Post by Roberto Lopez »

Vanguarda wrote: I´ve add in attachment the new file PtBR.LNG for HMG-IDE.
Thanks Again!
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply