Pages

Wednesday, November 27, 2013

Goods Group form ( Part 1)

Goods sold in the store are very diverse kinds and forms , this will make us a lot of trouble if the number of items item name so much. Grouping the items make easy in placement , calculation and flow of goods from the store . Grouping can be base on function, type or anything we can easy to remember and apply. First step in the grouping of goods is creating a list of categories of goods. After that we grouping by list of goods grouping that we have made . These make easier our work in the future.
In this application there is also a feature to create a list of categories to simplify the recording of groups of goods. That will be recorded in this application is

  1. Code the group of goods / goods group . Serial number in order to avoid the mess of data .
  2. Name of categories / groups of goods. Name to each group of goods .

In MS SQL Sever we also have to create a table to enter data categories with the column fields as follows:
Field Name
Data type
Explaination
GrpCd (PK)
Varchar(10)
Code of grouping
GrpNm
Varchar(50)
Name of grouping
Info
Char(1)
New data notification
Status
Char(1)
Status of data sent

Wednesday, November 20, 2013

[VB6] Using Tab order with arrow button

To easily move the cursor in a form that is in progress then we can use the arrow keys on the keyboard. So we can use the arrows we can use the code below

[VB6] Set date of month

To set the early date and end date of month used when we create report we can use this function

[VB6] Sql server date format

SQL server have format for date. We can convert basic date format to sql server date format
This is the function

Tuesday, November 19, 2013

[VB6] Form Arranger

By the time we make the program we always make an attractive display so that users can be comfortable in using our home-made program. But by the time the program we attach it to the client sometimes we look for is not in accordance with the size of the screen resolution used. Sometimes the resolution is too small or too large that we use in the making of the program. and for that we have to change the screen resolution of all client monitors in place. This is sometimes a problem, for that we need to create the look of a program can be flexible and follow the monitor's screen resolution. Below is the source code

Wednesday, November 13, 2013

ArtSoft



Program ... ? ? ? ! ! !

For many people call that  very scary and dangerous . Programs , programming algorithms , logic programs etc is a scary monster for many people, software engineering  especially high school students and student faculty of computers .

now still scared PROGRAM ? ?

ArtSoft answers your  scared. We will guide you in making the program flow and programming algorithms which of  up to date . Program created could be used for the benefit of school assignments , coursework , thesis, final project, business program and much more .
We will guide you step by step how to draw up the program flow logic programming algorithm that is easy to understand and up to date . After forming the flow of the program , we will guide the creation of program coding and the use of flow based on the flow of program logic that has been made ​​before . And the last one we will guide the design and manufacture of display interesting program and user friendly.
Call us now lest you continue to bemoan the fate of troubled and always said “why the program was difficult “. Do not waste this opportunity . Visit our blog to see the results of our programming

We have that GOOGLE do not have . Contact us Now...!!!

Thursday, November 7, 2013

[C#.NET]Using Tab order with arrow button

To easily move the cursor in a form that is in progress then we can use the arrow keys on the keyboard. So we can use the arrows we can use the code below