Hi there,
I have created a website and now my client wants me to createa a form which should be mandatory and unless the user fills up the form he/she can not go to any of the URL/Link in the web site
1. When the user opens website he/she should get a form to fillup
2. If the user does not fillup the form and clicks on other links on the top (e.g. about us, contact us etc) he should again get the same form...
User Profile
Collapse
-
Thank you so for your feedback,
There are few other excel spreadsheets I am going to upload and my concern is how much the file will grow in size, since the database is going to be uploaded on Sharepoint I am afraid it will affect the performance(spe ed) of the database
Thanks -
Size of database
Hi there,
Size of my database was 6 MB before I uploaded data which was 24 MB excel file, after I uploaded data size of the MS Access database has gone to 88 MB,
Any thoughts
Thanks
Yogesh -
Downloading folder from website
Hi there,
I have to download files/folders based on the link provided from a website (Sharepoint)
I have following code which works fine if I try to download a file, but dont know the code which will enable me to download the entire folder (with all files and folders in it)
...Code:Private Declare Function URLDownloadToFile Lib "urlmon" Alias _ "URLDownloadToFileA" ( _ ByVal pCaller As Long, ByVal
-
Check if file exists in HTTP/Weblink
Hi there,
Could you please advice whats the code to check if the file exists on a website (HTTP)
Thanks
Yogesh -
Hi there,
I have found following code trough which I can download the file from sharepoint
but I want to check if the file exists on sharepoint (Dont want to download all the files from sharepoint since I am dealing with 80,000 files)
Any thought
Thanks
Private Declare Function URLDownloadToFi le Lib "urlmon" Alias _
"URLDownloadToF ileA"...Leave a comment:
-
Check if file exists in Sharepoint
Hi there,
can anyone help me for the code to check if a file exists on the sharepoint link
and what object I need to pick up from the reference(if any)
Thanks
Yogesh -
Get column source through VBA
Hi There
In my table I have a column for which I have specified Display Control as "Combo Box" and have put a query (from master list) as Row Source
Is it possible to get the Row Source query text (of the column within the table) through VBA
something like
qry = CurrentDb.OpenR ecordset("Trade Details").Field s("C/P Legal Entity").rowsou rce
output will be... -
Adding new row using button
Hi there,
I have a form where I want to add new row using button and done want a default new record,
I have changed "Allow Additions" to No for the forms properties
and have added following code for the button
AllowAdditions = True
DoCmd.GoToRecor d , , acNewRec
Now when I click on the button and type something in newly added record (though button) it automatically creates... -
On Enter key dont want to loose focus
Hi there,
I have a textfield for some search option in the ms access form
I have written a code that after typing the search text as soon as user hits Enter key the data form puts some filter on the table
However focus goes to some other control
I would like the focus to be on the same text box even if the user hits Enter key
my code is
Private Sub txt_Filter_Coun terpartyName_Ke yDown(KeyCode... -
Junk values in table
Hi there,
I have created an MS Access application which is split in Frontend and backend (using Database Splitter)
Sometimes while using the application ms access automatically puts some junk values in the fields and entire system stop working
There are around 200 rows and 30 columns in the table
How can I solve this problem
Thanks
Yogesh -
Hi kestrel,
Thanks for the reply.
I have already got a solution to upload an image in the flash movie clip.
Now could you please advise how can I crop the image ( take only some part of the image )
Basically I am trying to create a Puzzle where user has to join multiple parts of the image.
Thanks
Yogesh...Leave a comment:
-
Image Cropping
Hi there,
I am trying to create a game for which I need following information
1. How to add a browse button which would make user able to select an image file and then that image gets added in the flash file for the game
2. How to split (crop) these images into multiple small boxes
Kindly advise
Thanks -
Applet JDBC Security
Hi there
is there any security issue if I try to connect MS Access database using applet with JDBC-ODBC connection
If there is what can be the solutuion
Thanks
Yogesh -
Hi,
When I run it on web page and do any data entry. It doesnt give me any error but doesnt even update data in the MS Access database
Please advice
Thanks
Yogesh...Leave a comment:
-
Unable to connect to database through Applet
Hi there,
I am trying to create a web based dataentry application in java applet.
When I create a standalone application using applet the database connectivity works fine. However when I use same applet in web page the, connectivity doesnt work.
my backend is MS Access file and I am using JDBC ODBC database connectivity.
Please advice
Thanks
Yogesh -
Save CSV in text file
Hi there,
I have a link (CCBill Datalink) which returns me some data in CSV format.
Is there any way I can save the contents in a text file automatically when I open the link.
Please advice
Thanks,
Yogesh -
CCBill Datalink parsing
Hi there,
I am using CCBill for the online payment but using my own database to save information.
Now I want to identify people who have cancelled their subscriptions.
Yesterday I got to know about the CCBill Datalink to retrieve data but not sure how would it work.
CCBill datalink will return me the list of transactions on the browser. But I am not sure how can I link that with php script... -
.htaccess htm as php does not work
Hi there,
I want to use my .htm files as .php.
For that I have put following script in my .htaccess file
AddType application/x-httpd-php .php .htm .html
but when I open the website it gives me following error
---------------------------------------Error-----------------------------------
Internal Server Error
The server encountered an internal error or misconfiguratio n... -
Multi user application
Hi there,
My question is regarding a multi-user project that I am going to develop in ms access. around 20 people will use the same database and they all have ms access installed on their machine.
What i want to know is
"How can I make the ms access file multiuser. would it be right if I split the msaccess file using the 'Database Splitter' option and distribute the ms access file with the forms and reports...
No activity results to display
Show More
Leave a comment: