Tutorials

Posts   
 
    
Sjoeii
User
Posts: 12
Joined: 24-Oct-2014
# Posted on: 24-Oct-2014 16:11:55   

Hi all,

I am studying ICT in Holland. Now I got my internship period. At my internship we are using llblgen. Now I somehow am having some problem adepting to llblgen fast. I tried looking for tutorials. But for me it seems like i can't follow the steps or they are from older versions and aren't updated to recent versions(my intership is using V3.5) (i am using my own laptop so I was going to use the trial to follow tutorials. (the newest one i guess it would be v4.2))

now back to my point I seem to have a really hard time using the generated code and entities. when I need to do updates or inserts into my database specificly. using data seems to go pritty good.

I hope I explained my problems well as I don't fully see what is specificly going wrong but hope you guys and girls understand!

Thank you for your help in advance

greetz

Sjoeiisimple_smile

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39590
Joined: 17-Aug-2003
# Posted on: 27-Oct-2014 09:53:44   

Have you looked at the example applications? https://github.com/SolutionsDesign/LLBLGenProExamples_4.x ? They won't illustate everything of course but should give you a hint how to do some things.

Frans Bouma | Lead developer LLBLGen Pro
Sjoeii
User
Posts: 12
Joined: 24-Oct-2014
# Posted on: 28-Oct-2014 08:35:48   

Thank you, Otis,

sorry for my late reaction. but it looks like great training! thank you very much!

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39590
Joined: 17-Aug-2003
# Posted on: 28-Oct-2014 10:17:55   

Sjoeii wrote:

Thank you, Otis,

sorry for my late reaction. but it looks like great training! thank you very much!

No problem simple_smile If you have specific questions, simply use the search or ask here in one of the forums, I'm sure we'll be able to help you further simple_smile

Frans Bouma | Lead developer LLBLGen Pro
Sjoeii
User
Posts: 12
Joined: 24-Oct-2014
# Posted on: 30-Oct-2014 10:09:36   

Otis wrote:

Sjoeii wrote:

Thank you, Otis,

sorry for my late reaction. but it looks like great training! thank you very much!

No problem simple_smile If you have specific questions, simply use the search or ask here in one of the forums, I'm sure we'll be able to help you further simple_smile

Just a question looking how the adapter is working. (from your code from github). but i can't seem to get my debug breakpoints to work. the application runs like a charm(well next to that there was no FullName created in the code so i just fixed that with lastname (on the ReportsTo from Employers) wasn't part of the thing i tried learn at this moment).

but now back to the break point bit. I get the message that the LLBLGenProDateSource2.cs is not found. (so I can't C the editing process wich i wanted to see)

Hope i made some sence.

Greetings

Sjoeii

Sjoeii
User
Posts: 12
Joined: 24-Oct-2014
# Posted on: 30-Oct-2014 16:05:18   

it is missing multiple .cs files i really do not understand how it can work with missing files.... cos i really want to look into them to understand better

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39590
Joined: 17-Aug-2003
# Posted on: 30-Oct-2014 19:12:46   

That's source in the runtime, which is only available to customers. it's the class which implements a datasource control for webforms.

Frans Bouma | Lead developer LLBLGen Pro
Sjoeii
User
Posts: 12
Joined: 24-Oct-2014
# Posted on: 31-Oct-2014 10:36:51   

Otis wrote:

That's source in the runtime, which is only available to customers. it's the class which implements a datasource control for webforms.

just to be clear the reason i can't see the code is because i am using a trial version of llblgen. but if i'd use a valid licence for llblgen i would be able to see the runtime source?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39590
Joined: 17-Aug-2003
# Posted on: 01-Nov-2014 10:11:42   

Sjoeii wrote:

Otis wrote:

That's source in the runtime, which is only available to customers. it's the class which implements a datasource control for webforms.

just to be clear the reason i can't see the code is because i am using a trial version of llblgen. but if i'd use a valid licence for llblgen i would be able to see the runtime source?

that's correct, the full version comes with the sourcecode of the drivers, code generator, runtimes and plugins.

Frans Bouma | Lead developer LLBLGen Pro
Sjoeii
User
Posts: 12
Joined: 24-Oct-2014
# Posted on: 04-Nov-2014 11:00:53   

thanks Otis!

You helped alot, got alot of stuff working now!

Sjoeii
User
Posts: 12
Joined: 24-Oct-2014
# Posted on: 04-Nov-2014 11:06:51   

i do have a question concerning a sql query i wrote.

where should i ask these questions on this forum? the query works just need to know how to use it in my own program.

It has a sum and a datediff in it so i am kinda confused on how to get that in llblgen code.

hope i am not annoying you guys with stupid questions tho :$

greetings

Sjoeii

And thanks alot again

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39590
Joined: 17-Aug-2003
# Posted on: 04-Nov-2014 16:50:53   

Just in the generated code forum would be OK. Post the code snippet you have yourself and where you got stuck.

Also look into the example queries which are shipped with the installer in the folder: C:\Program Files (x86)\Solutions Design\LLBLGen Pro v4.2\Frameworks\LLBLGen Pro\ExampleQueries

as well, to ideas how things work.

Frans Bouma | Lead developer LLBLGen Pro