Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements

13 Posted Topics

Member Avatar for isaackhazi

Im currently working on a project to build an application for Windows Mobile 6. Im just stuck with this stupid issue: I have a SQL query string: Dim connectionString2 As String = "Data source = " + path + "\HC.sdf" Dim cmdText2 = "SELECT * FROM BigC_Rangsit_0_" I want to …

Member Avatar for longstrd
0
960
Member Avatar for vbpro

u dont even have to create an object of the form. just form2.show() if your calling it from another form and Me.show() if your calling itself.

Member Avatar for kvprajapati
0
799
Member Avatar for laghaterohan

Ur Problem is pretty simple. This is what you have to do: When the ID is entered inot the textbox im assuming that it is saved in ur database in some column. Your items in the Combobox have to be databound with the column that contains the ID's in the …

Member Avatar for jasondemon
0
151
Member Avatar for isaackhazi

Doing a small project in which data from warranty cards are entered into a database ie. warranty card number, salesman name and ID, etc etc......after all the data has been entered into the database I need to check and see if there are any duplicate warranty card numbers in the …

Member Avatar for isaackhazi
-1
344
Member Avatar for isaackhazi

I have converted around 395 Excel survey forms to MS SQl database with that many tables. Well, I run a script to assign a primary key on all the tables on my database.First I set the column property to NOT NULL and then i assign the primary key to it. …

Member Avatar for omrsafetyo
0
149
Member Avatar for -Flipz-

OMG why so much of work [code] int arr[5] int hig int low high = arr[0] for (i=1;i<5;i++) { if ( arr[i] > high) high = arr[i] } console.writeline(high); [/code] Thats it.

Member Avatar for isaackhazi
0
1K
Member Avatar for isaackhazi

Im havin a heck of a problem. I have a database with 800 tables. All the tables are the same with the same fields. Each table is a survey form. My table structure is as follows: FPC_Code | FPC_Product | Price | oos | osd the above sturucture is the …

Member Avatar for timothybard
0
155
Member Avatar for gopi17

Writing programs for smart devices are the same as writing programs for any desktop application in VB. The only difference is that you have to download the SDK for the OS (Windows mobile 5,6 Professional , Standard etc..) which can be got from the microsoft site. another important thing is …

Member Avatar for isaackhazi
0
190
Member Avatar for isaackhazi

I have a huge database with around 250 tables. But all the tables are the same ie. they all have all the same columns. These are survery forms from different stores and thats why they all have the same schema. When i converted all these files from excel sheets into …

Member Avatar for isaackhazi
0
552
Member Avatar for isaackhazi

Hi I am currently workin as a software Manager in bangkok <snip plug>. I develop web applications in PHP and also web desgin and graphic design. I have decent command over VB C# , basically the .NET framework.

Member Avatar for LabASSistant
0
54
Member Avatar for ayshasherilps

Or while uploading it using an FTP client just right click on the folder or file and go to properties. There change the access levels by just typing in the code eg: 777 etc.... ps: do this to the files already on the server

Member Avatar for R0bb0b
0
131
Member Avatar for laghaterohan

USE DataGridView and bind the grid with a datasource . first create a new datasource with the table you want to populate in the grid and then populate the grid with that datasource.....The datagridview has an option to make the datagrid editable. No Code required just a good idea of …

Member Avatar for isaackhazi
0
122
Member Avatar for mailtosridar

You cannot bind one list box to 2 data items. You will have to use two listboxes.

Member Avatar for Jx_Man
0
96

The End.