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
Ranked #3K
~11.4K People Reached

32 Posted Topics

Member Avatar for stackOverflow

Hi Shreya, Front End Will Be VB And BackEnd Will be DBMS What Type Of Help Do u Want.... Do You Want The Database Design or GUI Designs Or Requirement Design Regards MaheshSayani

Member Avatar for MonishaBala
-3
583
Member Avatar for nipu_haq

Hi, when barcode reader was installed in the system and when you tried to read the value the value will be automatically filled in the control when the cursor is placed in text box control. for example if you had 3 text boxes and when you placed the cursor in …

Member Avatar for androidz
0
987
Member Avatar for maheshsayani
Member Avatar for AndreRet
0
987
Member Avatar for lover99509
Member Avatar for koolsamjust4u

[QUOTE=koolsamjust4u;865979]Hi Friends .. need a small help can anyone help me in showing how to call a stored procedure which returns a recordset .. yea i need to pass one parameter also for getting that required data .. thanks in advance.. Sameer[/QUOTE] Hi Sameer, If you are using VB6 then …

Member Avatar for SANJAY.DESHMUKH
0
2K
Member Avatar for nareshkumar131

Hi, I think that the Data1 object is not set to database. If not please set the below property for Data1 Object [B]Databasename RecordSource[/B] Thanks Mahesh

Member Avatar for nareshkumar131
0
255
Member Avatar for amharper

Hi, Please use the variable as formname.variablename instead of using the variable name directly.. For Example Form Code Public Var1 as integer Call Func1() Module Code Sub Func1() msgbox form1.var1 END SUB

Member Avatar for vb5prgrmr
0
97
Member Avatar for xirosen

Hi, Please find the code below to create VB Controls/Array of Controls Dynamically [B] Dim ControlArrayCOunt As Integer Dim txtControlArray() As TextBox Private Sub Create_Control() On Error GoTo a Dim txtControl As TextBox Set txtControl = Controls.Add("VB.TextBox", "txtControl") txtControl.Top = 300 txtControl.Left = 200 txtControl.Visible = True Exit Sub a: …

Member Avatar for abu taher
0
135
Member Avatar for hery
Member Avatar for astroboy_x4

[B]There Is One Dll to Access FTP SERVER[/B] [B]DLL FROM nBitTechnologies[/B] [B]U Can Search for that[/B] [B]If U Want More Details U Can Mail Me To [EMAIL="maheshsayani@yahoo.com"]maheshsayani@yahoo.com[/EMAIL][/B]

Member Avatar for khalidmehmoodaw
0
178
Member Avatar for galaxies

[LEFT]Open <File Path/Name> for input as #1 while not EOF(1) Line Input #1,Str1 take the rest of the string and do what you need with it End loop[/LEFT]

Member Avatar for fidodidoss
0
143
Member Avatar for DGULLIVER

[QUOTE=DGULLIVER;45034]Hi, I have a custom control that we delevoped, I Added a new property to the control hence breaking compatability. I re-compiled all applications with the new version of the OCX and released them to TEST. All applications passed testing and was delivered to our client. All these app's with …

Member Avatar for maheshsayani
0
138
Member Avatar for abhishek_jammu
Member Avatar for huaywoon
Member Avatar for savi_karthika

Hi this is the code for creating Array of Controls in Run Time Index Number Is the free number which doesn exist for the Control Label1 Load(Label1(indexnumber)) Label1(indexnumber).visible = true Label1(indexnumber).top = 100 label(indexnumber).caption = "Hello World" Thanks & Regards Mahesh Sayani

Member Avatar for linodnunes
0
140
Member Avatar for maheshsayani

Please help me to Print Layer content from Java Script without opening any popup window. Actually i created a Layer. When user click on View One Layer will be seen looks like widget displaying some data and the background of the form will be in disable mode but we can …

0
52
Member Avatar for shabina

Hi Your code for rs3.Fields(3).Value = List1.Text has to be change Try changing code like [B]rs3.Fields(3).Value = List1.list([COLOR=red]itemnumber[/COLOR])[/B] 'itemnumber is the element you want to assign from list box

Member Avatar for shabina
0
611
Member Avatar for maheshsayani

Hi All I want the form look like image. I mean that the form should be shaped as the image. for example when you click on skin mode in windows mediaplayer you will find the window like head shaped. i want my form look like that Pls any one help …

Member Avatar for Comatose
0
87
Member Avatar for tigrai

There is One API Function to Open CD Automatically MCISENDSTRING("SET CD AUDIO DOOR OPENED",0&,0&,0&) If Previous Command Not Works Try FOr MCISENDSTRING("SET CDAUDIO DOOR OPENED",0&,0&,0&)

Member Avatar for Comatose
0
204
Member Avatar for mechjoseph

[B]I think it is possible if you write one function to draw polygon using line controls and by using parameter arguments in the function you can change the angle of shape[/B]

Member Avatar for maheshsayani
0
108
Member Avatar for ykc
Member Avatar for bang2711

Hi To Create TabUse Control Array [B]Load SSTab1(NextIndexValueofTab)'[COLOR=red] Used to create tab[/COLOR][/B] [B][COLOR=#ff0000][/COLOR][/B] [B]load Command1(NextIndexValueOfCommand) [COLOR=red]' used to create button[/COLOR][/B] [B][COLOR=#ff0000][/COLOR][/B] [B]Command1(Index).container = SSTab1(Index)[COLOR=red] ' used to set button on required sstab[/COLOR][/B] Just Try This. I Had no VB in this system so iam unable to check the code this …

Member Avatar for maheshsayani
0
196
Member Avatar for savi_karthika

Take one combo box consists of month values after selection of month display datagrid in the formtaof days in month in horizontal form item and count of items in vertical form 2 3 4 5 6 7 8 9 10

Member Avatar for maheshsayani
0
101
Member Avatar for russell214

if crpt is the control name used in the form then Code is: [B]CRPT.selectionformulae = "payperiod like '" & SSTab1.Caption & "%'" [/B] [B]Try it once[/B]

Member Avatar for maheshsayani
0
261
Member Avatar for propricer
Member Avatar for Comatose
0
109
Member Avatar for vbmade2000

Hi I Think your access database is not in compact mode if not goto options menu and check on compact on close option This may solve your problem

Member Avatar for maheshsayani
0
70
Member Avatar for maheshsayani

hi all i want to learn more about DLL and ActiveX control I Want the link of any site which offers learning about dll and active x in vb with Examples and demo to how to create then in step by step process Please Any one can help me in …

0
55
Member Avatar for maheshsayani

Hi All I Want To Create Semi Transparent Forms I Had done work on Transparent forms but i need semi transparent form which we can see background text/image through this form in vb please send me the solution for this

Member Avatar for maheshsayani
0
122
Member Avatar for Embeza

Hi Embeza , In the following code you had sent,there is no value assigned to Inputfilevariable And you have to use function Freefile before opening file mean Syntax of Reading Files is x = freefile() Assigning the new file number which ever is exists [B]Open (filename with Path) for (Mode-Input/Output) …

Member Avatar for Embeza
0
105
Member Avatar for jchaike
Member Avatar for NewVBguy

Here Is the sample code The Mistake is for Rs.open there should be only 4 arguments Dim cnn As New ADODB.Connection, rs As New ADODB.Recordset cnn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\temp\XLS.XLS;Extended Properties=Excel 8.0;" rs.Open "select * from data", cnn, adOpenStatic, adLockOptimistic

Member Avatar for maheshsayani
0
177
Member Avatar for maheshsayani

Hi all, I am doing one Hotel Management Project There is one EPBX and all the Telephone calls information regarding roomno and telephone no and call cost will stored in that machine which can be connected to system by parallel port The Concept is When the Customer Is Vacating the …

0
54

The End.