pixelshas.blogg.se

Mailessentials reports.mdb
Mailessentials reports.mdb













mailessentials reports.mdb

My problem right now is getting the date I entered passed through in the function. GUISetOnEvent($GUI_EVENT_CLOSE, "CLOSEClicked") Opt("GUIOnEventMode", 1) Change to OnEvent mode GuiCreate("Monthly MailEssentials Reports", 392,, $WS_OVERLAPPEDWINDOW + $WS_VISIBLE + $WS_CLIPSIBLINGS) Leave the app open because then the next button will just send the keystrokes for that report. Ideally I would ask for the dates and then open the app, send the keystrokes and dates, pause and then print. Then there are multiple buttons which I want to run a specific report in an application, passing the dates as the parameters. Used GUIBuilder to design a gui which has two input boxes for start date and end date. ' in the Field List of an End-User Report Designer.OK, trying to get up to speed on creating scripts, but can't seem to find enough detail in the help to, well, help. ' Make the data source structure displayed ' Add the query to the collection and return the data source. ' Create an SQL query to access the Products table. ' Create a data source with the required connection parameters.ĭim connectionParameters As New Access97ConnectionParameters("././nwind.mdb", "", "")ĭim ds As New SqlDataSource(connectionParameters)

mailessentials reports.mdb mailessentials reports.mdb mailessentials reports.mdb

Private Function BindToData() As SqlDataSource















Mailessentials reports.mdb