Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~28.3K People Reached
About Me

Programmer/Analyst

Interests
r/c flight
PC Specs
Desktop: ~10-year-old homebuilt
Favorite Tags
Member Avatar for micca.jhai

greetings everyone!. I'm making Clinic system for my project. I just want to ask how to get the total quantity of the medicine and display it on textbox. I'm using using vb6 and adodc. Any help will be greatly appreciated.Thank you... Table name inventory fields: Medicinename StockQuantity

Member Avatar for Ferdielux
0
196
Member Avatar for ahp@aol.in

Hi folks, My onboard VGA display port is not working. When I start machine display toggles 'ON'/'OFF' in series and after 10 seconds monitor goes blank. My doubt is that the VGA port has some issues. I've checked monitor by connecting it to laptop. Its working fine. So my question …

Member Avatar for tigerbright
0
1K
Member Avatar for Mushtaque

Dear users. i am making user choice database programe. how can i make relationship between multi combo box. IN FORM1 for example. Table 1 customer name city name area name NY FL TO ETC tabel 2 INVOICE combox1 area(NY) thyen display specify area customers IN COMBO BOX 2 combox2 customers …

Member Avatar for GhostWolf
0
167
Member Avatar for jemartalaban_1

please help me with my code. When I enter the exact filename in the text1.text it will find the filename.dat in my folder. but it seems the code cant find it even i type the exact filename even the case. strBackSlash = IIf(Right$(App.Path, 1) = "\", "", "\") strEmpFileName = …

Member Avatar for GhostWolf
0
110
Member Avatar for archangel1177

Hello, I have a question about a sheet that we have been working with here for several months and it is now displaying some odd behavior. What we are doing is using a sheet to collect hourly performance data for the machinery that was have running in our areas. It …

Member Avatar for GhostWolf
0
134
Member Avatar for sonunclejalil

i got a problem where i want use 2 form which form 1 is to find info in database and form 2 for show the data but when i use call form 2, the pop up appear as invalid below is my coding Private Sub cmdFind_Click() con.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Users\Fairus\Documents\docklet\my …

Member Avatar for GhostWolf
0
216
Member Avatar for pratik65

im trying to put an image in the background of my form so that it cptures full screen n i donno how to dp that. my code is follows: Me.BackgroundImage = System.Drawing.Image.FromFile("school.jpg")

Member Avatar for abhi159
0
23K
Member Avatar for GhostWolf

I'm trying to learn, and have run into a little difficulty. Trying to add a class to my program, passing a structure as the parameter to the class, and get "The best overload method match...has some invalid arguments" error message - and I just plain don't understand it! // in …

Member Avatar for tinstaafl
0
367
Member Avatar for GhostWolf

I've created my first WPF form, and the ImageBrush XAML is giving me trouble. The XAML I have is: <Grid.BackGround> <ImageBrush ImageSource="ImageFile.png" TileMode="Tile" /> </Grid.Background> It displays the correct image - but it's stretched instead of tiled! The image is 127x127; the window is 660x808; a single instance of the …

Member Avatar for GhostWolf
0
189
Member Avatar for techyworld

Hi anyone can help, am having this error on line 10: uncaught TypeError: Cannot read property '0' of null. I have use the same code other places, same array but never got this error. I dont know why am having this error here. this.addEventListener("message",function(e){ importScripts('test.js'); var object=e.data; object=JSON.parse(object); mArray=object.array; var …

Member Avatar for techyworld
0
162
Member Avatar for Haquo

Hello Everybody, I’m currently working on my end of year project and I got stuck on a very trivial thing. When I’m trying to add a new user to a database (local) I keep getting “Syntax error in INSERT INTO statement" I don’t really see where is the problem so …

Member Avatar for Haquo
0
1K
Member Avatar for GhostWolf

I'm brand-new to C#. Among the samples I've seen is the use of the @ symbol in front of quoted text. What's its purpose? For my first program, I wrote one that opens Excel workbooks for retrieval and update. In the on-line samples I found, that symbol preceded the filename …

Member Avatar for deceptikon
0
165
Member Avatar for hwoarang69

let say i have two tables called user and cart user-table id username password 1 dave dave 2 dan dan cart-table id user-id item_name 1 2 car 2 2 table 3 1 laptop now i understand that bother id's will be primary key. i can also create user-id f-key bc …

Member Avatar for pritaeas
0
122
Member Avatar for Depreciated

Greetings I have a USB RFID scanner. While I have this form1 up, I want to send any keyboard input and put it in a textbox which is in another form(say form2). I tried using this code but to no avail. The first form is named "MainMenu". Every time of …

Member Avatar for Depreciated
0
654
Member Avatar for s3ng

Hi all, DECLARE @STA as char(50) SET @STA = 'TT' SELECT * FROM ABC_TBL where ABC_Filed in (@STA) if i have multivalue in parameter @STA, like 'TT', 'DD', 'AA' so how can i write my statement? i only need to pass one parameter with multilist, so do anybody know how …

Member Avatar for campkev
0
116
Member Avatar for GhostWolf

Howdy, folks. Yeah, I'm new here - but the back-side of my ears dried out a long time ago! I work for the local Board of Elections as a programmer/analyst full-time, (with a little contract work on the side), using RPG, COBOL and VB. Don't know a whole heckuva lot …

Member Avatar for ~s.o.s~
0
56