473,665 Members | 2,798 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Latest Bytes Forum

Support forums for various IT topics. Programming languages, databases, systems, applications and more. Subscribe to a community, participate, ask, share your expertise and network.
 
0
3,758
NeoPa
thread by: NeoPa | last post Feb 3 '18 by: NeoPa
Overview At their hearts, Visual Basic type languages and c type languages are quite different. In visual Basic type languages you deal with data at a step removed, whereas c type languages leave you down and dirty with the data and how it's referenced. Let me try to explain what I mean by that. To simplify the explanations below I'll refer...
1
2,036
thread by: naveengowda7070 | last post Feb 3 '18 by: Luuk
<?php /* +------------------------------------------------------------------------------+ | Mamook(R) Software | +------------------------------------------------------------------------------+ | Copyright (c) 2000-2005 University of Victoria. All rights reserved. | ...
1
2,169
thread by: jeepzhen | last post Feb 3 '18 by: Luuk
Hi experts, I have a problem when converting vb codes to c# codes. What library should I import? Anyone can tell me how to convert below codes into c# format? Thank in advance. Private Sub Filechecking(ByRef fso As Scripting.FileSystemObject, ByVal iDataKeepDays As Integer, ByVal tmpPath As String) Dim Folder As Folder ...
1
2,577
thread by: Esfandiar | last post Feb 3 '18 by: Luuk
Hi I gonna make a list in vb.net, and generate random numbers and save in the list. then print all the list's elements in terminal. would you give me a code? I can't find how is working after a long time that I didn't work with VB Thanks
1
1,608
thread by: tupacshakaur | last post Feb 3 '18 by: Luuk
Hello, When I load a website in the .net webbrowser I can access all the elements in the HTML source code through webbrowser.document.all But when I load a site in chrome inspector, there is a 'network' tab which contains more files (.js,.txt. etc.) files than shown in the HTML code. Is it possible to access the files in the network tab, in...
5
1,908
PhilOfWalton
thread by: PhilOfWalton | last post Feb 2 '18 by: NeoPa
I have a main database and 2 referenced library databases. The 3 databases all have forms in them. I want to be able to open any of those forms, regardless of which database I am in. (4 possible combinations) At the moment I use Function OpenFrm(FrmName, Optional Vew, Optional Filtr, Optional Whre, Optional Datmode, Optional...
4
2,364
thread by: Aftab Ahmad | last post Feb 1 '18 by: NeoPa
Hi! I have a report named Sale & Stock Statement. https://drive.google.com/open?id=17m2gxerrCMgf2CzmpfUf6_5Ct7Zpvtvg I have opened said report from date (01/01/2018) to date (19/01/2018) using parameter. I want to set my "Balance" as "Opg.Bal" on changing my dates for next month i.e. from date (01/02/2018) to date (28/02/2018). Can anyone...
5
8,064
thread by: saud king | last post Feb 1 '18 by: weaknessforcats
Kindly help me i want to submite a project tommorow . . . why shoul its come every tyme . . . fuction 'system' should have prototype
3
2,311
PhilOfWalton
thread by: PhilOfWalton | last post Feb 1 '18 by: NeoPa
I use very few Macros, so I have little experience of them Below is an AutoExec Macro https://bytes.com/attachment.php?attachmentid=9340&stc=1&d=1517353270 This works perfectly well providing the is a second Macro called "AutoExecOriginal" I can't use VBA Code as I am renaming a Client's Original AutoExec (IF IT EXITS) to...
1
1,687
thread by: jeepzhen | last post Feb 1 '18 by: GazMathias
Hi experts, I have a problem when converting vb code to c# code. There is getUpperBound method in variant class of vb, But when I convert it into c# code there is no variant type in c#. After I searched on internet there is a way to turn vb variant to object type in c#. There is no getUpperBound method in object type and how should I do? Please...
2
2,592
thread by: vegasvato | last post Feb 1 '18 by: gits
I am one of those old school dinosaur types that has been around since the great depression and to be perfectly honest with you I am very comfortable with JavaScript and do not revert to plug-ins such as jQuery when I can get the same job done with pure clean JavaScript, but when I am trying to capture values from select options lists I used to...
12
4,724
thread by: ReA1 | last post Feb 1 '18 by: RockybBalboa
I have a function, say A() that calls some elements from the database depending on the range provide. What I want to do is, on the UI, there is a 'Load More' button, which when clicked, displays next set of items, by calling the above function A() by making an AJAX call using jQuery. I went through some forums, but was not able to get a clear...
1
4,522
thread by: katiejeynes | last post Feb 1 '18 by: RockybBalboa
I have a content area in which I would like to display some text when the page loads and when a button is clicked (biography). When another button is clicked (AFT) I would like this text to be replaced by the content of a URL via an iframe. At the moment I have managed to get the text to appear when the page loads, however I can't get the...
4
6,606
thread by: C CSR | last post Feb 1 '18 by: RockybBalboa
I hope this is just a syntax issue, but I can call a function when a page is served up like this: <% Function FFcolor(x) Select case x case 1: FFcolor = "#FF0000" case 2: FFcolor = "something else" etc. End Function %>
2
1,914
thread by: DilipHN | last post Feb 1 '18 by: DilipHN
Hello, I am a newbie to coding and now learning python programming. I have a file named nptmdtrj.txt file which has water, glycine molecules along with x,y,z coordinates. I want only the oxygen of water (named as OW)along with its x,y,z coordinates to be written in another file. I am able to do it, but the problem is i am not able to write the...
1
2,218
thread by: CarolBratlien | last post Jan 31 '18 by: CarolBratlien
I opened my file database and tried to do a "Save As." I got a popup window that said "All open objects must be closed prior to continuing this operation." I said "Yes" to closing and my switchboard then closed. I was unable to complete the "Save As" and when I closed the program and opened it again, the Switchboard was missing. How to I get...
1
1,754
LuminosaRodino
thread by: LuminosaRodino | last post Jan 31 '18 by: RichardThøgerse
Some days ago, I tried to open database and got – SQL Server Table Corruption Error. I used SQL Server Management Studio, but it didn’t assist. What could I do for opening database?
2
2,314
thread by: fad3r | last post Jan 31 '18 by: RobertoRomello
Hello everyone, First time poster. Been at python about 2 weeks now. As part of a larger challenge (that I have mostly solved) I need to print every other keypair in a dictionary. The way I thought about this was looping through the dictionary with an index method and then trying to use % to tell if it was even or odd. If it was odd I...
2
2,645
thread by: lusitanooo | last post Jan 31 '18 by: lusitanooo
How to get mysql to comply with all instructions from a file? Ransacked the entire forum, tried everything I could find, but the instructions are not executed. Here is the code: Code: <?php /* Connecting, selecting database */ $link = mysql_connect("localhost", "root", "") or die("Could not connect"); print "Connected...
1
1,740
thread by: no landing | last post Jan 31 '18 by: weaknessforcats
want to know about ifstream and ofstream.
0
1,452
thread by: lakshmi43 | last post Jan 30 '18 by: lakshmi43
i created one dictionary ex:abc={"name":"xyz"} after that i appened that dictionary to the list ex:x= x.appened(abc) i am iterating the list and i am comaring new name with already exsiting name if name is new i want to appened the new record to the list
0
4,760
thread by: yasserfakhry | last post Jan 30 '18 by: yasserfakhry
Hi, I want to display pdf file into OLE field using button from oracle forms 6i, the file located in my local desk. How can I work around this issue? Many thanks
1
1,828
thread by: PragathiSri | last post Jan 30 '18 by: chaarmann
Eg table a. Tableb Idno: 1 2 id 1. 2 Name: rahul. Taml. Rahul. Tamil City chennai. Madur. Chenn. Madurai I have like this i need to compare each row n coloumn using loop to find diffrences can anyone help with the full code
3
5,849
thread by: kiddnetu | last post Jan 30 '18 by: tina CY
I am an undergrad who is study software engineering. My project is to develop a program to help people transfer content from Android device to iPhone via USB cable. Any third-part library I can use? It seems hard for me to write it from scratch.
11
4,118
PhilOfWalton
thread by: PhilOfWalton | last post Jan 29 '18 by: PhilOfWalton
I have several Language packs installed with my database, visible in the File-->Options-->Language Tab. Under Proofing (Spelling Grammar) In most cases it shows "Installed", but not in the case of Mongolian. When you download the Mongolian Pack from...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.