- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
32 Posted Topics
Re: 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 | |
Re: 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 … | |
Hi To All, How can the Network LAN Connection to be Enabled/Disabled through Vb Code | |
Re: If Val(Text1.text) > 0 or Text1.text = "0" then | |
Re: [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 … | |
Re: 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 | |
Re: 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 | |
Re: 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: … | |
Re: Hi, Below code can helps you.. [B]convert(numeric, ISNULL(quantity, '0'))[/B] | |
Re: [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] | |
Re: [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] | |
Re: [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 … | |
Re: Hi, Please send the details of your actual requirement. | |
Re: Hi, You want to open a excel file right? | |
Re: 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 | |
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 … | |
Re: 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 | |
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 … | |
Re: 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&) | |
Re: [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] | |
Re: [B]HI[/B] [B]are you executing the exe file or code in XP System[/B] | |
Re: 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 … | |
Re: 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 | |
Re: 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] | |
Re: Put Access specifier also [B]Private Type Structurename[/B] [B]End Type[/B] | |
Re: 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 | |
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 … | |
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 | |
Re: 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) … | |
Re: I Think You want to place Program Icon in Tray right? | |
Re: 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 | |
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 … |
The End.