• 该MOB_UNIT HTML转换器应用程序的设计是一个小的工具,可以转换的数据库进HTML。 它会读取的数据"修补"数据库,该数据库包含所有修复的和有缺陷的货物,我收到客户。

    该表是:"MOB_UNIT的。DBF"和"客户。DBF的"。 第一DBF文件中包含的信息的有缺陷的单位。 一个领域包含维修码的数量。 例如:14意味着联合国修复的还给客户。

    如果人数是65然后这是一个备用的单元可用于更换。 有四个不同,这些数字。 这些数字读取的数据库,并转化为HTML网页。 "客户。DBF"是当然的客户数据。

    该计划还可以作HTML网页概述的所有缺陷的单位,正在等待确认客户的单位可以修复,单位,准备好但未发运的所有单元运输的最后两个星期。

    此外,我在后来一个额外的部分中的程序,它使用相同的数据库,但是它使得网页的单位,这样做具有特殊的地位。 这是以筛选出个单元在维修部门,这可被用作备用的单元。

    这最后一个部分从该程序仍在使用,它使一页的伺服电机、一个伺服控制器,一个步进电机、一个步进驱动器和一个特殊的所有其他的东西。 此外,还有一个手工制作的索引页面的浏览之间的这些网页。

    请注意,这个程序使用的BDE。

  • के MOB_UNIT HTML कनवर्टर करने के लिए आवेदन के लिए बनाया गया था एक छोटे से उपकरण में बदल सकते हैं कि एक डेटाबेस में HTML. यह डेटा पढ़ता से एक "मरम्मत" डेटाबेस में शामिल है, जो सभी की मरम्मत और दोषपूर्ण माल है कि मैं ग्राहकों से प्राप्त हुआ है ।

    तालिकाओं कर रहे हैं: "MOB_UNIT.DBF" और "ग्राहक.DBF". पहली DBF फ़ाइल में शामिल है के बारे में जानकारी दोषपूर्ण इकाइयों. एक क्षेत्र शामिल हैं, एक की मरम्मत की कोड संख्या. उदाहरण: 14 मतलब संयुक्त राष्ट्र की मरम्मत ग्राहक के लिए लौट आए.

    यदि संख्या 65 है, तो यह एक अतिरिक्त यूनिट के लिए उपलब्ध प्रतिस्थापन हैं. वहाँ रहे हैं चार अलग अलग इन नंबरों की है । इन नंबरों कर रहे हैं डेटाबेस से पढ़ने और परिवर्तित करने के लिए HTML पृष्ठों की है । "ग्राहक है । DBF" बेशक ग्राहक डेटा.

    इस कार्यक्रम में भी कर सकते हैं एक HTML पृष्ठ के एक सिंहावलोकन के साथ सभी दोषपूर्ण इकाइयों इंतजार कर रहे हैं कि पुष्टि करने के लिए ग्राहक से, इकाइयों की मरम्मत के लिए, इकाइयों जो तैयार कर रहे हैं, लेकिन नहीं भेज दिया और सभी इकाइयों कर रहे हैं, जो भेज दिया है पिछले दो हफ्तों.

    एक अतिरिक्त के रूप में मैं बाद में एक अतिरिक्त अनुभाग में प्रोग्राम का उपयोग करें जो एक ही डेटाबेस है, लेकिन यह बनाता है पृष्ठों की इकाइयों करते हैं, जो एक विशेष दर्जा है. यह बाहर फिल्टर करने के लिए इकाइयों की मरम्मत में विभाग है, जो इस्तेमाल किया जा सकता है के रूप में स्पेयर इकाई है ।

    यह पिछले अनुभाग में कार्यक्रम से अभी भी प्रयोग में है, यह एक पृष्ठ बनाने के लिए इमदादी मोटर्स, इमदादी ड्राइव, के लिए एक stepper मोटर्स, के लिए एक stepper ड्राइव और एक विशेष के लिए सभी अन्य सामान है । इसके अलावा वहाँ है एक हाथ से बने सूचकांक पृष्ठ के लिए इन पृष्ठों के बीच नेविगेट.

    कृपया ध्यान दें कि इस कार्यक्रम का उपयोग करता है BDE.

  • The MOB_UNIT to HTML Converter application was designed to be a small tool that can convert a DataBase into HTML. It reads the data from a "repair" database, which contains all the repaired and defective goods that I received from customers.

    The tables are: "MOB_UNIT.DBF" and the "CUSTOMER.DBF". The first DBF file contains the information of the defective units. One of the fields contains a repair code number. Example: 14 means un repaired returned to the customer.

    If the number is 65 then it is a spare unit available for replacement. There are four different of these numbers. These numbers are read from the database and converted to HTML pages. The "CUSTOMER.DBF" is of course the customer data.

    The program can also make an HTML page with an overview of all the defective units that are waiting for confirmation from the customer, units to be repaired, units which are ready but not shipped and an all units which are shipped the last two weeks.

    As an addition I made later an extra section in the program which use the same database, but it makes pages of units which do have a special status. This is to filter out the units in the repair department, which can be used as spare unit.

    This last section from the program is still in use, it make a page for the servo motors, one for the servo drives, one for the stepper motors, one for the stepper drives and a special for all other stuff. In addition there is a hand made index page to navigate between these pages.

    Please note that this program uses the BDE.