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.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
IDE 3.0 TEST XIIg
Moderator: Rathinagiri
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: IDE 3.0 TEST XIIg
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- esgici
- Posts: 4543
- Joined: Wed Jul 30, 2008 9:17 pm
- DBs Used: DBF
- Location: iskenderun / Turkiye
- Contact:
Re: IDE 3.0 TEST XIIg
Yes, working with tables without leaving IDE, this was my dream tooRoberto Lopez wrote:Hi All,
Well... some dreams come true today...![]()
After now HMG programmers doesn't need DBA, it lost favor
Separate thanks for table management feature of IDE Maestro
Best Regards
--
Esgici
Viva INTERNATIONAL HMG 
Re: IDE 3.0 TEST XIIg
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:
What you think about that?!
Sorry my bad english
My best regards,
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
Sorry my bad english
My best regards,
Re: IDE 3.0 TEST XIIg
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
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
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
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
Sudip
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: IDE 3.0 TEST XIIg
It's a very good idea!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:
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
Re: IDE 3.0 TEST XIIg
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
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
Raumi75 http://raumi75.jimdo.com
Re: IDE 3.0 TEST XIIg
Hi friends,Roberto Lopez wrote: It's a very good idea!
Thanks master.
Sudip, i´ll dowload and test it.
My best regards,
Re: IDE 3.0 TEST XIIg
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,
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.
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: IDE 3.0 TEST XIIg
Ok.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,
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: IDE 3.0 TEST XIIg
Thanks Again!Vanguarda wrote: I´ve add in attachment the new file PtBR.LNG for HMG-IDE.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)