- Jun 6, 2020
- 11,559
- 4,422
I want to create the next generation of Easy4Sales in B4X (currently VB.Net) Easy4Sales is a tool for sales managers that creates reports and overviews.
A database holds all the data. Data is imported via SAP Odata queries. The downloaded Json files can be huge!
A download procedure based on Httpjob gives an out of memory error when I import one fiscal year. I read on the forum that in such cases I have to send several OData requests instead of one, but that is not what I want, since in VB.Net is works perfect. Can someone give me some hints how I can convert the following vb.net snippet to B4X?
Thanks in advance
B4X:
A database holds all the data. Data is imported via SAP Odata queries. The downloaded Json files can be huge!
A download procedure based on Httpjob gives an out of memory error when I import one fiscal year. I read on the forum that in such cases I have to send several OData requests instead of one, but that is not what I want, since in VB.Net is works perfect. Can someone give me some hints how I can convert the following vb.net snippet to B4X?
Thanks in advance
B4X:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید