473,544 Members | 2,517 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.
 
7
30,080
thread by: ganeshp | last post Sep 20 '22 by: AnnoyedAtYou
Code to delete the file is given below: File file = new File(filePath); file.delete(); But this code does not delete the file. Please post your thoughts on this issue. Regards, Ganesh
3
9,985
thread by: Curious27 | last post Sep 17 '22 by: NeoPa
A ComboBox with five columns, three of them are numeric in a Table. The ComboBox shows the Columns as numeric (1,200.00), but when the TextBox shows the value, it drops the coma (1200) and the decimal. Do care about the decimal because in the table the numbers are formatted as a numeric whole numbers. The problem I'm having is trying to get the...
0
1,828
thread by: sal21 | last post Sep 17 '22 by: sal21
How to tooltip on each item of treeview? Tks.
0
10,076
thread by: sheikhsab | last post Sep 16 '22 by: sheikhsab
Hi Team, This is the code i am using to transfer data to a excel template, the data is pasted from cell A1. i wanted the data transferred from row 11 and onward. Private Sub Command18_Click() Dim filepath As String Dim sSheetName As String sSheetName = InputBox("Enter Sheet Name") filepath = "C:\Users\msheikh\Documents\Fremont...
2
10,234
thread by: sheikhsab | last post Sep 16 '22 by: NeoPa
Hi, I have a drop down list with different status for a process., and the date field on the form for the status. how can i save the dates for each status(step) when different option from the dropdown list is selected? BR
3
34,615
thread by: CDeCinko | last post Sep 16 '22 by: ahmadMBAAAA
How do I get the date for the first and last day of the week, and the first and last day of last week?
0
942
thread by: KayQ | last post Sep 16 '22 by: KayQ
Use pip to install the Clicknium lib: pip install clicknium Use the following Python script: from time import sleep import math from clicknium import clicknium as cc def circle():
7
15,801
thread by: CD Tom | last post Sep 16 '22 by: NeoPa
I have a customer with two computers, my program is loaded on both computers, however when he tries to print on one computer he gets an error "There was a font installation error". his other computer works just fine. I've had him switch printers from the computer that works to the one that he gets the error on and he gets the same error. I've...
0
525
thread by: Yacine Si Tayeb | last post Sep 15 '22 by: Yacine Si Tayeb
Our new 5.2.0 release enhances features such as SQL audit, elastic migration, SQL execution process management, and data governance on the cloud. Introduction Since Apache ShardingSphere released version 5.1.2 at the end of June, our community has continued to optimize and enhance its product features. The community merged 1,728 PRs from...
0
1,143
thread by: BlaiNz | last post Sep 14 '22 by: BlaiNz
Hey guys I'm trying to stop one service and then restart a different service. Right now I have this code to restart a service Public Sub RestartService(ByVal myServiceName As String) Dim DataSource As String = TextBox1.Text Dim sStatus As String Dim myController As ServiceController
0
343
thread by: leo001 | last post Sep 14 '22 by: leo001
In the actual business, there is another scenario. The same data table only allows users to view the row data that meets certain conditions. In this case, the access control needs to be accurate to the row level of the data table, so that different users can execute the same SQL query. , update or delete operations, the results read are different....
0
352
thread by: leo001 | last post Sep 14 '22 by: leo001
It should be introduced in all versions~ The official description is as follows: openGauss introduces the MOT (Memory-Optimized Table) storage engine, which is a transactional row store optimized for multi-core and large-memory servers. MOT is the state-of-the-art, production-grade feature of the openGauss database, which provides...
7
12,840
thread by: Curious27 | last post Sep 13 '22 by: Curious27
I have a report that loses it's group count. In the Group Header there are two TextBoxes, "txtMfg" which is bound to and shows the names of manufactures in the table named "tMfg", the second TextBox named "txtMfgCount1" counts the number of times "txtMfg' changes in the (Mfg Group), and it's property settings are "=1" in it's Control Source and...
3
18,184
thread by: patriciajames | last post Sep 9 '22 by: logandavid
I'm working on an e-commerce app in which buyers and sellers can initiate conversations through an in-app chat interface, negotiate prices, and set up meeting points for exchange. Is there a Chat SDK that can help me with this, or do I need to build a chat interface for my app? Do you have any suggestions?
11
54,449
helenbrown
thread by: helenbrown | last post Sep 8 '22 by: logandavid
Which is best Framework in Web Development?
0
413
thread by: XIAOLAOHU | last post Sep 8 '22 by: XIAOLAOHU
What Can I Do If CentOS Stop Providing Maintenance Services?
5
34,937
thread by: john566786 | last post Sep 8 '22 by: Dakota Mark
Hi! I need a web application in Ruby on Rails. Should I hire an agency or a freelancer? What's the better value? Thank you.
1
16,101
thread by: mquindeo | last post Sep 8 '22 by: SioSio
Tengo inconveniente con este problema en Python: -Crear un programa para ingresar caracteres a una pila, se ingresarán los caracteres hasta que el valor que se ingrese sea *, en ese momento debe presentar los elementos que se han ingresado a la pila y su correspondiente valor en código ASCII. Ayuda por favor!!!!!!!!!!
15
20,916
PhilOfWalton
thread by: PhilOfWalton | last post Sep 8 '22 by: NeoPa
I have a number of DBs that check to see if the database is an AccDb / Mdb or Accde / Mde A function uses CurrentDb.Properties("MDE") to return the value. This has worked for years and years. Suddenly I am getting an error that the property is not found. AFIK it used to be in the DAO 3.6 library but is now in the Microsoft Office...
3
21,712
thread by: caviler | last post Sep 7 '22 by: Sjray12
db2diag.log shows error: ========================================== MESSAGE : ZRC=0x850F0005=-2062614523=SQLO_NOSEG "No Storage Available for allocation" DIA8305C Memory allocation failure occurred. ========================================== just simpley set kernel parameter kernel.randomize_va_space = 0
1
13,452
thread by: Spuds | last post Sep 7 '22 by: isladogs
What is the data type for the .Value element of a multi-value field? I am using Access 2019.
0
12,559
thread by: leo001 | last post Sep 6 '22 by: leo001
What configuration needs to be done in pg_hba.conf to use pgAdmin4 to connect to openGauss? Through gs_guc set -N all -I all -h "host all test 192.168.244.1/32 md5", it reports authentication method 11 not supported. Thank you~
4
14,240
thread by: bitech | last post Sep 6 '22 by: Kkshivanii
I want to know the different types of servers and the duties they perform. Precisely, what are Exchange servers, file servers, web servers,database servers?
0
9,065
thread by: rvphilip | last post Sep 6 '22 by: rvphilip
We are a chatbot company and a top US based client has asked us to create a chatbot for their game. example, the character in the game can chat with the bot, ask questions, get cheat codes etc. That's all we can say now because the project is highly confidential. Is there any way we can create an intelligent chatbot with NLP, deep learning,...
0
9,178
thread by: Yacine Si Tayeb | last post Sep 6 '22 by: Yacine Si Tayeb
In Apache ShardingSphere 5.0.0 GA version, we added the new concept Operating Mode and provided three configuration methods: Memory, Standalone, and Cluster. Why does ShardingSphere provide these operating modes? What are the differences between them in actual development scenarios? This article is a guide for you to better understand...

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.