table

  1. practicalsoft

    کامپیوتر آموزش معنی صدای بوق های بایوس موقع روشن شدن چیست؟

    کدهای بوق (AMI (AMERICAN MEGATRENDS بایوس های AMI جز متداول‌ترین بایوس‌ها هستند که معمولاً BIOS هایی را که این شرکت ساخته است بر روی بسیاری از مادربردها نصب است. بوق معنی ۱ بوق کوتاه خرابی DRAM، یعنی مشکل در حافظه سیستم ۲ بوق کوتاه توازن حافظه دچار مشکل ۳ بوق کوتاه خرابی پایه 64K رم...
  2. practicalsoft

    Xen-AddOn [OzzModz] Table Check 2.0.0 2023-01-14

    نیازمندی ها: XF 2.2+ توضیحات: جداول و ستون های موجود در پایگاه داده را بررسی می کند تا ببیند آیا هنوز در حال استفاده هستند و مطابق با استانداردهای منابع XF هستند. امکانات: نمایش اطلاعات اولیه در مورد جداول در پایگاه داده بررسی نام جداول افزودنی برای مطابقت با الزامات منابع بررسی ستون‌های...
  3. practicalsoft

    B4X FEED Help me for problem cInputBox of Jack Cole

    Hello my friends! this link https://www.b4x.com/android/forum/threads/custom-input-box-editbox-code-module.14738/#content I am using cInputBox of Jack Cole (as link above). Everything is ok but I have only two problems for this as below: My app have one Table (this is table 2.22). - Problem one...
  4. practicalsoft

    B4X FEED [SOLVED] Problem with SQLite and image in table

    Hello. This is my first post to the forum, so please excuse me if i make any mistakes regarding the posting procedure. I have a little app as a test in order to save a png file from the File.DirAssets directory in a SQLite table named Images and in a field named Image. The saveImage Sub is the...
  5. practicalsoft

    B4X FEED Problem with SQLite and image in table

    Hello. This is my first post to the forum, so please excuse me if i make any mistakes regarding the posting procedure. I have a little app as a test in order to save a png file from the File.DirAssets directory in a SQLite table named Images and in a field named Image. The saveImage Sub is the...
  6. practicalsoft

    B4X FEED [Class] Flexible Table

    This thread will be used by Erel, Melamoud and myself to discuss / post new releases of the Table class. The table class is a flexible UI component that enable scrollable table like UI, with sortable columns, multiselect rows etc the table is very efficient, maintaining labels only for visible...
  7. practicalsoft

    B4X FEED Table view

    I am using the Table.bas module as per the example. Here is my Main routine: Main: public Sub GetMessagesSent DateTime.DateFormat = "dd-MMM-yy" Dim req As DBRequestManager = CreateRequest Dim cmd As DBcommand = CreateCommand("showsentmessages", Array(AndroidID)) Dim...
  8. practicalsoft

    B4X FEED DBUtils - Check if table field(Col) exists, If Not add field to table

    I am using the following code snippet courtesy of @Mashiane B4X: Dim strFld As String Dim fType As String Dim curFields As List Dim cur As ResultSet curFields.Initialize cur = DB.ExecQuery("PRAGMA table_info ('" & tblName & "')") Do While cur.NextRow strFld =...
  9. practicalsoft

    B4X FEED Scrollable table

    I am using the B4XTable view to show my tables. However, I would like to scroll vertical and horizontal. There is a link to such a table published in 2012: Table. Is that the latest version? I see it uses the Table view. Can I also use the B4Xtable view with it? Thanks PK ادامه مطلب...
  10. practicalsoft

    B4X FEED [B4X] [XUI] SD FlexGrid (Table)

    I created a new library to show a table (or grid) similar to the one in EXCEL. There are already excellent classes that allow many to accomplish things, such as xCustomListView by @Erel (B4X) and with the FlexibleTable by @klaus (B4A) I wanted to make something slightly different suited to my...
  11. practicalsoft

    B4X FEED [BANano] Table created purely with the abstract designer is not loaded?

    Ola I'm attempting to create a table via the abstract designer, for some reason I cant seem to make it work. Only the <table></table> element is loaded and not the header or the body. The header has columns added and the body also just a single row. Here is the design.. The browser does...
  12. practicalsoft

    B4X FEED B4xTable - How can i select and highlight a table row programatically

    Hi, I am using b4xtable in an Android app. I wish to find a record in a SearchTemplate dialog, then set a b4xTable row after clicking out of the dialog and passing the selected item and its index to an already existing table. Now I can hear you asking, why don't you use the table search...
  13. practicalsoft

    B4X FEED Export filtered data in B4Xtable

    based on Erel's example, I use this code to export data from B4Xtable in different activities, it works OK, but it exports all data in table even if I applied search criteria in search box. I want to export data in table with or without search criteria. i think the problem is in this line, but I...
عقب
بالا