I have code that changes a fields value but it does not populate the field until the user clicks out of the field. i would like to populate it when the code runs. i believe xfa.event.newText is used for this but I have only found examples that use combo box's. Any ideas on how to do this...
Does anyone have any experience prepopulating PDF forms using java web services? I'm trying to map my return data from my web service to specific form fields in my pdf form. Any help?
...but I need an input mask as well so that when forms are generated the password fields generated from XML Schema are not plaintext, but look like ********.
I'm guessing from your answer that XML does not support this and I will have to write another javascript to work in conjunction with the...
I need to duplicate records in a table based on an ID#
so I can expire the first copy and set the new records as current. I'm doing this because we cannot update records directly, we have to expire old records and update them using a duplicate of them.
So I have a 'status' and 'completion date'...
I have a data access page that shows the record from a table in columnar rows. I would like for a user to be able to insert a new record and choose values for specific rows using the toolbar. Rows such as Vendor could be dell, HP, apple, etc. Whenever I have changed the text box to group filter...
I can't overwrite a file even if I tell it to, the confirm file replace dialog always pops up and I have to click "yes to all" even though the int flag 16 is set to always say yes to all.
Hello all,
I'm using copyhere method to copy files and I want to overwrite existing files:
objFolder_DESTINATION.copyhere objFiles_SOURCE, 16
The only problem is that there is a bug in the overwrite functionality in the copyhere method. Does anyone know another simple way to overwrite files...
...Dim objShellApplication As Object
Dim objFile_DESTINATION As Variant
Dim objFolder_SOURCE As Variant
strSql = "SELECT * FROM tblPROCESS1AND2"
Set rs = CurrentDb.OpenRecordset(strSql)
Do While Not rs.EOF
strSource = rs.Fields("Source").Value...
Indeed. I'm a newbie so I know there are probably glaring problems in my code. Here are the functions:
Function UnzipFile(varFileName_SOURCE_COMPLETE As Variant, varFolderName_DESTINATION_COMPLETE As Variant) As String
'Arguments should be like "C:\TestFile.zip", "C:\TestFolder"
'Function...
I have source paths with file names and destination paths for example
under source field: c:\test\files.zip
under destination field: c:\test\movefileshere\
...As Recordset
Dim strUnzipOrMoveFile_RETURN As String
Dim strUnzipFile_RETURN As String
Set objRecordset = CurrentDb.OpenRecordset("SELECT * FROM " & strTableName)
Do While Not objRecordset.EOF
Select Case Right(objRecordset.Fields("Source"), 4)
Case ".zip"...
Hello there,
I'm using =DLookUp("[Username]&'on '&[Date]","Lastrun") as the parameter for control source in a textbox to display a username and date on a form. The username and date is located in a log table named lastrun. Dlookup is returning the first record from the table but what I need...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.