NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Robert Iliuta

Pages: 1 ... 28 29 [30] 31 32
436
Web Server - Ask For Help / When is the primery key updated ?
« on: May 19, 2010, 05:11:14 AM »
Hallo,


On my form the primary key is updated when the save button is pressed. I want before the record is saved on disk to prime one field with the value of the primary key value. I try to find the correct embed for get the value of the primary field but did not find.

Thank you,
Robert

437
Hallo Bruce,

I modified the AT(0,0,0,0) instead of hide , with hide there was a small fliker before to hide the window. Now it works ok. I have just one question:
I would like to rename this file and then to let my program include this file instead of original one.
How can I include this file just for this app ? It's possible ?

Thank you,
Robert

438
Web Server - Ask For Help / Re: Setting Hot Fields to SessionValues
« on: May 18, 2010, 02:03:31 AM »
Hallo Bruce,

Noted. This way is working .

Thank you,
Robert

439
Hallo Bruce,


I did not have a huge no of printed pdf files and there are no big reports... and PDF-Tools is not very cheap , maybe it's good but for now I will go with SV PDF. Sorry but this app will not be made to run as a services.
I will wait...to see if there will be any way to hide that window.

Thank you,
Robert

440
Web Server - Ask For Help / Re: Safe logout
« on: May 18, 2010, 01:53:56 AM »
Hallo Bruce,

Works Perfect !
Nice example (3) with the hash value :-)

Thank you very much.
Robert

441
Web Server - Ask For Help / Re: Safe logout
« on: May 17, 2010, 09:45:32 PM »
Hallo Kevin,

Yes, all procedures has ticked the options "user must be logged in" .

After I logout I can go back and work without any problems.... I test also with example "Frame With Menu (4)" and the same...


Robert

442
Hallo Poul,


Can you explain me how to hide that window ? I don't know how to hide that window ......

Thank you whisler for post. There must be a solution...... I cannot believe in a system with more then 200 users and if they begin to print :-)) .... that window it will always open on the server side......

Hope to be a solution for this

Robert

443
Web Server - Ask For Help / Safe logout
« on: May 17, 2010, 10:05:19 AM »
Hallo,


I read all posts about logout and it doesn't solve my problem. I use frames in my app. After I logout I call the login window. Now if I press the Back button  I could work again... How can I reset the session id ? to make like a fresh login....

when I call the login form I put this code on Generate Form and nothing happen :-(

p_web.SetSessionLoggedIn(0)
p_web.DeleteSession()
p_web.NewSession()

Any ideas ?

Thank you,
Robert

444
Web Server - Ask For Help / Re: Setting Hot Fields to SessionValues
« on: May 17, 2010, 03:05:19 AM »
Hallo,


But if I have a drop and I need both the name and the value ?  I have ID_Cars and NameCars , the drop is set for ID_Cars and Description is NameCars. After validate I got only the ID_Cars and never NameCars ... How can I get both ?

Thank you,

Regards,
Robert

445
Web Server - Ask For Help / HIDE "Exporting to PDF progress window"
« on: May 16, 2010, 04:06:20 AM »
Hallo,

When I print something to PDF (SV PDF) the exporting to pdf window appear always on server. Is there a way to display this window on client side? then how to hide that window on server ? How can I solve this ?

Thank you ,

Regards,
Robert

446
Hallo Bruce,

I found the problem. If the browse procedure has a name with 2 underline  "__" it will not work the locator.
Ex: B__Customer , this will not work ; B_Customer , will work.

Now I change with 1 underline and it works..... I took me some time to find this out :-)

Now back to work ...

Regards,
Robert

447
Hallo,


I need to implement a locator im my data base. This is designed with frames. Is there a way to have the locator working? I try many ways but it doesn't want to work ....


Thank you for help,

Regards,
Robert Iliuta

448
Hallo Terry,

I have this code on WebHandler on RenameFile before the parent.


! Separate TPS and JPEG

case xExtractExt(clip(UPPER(p_filename)))  ! Extract the extension
 of 'TPS'
    self.site.UploadsPath = clip(self.site.WebFolderPath) & '\uploads\Statistica'  ! first folder
 of 'JPEG' orof 'JPG' orof 'BMP'
    self.site.UploadsPath = clip(self.site.WebFolderPath) & '\uploads\Photo'  ! second folder
end


It works perfect for more then 6 months ! I made the difference by extension, but you could do by any filter you want.....

Maybe it will help you,

Regards,
Robert

449
Hallo Bruce,

YOU are the BEST !

It works wonderful .

Thank you very much for help.

Regards,
Robert

450
Hallo Bruce,


Where is the WebHandler start and close ? Can you point me on the right direction ? Also if this global variable is threaded , how can I use this in WebServer procedure? I need a flag when is busy or not ....  In WebServer I have a prompt updated: BUSY or NOT BUSY based on that flag.

Thank you,
Robert

Pages: 1 ... 28 29 [30] 31 32