User Profile
Collapse
-
Tried that. It is not quite what I am looking for. -
Hi,
Thank you for your reply. Could you please specify the actual name of the API that I can use to do this?Leave a comment:
-
Scrape Google search results of specific date range
Hi,
I am trying to build a system that allows me to pull Google search results of specific date range to my local machine. I tried the following code which generates the result as shown in image shown in the following link. Doesn't show date range.
...Code:import requests, bs4 res = requests.get('https://www.google.com/search?q=nepal+OR+नेपाल&tbs=cdr:1,cd_min:4/1/2020,cd_max:4/8/2020') -
How to create table from a pre-existing table
Hello,
I am developing a website on Laravel framework and I got a problem. I am in a situation where I need to retrieve only six most recent posts from a table named posts and those posts can be used individually and independently through their id. Copying from SQL Server, I tried the following code in phpMyadmin but it sends a Unexpected ordering of clauses. (near "order BY" )
The code:
...Code:SELECT title INTO tbl_recent_posts
-
how to run a query
I want to edit/update some records from my database. To run a SELECT query, I have a button name=updat_it. When it is clicked, a form pops out. In that form's input boxes I want to display respective values from the database, for eg. for input box Name, I want to display 'Ram' which is retrieved from the database.
How can I run query like this? -
-
saving report to PDF
Hello,
I need to save my access report (named 'reportall) to PDF. Taking reference from a Youtube video, I entered following code(provided below). But when I click on the button, it says Run-time error 2282. The format in which you are attempting to output the current object is not available."
Please help me out
...Code:Private Sub btnpdf_Click() Dim filename As String Dim filepath As String filename = Me.Title0.Caption
-
-
How do I 'relax' my security settings?
All the codes compile when I am writing them and checking them via buttons. Once I close the program and continue the next day... the buttons don't respond to clicksLeave a comment:
-
Same code works and doesn't work after I restart
Hi,
I used to work on Access 2016 but in this particular task I had to work with Access 2007. Everything is okay but when I close my work and try to continue it the next day nothing works. No buttons seem to respond.
Why is it so? Could you please tell me and how do I solve it?
Thanks. -
thank you for showing concern. I figured it out myself.
...Code:@Override public void actionPerformed(ActionEvent e) { if(e.getSource()==log) { if (multi.isSelected()) { if((p1.getText().length() !=0) && (p2.getText().length()!=0)) { fr.setVisible(false); new DoubleYahtzee(p1.getText(),p2.getText()); } else JOptionPane.showMessageDialog(null,"PleaseLeave a comment:
-
JRadioButton and JButton filter
so I've this welcome frame where I've the following things:
i) Two radio buttons- single, multi
ii) Two labels- Player1 Name, Player2 Name
iii) Two text boxes receiving the names
iv) Button 'Start !'
what I want the program to do is when the user clicks the radio label 'single', the field for player2 disappears and user will enter Player1 name only and when the user clicks the 'multi' radio label, the fields for... -
Thank you so much guys. my problem is solved with the Nz command. thank you for your time and effortLeave a comment:
-
Thank you. That was short and to the point.
It works fantastic with the scenario I provided earlier. But, when I want to link frmAdmin and frmStaff (going back to each other), it always tells me "Invalid use of null" and the statement Args = Me.OpenArgs is highlighted. I wrote the following code. Please correct me where I am going the wrong way.
...Code:Option Compare Database Option Explicit Dim Args As String
Leave a comment:
-
Returning to all previous forms
Hello guys,
In my project, I have a form named frmDetails which can be accessed by a number of forms like frmAdmin, frmStaff etc. My problem is I want to return to the previous form (may be frmAdmin or frmStaff) from which I accessed frmDetails.
For this, I want to put a button btnBack on the form frmDetails.
Thank you in advance :)
No activity results to display
Show More
Leave a comment: